Temporary add feature pragma
OpenStackSDK has a feature branch "feature/r1" as a preparation for the R1.0 release. Due to different branch naming functional tests with devstack are not running. Add temporarily (for the duration of the feature branch) pragma to the zuul.yaml to allow Zuul run functional tests. It will be dropped once SDK gets next major release. Previous attemp didn't work well for other projects, therefore explicitly include master as well. Change-Id: I3a5722873f395bc52cc55a0fd6bcea0ebe3b74fc
This commit is contained in:
parent
416902ee4b
commit
89baa314c1
@ -1,3 +1,11 @@
|
||||
- pragma:
|
||||
# NOTE(gtema): this is required for the changes in SDK feature/r1 branch to
|
||||
# be using devstack
|
||||
# TODO(gtema): delete this once r1 branch is merged into master
|
||||
implied-branches:
|
||||
- master
|
||||
- feature/r1
|
||||
|
||||
- nodeset:
|
||||
name: openstack-single-node
|
||||
nodes:
|
||||
|
Loading…
Reference in New Issue
Block a user