Do not pin openstacksdk to master
The theory behind this seems to have been to stop people using stable branches of openstacksdk. Well that hasn't worked, based on the fact that virtually all of our stable branches have unset this [1]. Stop pretending we can support this and remove the branch override. [1] https://review.opendev.org/q/topic:gate-fix-unpin-osdk+NOT+branch:master Change-Id: Iad10f68e7caff999981f82c6d098199014d0adee Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
@@ -10,14 +10,8 @@
|
||||
# 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.
|
||||
- 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