Skip to content

Commit bd4fa8d

Browse files
authored
Merge pull request #9 from RanabirChakraborty/AMW--415
AMW-415 Update github-actions repo to reflect ansible-core 2.19
2 parents 6891c86 + 2a27947 commit bd4fa8d

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ on:
3434
"python_version": "3.12",
3535
"ansible_version": "stable-2.16"
3636
}
37+
{
38+
"python_version": "3.12",
39+
"ansible_version": "stable-2.19"
40+
}
3741
]
3842
fail_fast:
3943
required: false
@@ -56,7 +60,7 @@ jobs:
5660
strategy:
5761
matrix:
5862
python_version: ["3.11"]
59-
ansible_version: ["2.16"]
63+
ansible_version: ["2.19"]
6064
steps:
6165
- name: Check out code
6266
uses: actions/checkout@v4
@@ -107,7 +111,7 @@ jobs:
107111
strategy:
108112
matrix:
109113
python_version: ["3.11", "3.12"]
110-
ansible_version: ["stable-2.16", "stable-2.17", "milestone", "devel"]
114+
ansible_version: ["stable-2.16", "stable-2.17", "stable-2.19", "milestone", "devel"]
111115
exclude: ${{ fromJSON(inputs.sanity_excludes) }}
112116
include: ${{ fromJSON(inputs.sanity_includes) }}
113117
steps:
@@ -157,7 +161,7 @@ jobs:
157161
strategy:
158162
matrix:
159163
python_version: ["3.11"]
160-
ansible_version: ["2.16", "2.17"]
164+
ansible_version: ["2.16", "2.17", "2.19"]
161165
molecule_test: ${{ fromJSON(inputs.molecule_tests) }}
162166
fail-fast: ${{ inputs.fail_fast }}
163167
steps:

.github/workflows/cish.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ on:
4040
"python_version": "3.12",
4141
"ansible_version": "stable-2.16"
4242
}
43+
{
44+
"python_version": "3.12",
45+
"ansible_version": "stable-2.19"
46+
}
4347
]
4448
fail_fast:
4549
required: false
@@ -62,7 +66,7 @@ jobs:
6266
strategy:
6367
matrix:
6468
python_version: ["3.11"]
65-
ansible_version: ["2.16"]
69+
ansible_version: ["2.19"]
6670
steps:
6771
- name: Check out code
6872
uses: actions/checkout@v4
@@ -113,7 +117,7 @@ jobs:
113117
strategy:
114118
matrix:
115119
python_version: ["3.11", "3.12"]
116-
ansible_version: ["stable-2.16", "stable-2.17", "milestone", "devel"]
120+
ansible_version: ["stable-2.16", "stable-2.17", "stable-2.19", "milestone", "devel"]
117121
exclude: ${{ fromJSON(inputs.sanity_excludes) }}
118122
include: ${{ fromJSON(inputs.sanity_includes) }}
119123
steps:
@@ -164,7 +168,7 @@ jobs:
164168
strategy:
165169
matrix:
166170
python_version: ["3.11"]
167-
ansible_version: ["2.16", "2.17"]
171+
ansible_version: ["2.16", "2.17", "2.19"]
168172
molecule_test: ${{ fromJSON(inputs.molecule_tests) }}
169173
fail-fast: ${{ inputs.fail_fast }}
170174
steps:
@@ -269,7 +273,7 @@ jobs:
269273
NO_PROXY: 'localhost,.redhat.com,.ansible.com'
270274

271275
molecule_next:
272-
runs-on: molecule-2.16
276+
runs-on: molecule-2.19
273277
strategy:
274278
matrix:
275279
python_version: ["3.11"]
@@ -310,7 +314,7 @@ jobs:
310314
molecule test -s ${{ matrix.molecule_test }}
311315
working-directory: ./ansible_collections/${{ inputs.fqcn }}
312316
env:
313-
ANSIBLE_REMOTE_TMP: "/tmp-2.16-${{ matrix.molecule_test }}"
317+
ANSIBLE_REMOTE_TMP: "/tmp-2.19-${{ matrix.molecule_test }}"
314318
ANSIBLE_VERBOSITY: ${{ inputs.debug_verbosity }}
315319
PROD_JBOSSNETWORK_API_CLIENTID: '${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
316320
PROD_JBOSSNETWORK_API_SECRET: '${{ secrets.PROD_JBOSSNETWORK_API_SECRET }}'

0 commit comments

Comments
 (0)