From cc8cd08c0391d76dfa8cee315628ee68fb01698d Mon Sep 17 00:00:00 2001 From: Jakob Meng Date: Mon, 4 Apr 2022 10:28:25 +0200 Subject: [PATCH] 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 --- .zuul.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index dd587ab6..a6d2c6cd 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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