Do not pin openstacksdk to master
openstacksdk-functional-devstack job is failing, because it overrides openstacksdk's branch to master branch, in which the dependency constraints contradicts with the constraints on zed branch, thus we need to remove the branch override. Change-Id: Ic1c9cb2e04259aaf78342b4bb2161235666abb49 (cherry picked from commitf48f90bee4) (cherry picked from commitd80aa0d857)
This commit is contained in:
committed by
Dr. Jens Harbott
parent
5d395a3136
commit
7c19c4e65a
12
.zuul.yaml
12
.zuul.yaml
@@ -32,14 +32,14 @@
|
||||
# NOTE: We pull in roles from the tempest repo for stackviz processing.
|
||||
- zuul: opendev.org/openstack/tempest
|
||||
required-projects:
|
||||
# These jobs will DTRT when openstacksdk triggers them, but we want to
|
||||
# make sure stable branches of openstacksdk never get cloned by other
|
||||
# people, since stable branches of openstacksdk are, well, not actually
|
||||
# things.
|
||||
# NOTE(elod.illes): originally this job runs against openstacksdk's and
|
||||
# os-client-config's master branch as that is what we want to test. This
|
||||
# is fine up till that point where the constraints of dependencies begin
|
||||
# to contradict on master and on old stable branches. Thus we have to
|
||||
# fallback to original behaviour: use the actual stable branches on old
|
||||
# stable gates.
|
||||
- name: openstack/openstacksdk
|
||||
override-branch: master
|
||||
- name: openstack/os-client-config
|
||||
override-branch: master
|
||||
timeout: 9000
|
||||
vars:
|
||||
devstack_localrc:
|
||||
|
||||
Reference in New Issue
Block a user