@@ -140,7 +140,7 @@ jobs:
140
140
- " eos_cli_config_gen_deprecated_vars"
141
141
- " eos_cli_config_gen_negative_unit_tests"
142
142
ansible_version :
143
- - " ansible-core<2.19.0 --upgrade "
143
+ - " ansible-core<2.19.0"
144
144
# Also test minimum ansible version for one scenario.
145
145
include :
146
146
- avd_scenario : " eos_cli_config_gen"
@@ -151,7 +151,7 @@ jobs:
151
151
- uses : actions/checkout@v4
152
152
- name : Run molecule test
153
153
run : |
154
- pip install ${{ matrix.ansible_version}} -r .github/requirements-ci-dev.txt
154
+ pip install " ${{ matrix.ansible_version}}" -r .github/requirements-ci-dev.txt
155
155
cd ansible_collections/arista/avd
156
156
molecule test --scenario-name ${{ matrix.avd_scenario }}
157
157
- name : Check GIT status
@@ -172,14 +172,14 @@ jobs:
172
172
fail-fast : true
173
173
matrix :
174
174
avd_scenario : ["dhcp_configuration", "dhcp_provisioning"]
175
- ansible_version : ["ansible-core<2.19.0 --upgrade "]
175
+ ansible_version : ["ansible-core<2.19.0"]
176
176
needs : [file-changes]
177
177
if : needs.file-changes.outputs.dhcp == 'true'
178
178
steps :
179
179
- uses : actions/checkout@v4
180
180
- name : Run molecule test
181
181
run : |
182
- pip install ${{ matrix.ansible_version}} -r .github/requirements-ci-dev.txt
182
+ pip install " ${{ matrix.ansible_version}}" -r .github/requirements-ci-dev.txt
183
183
cd ansible_collections/arista/avd
184
184
molecule test --scenario-name ${{ matrix.avd_scenario }}
185
185
- name : Check GIT status
@@ -219,19 +219,19 @@ jobs:
219
219
- " example-cv-pathfinder"
220
220
ansible_version :
221
221
# Testing all scenario with 2.16.x, due to bug with in 2.17.0 with and the way we test eos_designs_negative_unit_tests https://github.com/ansible/ansible/issues/83292
222
- - " ansible-core>=2.16.0,<2.17.0 --upgrade "
222
+ - " ansible-core>=2.16.0,<2.17.0"
223
223
pip_requirements :
224
224
- " .github/requirements-ci-dev.txt"
225
225
# Also test minimum ansible version for one scenario.
226
226
include :
227
227
- avd_scenario : " eos_designs_unit_tests"
228
- ansible_version : " ansible-core==2.16.0 --upgrade "
228
+ ansible_version : " ansible-core==2.16.0"
229
229
pip_requirements : " .github/requirements-ci-dev.txt"
230
230
- avd_scenario : " eos_designs_unit_tests"
231
- ansible_version : " ansible-core<2.18.0 --upgrade "
231
+ ansible_version : " ansible-core<2.18.0"
232
232
pip_requirements : " .github/requirements-ci-dev.txt"
233
233
- avd_scenario : " eos_designs_unit_tests"
234
- ansible_version : " ansible-core<2.19.0 --upgrade "
234
+ ansible_version : " ansible-core<2.19.0"
235
235
pip_requirements : " .github/requirements-ci-dev.txt"
236
236
needs : [file-changes]
237
237
if : needs.file-changes.outputs.eos_design == 'true' || needs.file-changes.outputs.config_gen == 'true'
@@ -245,7 +245,7 @@ jobs:
245
245
if : matrix.pip_requirements == 'tmp-requirements-minimum.txt'
246
246
- name : Run molecule test
247
247
run : |
248
- pip install ${{ matrix.ansible_version}} -r .github/requirements-ci-dev.txt
248
+ pip install " ${{ matrix.ansible_version}}" -r .github/requirements-ci-dev.txt
249
249
cd ansible_collections/arista/avd
250
250
molecule test --scenario-name ${{ matrix.avd_scenario }}
251
251
- name : Check GIT status
@@ -267,7 +267,7 @@ jobs:
267
267
avd_scenario :
268
268
- " eos_config_deploy_cvp"
269
269
ansible_version :
270
- - " ansible-core<2.19.0 --upgrade "
270
+ - " ansible-core<2.19.0"
271
271
include :
272
272
- avd_scenario : " eos_config_deploy_cvp"
273
273
ansible_version : " ansible-core==2.16.0"
@@ -278,7 +278,7 @@ jobs:
278
278
- uses : actions/checkout@v4
279
279
- name : Run molecule test
280
280
run : |
281
- pip install ${{ matrix.ansible_version}} -r .github/requirements-ci-dev.txt
281
+ pip install " ${{ matrix.ansible_version}}" -r .github/requirements-ci-dev.txt
282
282
cd ansible_collections/arista/avd
283
283
molecule test --scenario-name ${{ matrix.avd_scenario }}
284
284
- name : Check GIT status
@@ -301,7 +301,7 @@ jobs:
301
301
avd_scenario :
302
302
- ' anta_runner'
303
303
ansible_version :
304
- - ' ansible-core<2.19.0 --upgrade '
304
+ - ' ansible-core<2.19.0'
305
305
include :
306
306
- avd_scenario : ' anta_runner'
307
307
ansible_version : ' ansible-core==2.16.0'
@@ -311,7 +311,7 @@ jobs:
311
311
- uses : actions/checkout@v4
312
312
- name : Run molecule test
313
313
run : |
314
- pip install ${{ matrix.ansible_version}} -r .github/requirements-ci-dev.txt
314
+ pip install " ${{ matrix.ansible_version}}" -r .github/requirements-ci-dev.txt
315
315
cd ansible_collections/arista/avd
316
316
molecule test --scenario-name ${{ matrix.avd_scenario }}
317
317
- name : Check GIT status
@@ -330,7 +330,7 @@ jobs:
330
330
avd_scenario :
331
331
- " eos_validate_state"
332
332
ansible_version :
333
- - " ansible-core<2.19.0 --upgrade "
333
+ - " ansible-core<2.19.0"
334
334
include :
335
335
- avd_scenario : " eos_validate_state"
336
336
ansible_version : " ansible-core==2.16.0"
@@ -340,7 +340,7 @@ jobs:
340
340
- uses : actions/checkout@v4
341
341
- name : Run molecule test
342
342
run : |
343
- pip install ${{ matrix.ansible_version}} -r .github/requirements-ci-dev.txt
343
+ pip install " ${{ matrix.ansible_version}}" -r .github/requirements-ci-dev.txt
344
344
cd ansible_collections/arista/avd
345
345
molecule test --scenario-name ${{ matrix.avd_scenario }}
346
346
- name : Check GIT status
0 commit comments