Fixed Ansible branch in base job openstack-tox-linters-ansible

Ansible's git repository has no master branch but a devel and several
stable-* branches instead.

Change-Id: I43844c8a1cefceb7337e5a6ff1e8b8df451efb26
This commit is contained in:
Jakob Meng
2022-04-04 10:28:25 +02:00
parent b572bf8ae9
commit cc8cd08c03

View File

@@ -454,10 +454,10 @@
parent: openstack-tox-linters
nodeset: ubuntu-focal
description: |
Run openstack collections linter tests using the master branch of ansible
Run openstack collections linter tests using the devel branch of ansible
required-projects:
- name: github.com/ansible/ansible
override-checkout: master
override-checkout: devel
vars:
# override tox_constraints_file from parent job
tox_constraints_file: '{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tests/constraints-none.txt'
@@ -471,9 +471,6 @@
Run openstack collections linter tests using the devel branch of ansible
# non-voting because we can't prevent ansible devel from breaking us
voting: false
required-projects:
- name: github.com/ansible/ansible
override-checkout: devel
vars:
python_version: 3.8
bindep_profile: test py38