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
|
if [ "{mode}" = "cfapi" ]; then
|
||||||
export ENABLED_SERVICES+=,murano-cfapi
|
export ENABLED_SERVICES+=,murano-cfapi
|
||||||
export DEVSTACK_GATE_TEMPEST_REGEX="service_broker"
|
export DEVSTACK_GATE_TEMPEST_REGEX="service_broker"
|
||||||
fi
|
elif [ "{mode}" = "api" ]; then
|
||||||
if [ "{mode}" = "api" ]; then
|
|
||||||
export DEVSTACK_GATE_TEMPEST_REGEX="application_catalog"
|
export DEVSTACK_GATE_TEMPEST_REGEX="application_catalog"
|
||||||
fi
|
fi
|
||||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||||
|
@@ -1699,7 +1699,7 @@ jobs:
|
|||||||
branch: ^(?!stable/(?:juno|kilo)).*$
|
branch: ^(?!stable/(?:juno|kilo)).*$
|
||||||
|
|
||||||
- name: gate-murano-devstack-dsvm
|
- name: gate-murano-devstack-dsvm
|
||||||
branch: ^(?!stable/juno).*$
|
branch: ^(stable/(?:kilo|liberty)).*$
|
||||||
|
|
||||||
- name: gate-rally-dsvm-murano-task
|
- name: gate-rally-dsvm-murano-task
|
||||||
branch: ^(?!stable/juno).*$
|
branch: ^(?!stable/juno).*$
|
||||||
@@ -1715,7 +1715,6 @@ jobs:
|
|||||||
|
|
||||||
- name: gate-tempest-dsvm-murano-api
|
- name: gate-tempest-dsvm-murano-api
|
||||||
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
|
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
|
||||||
voting: false
|
|
||||||
|
|
||||||
- name: gate-murano-pylint
|
- name: gate-murano-pylint
|
||||||
branch: ^(?!stable/juno).*$
|
branch: ^(?!stable/juno).*$
|
||||||
@@ -6446,6 +6445,7 @@ projects:
|
|||||||
- gate-tempest-dsvm-murano-api
|
- gate-tempest-dsvm-murano-api
|
||||||
- gate-tempest-dsvm-murano-cfapi
|
- gate-tempest-dsvm-murano-cfapi
|
||||||
gate:
|
gate:
|
||||||
|
- gate-tempest-dsvm-murano-api
|
||||||
- gate-murano-devstack-dsvm
|
- gate-murano-devstack-dsvm
|
||||||
post:
|
post:
|
||||||
- murano-coverage
|
- murano-coverage
|
||||||
|
Reference in New Issue
Block a user