Skip to content

Commit f74cd38

Browse files
author
Elod Illes
committed
[CI][um-only] Force use of ansible 9 for py36 job
This branch still has py36 as supported runtime (with ubuntu bionic nodeset). But that requires ansible version 9, which is not supported anymore in Zuul, but can be forced to use it until that is completely dropped from Zuul. Change-Id: I4defe14c768fd18fa1e65568e2579a22cf1d6a88 Signed-off-by: Elod Illes <[email protected]>
1 parent 69780ba commit f74cd38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zuul.d/job-templates.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
check:
44
jobs:
55
- openstack-tox-py36: # from openstack-python3-yoga-jobs template
6+
ansible-version: 9
67
timeout: 3600
78
irrelevant-files: &irrelevant-files
89
- ^.*\.conf\.sample$
@@ -34,6 +35,7 @@
3435
gate:
3536
jobs:
3637
- openstack-tox-py36: # from openstack-python3-yoga-jobs template
38+
ansible-version: 9
3739
timeout: 3600
3840
irrelevant-files: *irrelevant-files
3941
- openstack-tox-py39: # from openstack-python3-yoga-jobs template

0 commit comments

Comments
 (0)