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:
Jiri Podivin 2022-03-22 16:00:55 +01:00
parent 4dee6c0b1a
commit 3344af0ecf
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
required-projects:
- openstack/validations-libs
- openstack/validations-common
- name: openstack/openstacksdk
override-checkout: master
- name: opendev.org/openstack/devstack
override-checkout: master
vars:
devstack_localrc:
USE_PYTHON3: true