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
(cherry picked from commit 3344af0ecf)
This commit is contained in:
Jiri Podivin
2022-03-22 16:00:55 +01:00
parent 343f61537c
commit 3543a7a869

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