Setting default branch of devstack repositories for functional tests
The functional test job didn't specify default branches for repositories it depended on, leading to a graph freeze failure on stable branches with irregular names. This patch sets the devstack repos as a dependency and explicitly specifies the branches to be used. Closes-Bug: #1965876 Co-Authored-By: Jakob Meng <code@jakobmeng.de> Signed-off-by: Jiri Podivin <jpodivin@redhat.com> Change-Id: I6ef29a31ddff344db93fd3ee2c733df856fbac31
This commit is contained in:
parent
4dee6c0b1a
commit
3344af0ecf
@ -7,6 +7,10 @@
|
|||||||
required-projects:
|
required-projects:
|
||||||
- openstack/validations-libs
|
- openstack/validations-libs
|
||||||
- openstack/validations-common
|
- openstack/validations-common
|
||||||
|
- name: openstack/openstacksdk
|
||||||
|
override-checkout: master
|
||||||
|
- name: opendev.org/openstack/devstack
|
||||||
|
override-checkout: master
|
||||||
vars:
|
vars:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
USE_PYTHON3: true
|
USE_PYTHON3: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user