Make murano tempest job voting and add it to gate pipeline
- Make gate-tempest-dsvm-murano-api voting and add it to gate pipeline - Make gate-murano-devstack-dsvm operable only for kilo and liberty branches Change-Id: I6a9fb7d8657de7f6bd59ef6c4103d9de7d505fdd Depends-On: I76d4356e15a2b844734d434cb6f3ed58f9ccb5ab Targets: blueprint migrate-to-tempest-plugin
This commit is contained in:
@@ -215,8 +215,7 @@
|
||||
if [ "{mode}" = "cfapi" ]; then
|
||||
export ENABLED_SERVICES+=,murano-cfapi
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX="service_broker"
|
||||
fi
|
||||
if [ "{mode}" = "api" ]; then
|
||||
elif [ "{mode}" = "api" ]; then
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX="application_catalog"
|
||||
fi
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
|
@@ -1699,7 +1699,7 @@ jobs:
|
||||
branch: ^(?!stable/(?:juno|kilo)).*$
|
||||
|
||||
- name: gate-murano-devstack-dsvm
|
||||
branch: ^(?!stable/juno).*$
|
||||
branch: ^(stable/(?:kilo|liberty)).*$
|
||||
|
||||
- name: gate-rally-dsvm-murano-task
|
||||
branch: ^(?!stable/juno).*$
|
||||
@@ -1715,7 +1715,6 @@ jobs:
|
||||
|
||||
- name: gate-tempest-dsvm-murano-api
|
||||
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
|
||||
voting: false
|
||||
|
||||
- name: gate-murano-pylint
|
||||
branch: ^(?!stable/juno).*$
|
||||
@@ -6446,6 +6445,7 @@ projects:
|
||||
- gate-tempest-dsvm-murano-api
|
||||
- gate-tempest-dsvm-murano-cfapi
|
||||
gate:
|
||||
- gate-tempest-dsvm-murano-api
|
||||
- gate-murano-devstack-dsvm
|
||||
post:
|
||||
- murano-coverage
|
||||
|
Reference in New Issue
Block a user