Override default branch name

The pytest-testinfra repository default branch is "main", not master.
Overriding this in the zuul job/config will allow to actually run
system-config-run-base-ansible-devel job (or, at least, start it).

Change-Id: Ie42c078fa51bcda8e26264e4b2e19e2447ab89ad
This commit is contained in:
Cédric Jeanneret 2023-01-12 14:02:24 +01:00
parent 9344d8c046
commit 111c87249a

View File

@ -110,6 +110,7 @@
- name: github.com/ansible/ansible
override-checkout: devel
- name: github.com/pytest-dev/pytest-testinfra
override-checkout: main
- name: openstack/openstacksdk
- name: github.com/ansible-collections/ansible.posix
override-checkout: main