summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-09-07 22:37:20 +0000
committerGerrit Code Review <review@openstack.org>2022-09-07 22:37:20 +0000
commit2d986f8566000c53eae111fc82aebccd2c0e79b1 (patch)
treec4705612600cdfd5cb88e9b8ed9f294fb2ebcd7d /tests
parent9302e576820edfadaedc04b2e4597ae2a67894a2 (diff)
parentad03402dece90c843e16b7d24d2a90c242ff66bd (diff)
downloadzuul-2d986f8566000c53eae111fc82aebccd2c0e79b1.tar.gz
Merge "Deprecate Ansible 2, make Ansible 5 default"
Diffstat (limited to 'tests')
-rw-r--r--tests/fixtures/config/ansible-versions/git/common-config/zuul.yaml2
-rw-r--r--tests/unit/test_web.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/fixtures/config/ansible-versions/git/common-config/zuul.yaml b/tests/fixtures/config/ansible-versions/git/common-config/zuul.yaml
index 91c8d6bca..3a34a1d86 100644
--- a/tests/fixtures/config/ansible-versions/git/common-config/zuul.yaml
+++ b/tests/fixtures/config/ansible-versions/git/common-config/zuul.yaml
@@ -25,7 +25,7 @@
parent: ansible-version
vars:
test_ansible_version_major: 2
- test_ansible_version_minor: 9
+ test_ansible_version_minor: 12
# This job is used by a test case specifying a different ansible version in
# zuul.conf
diff --git a/tests/unit/test_web.py b/tests/unit/test_web.py
index ba1931436..b15c01a69 100644
--- a/tests/unit/test_web.py
+++ b/tests/unit/test_web.py
@@ -1066,7 +1066,7 @@ class TestWeb(BaseTestWeb):
job_params = {
'job': 'project-test1',
- 'ansible_version': '2.9',
+ 'ansible_version': '5',
'timeout': None,
'post_timeout': None,
'items': [],
@@ -1164,7 +1164,7 @@ class TestWeb(BaseTestWeb):
"noop")
job_params = {
- 'ansible_version': '2.9',
+ 'ansible_version': '5',
'branch': 'master',
'extra_vars': {},
'group_vars': {},