Add non-voting murano-api gate job with tempest-plugin
- Add non-voting job gate-tempest-dsvm-murano-api whuch using murano tempest plugin for testing. Change-Id: I519a6a33a3c87d3da0030d81f7638f1ecc5654e7 Targets: blueprint migrate-to-tempest-plugin
This commit is contained in:
parent
de908727cd
commit
432557715e
@ -216,6 +216,9 @@
|
||||
export ENABLED_SERVICES+=,murano-cfapi
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX="service_broker"
|
||||
fi
|
||||
if [ "{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
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
|
@ -2923,6 +2923,11 @@
|
||||
node: devstack-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
- 'gate-tempest-dsvm-murano-{mode}{job-suffix}':
|
||||
mode: 'api'
|
||||
node: devstack-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
- translation-jobs
|
||||
|
||||
- project:
|
||||
|
@ -1698,6 +1698,10 @@ jobs:
|
||||
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
|
||||
voting: false
|
||||
|
||||
- name: gate-tempest-dsvm-murano-api
|
||||
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
|
||||
voting: false
|
||||
|
||||
- name: gate-murano-pylint
|
||||
branch: ^(?!stable/juno).*$
|
||||
voting: false
|
||||
@ -6382,13 +6386,14 @@ projects:
|
||||
- name: release-notes-jobs
|
||||
- name: translation-jobs
|
||||
check:
|
||||
- gate-murano-python34
|
||||
- murano-coverage
|
||||
- gate-murano-pylint
|
||||
- gate-murano-devstack-dsvm
|
||||
- gate-murano-congress-devstack-dsvm
|
||||
- gate-rally-dsvm-murano-task
|
||||
- gate-tempest-dsvm-murano-api
|
||||
- gate-tempest-dsvm-murano-cfapi
|
||||
- gate-murano-python34
|
||||
gate:
|
||||
- gate-murano-devstack-dsvm
|
||||
post:
|
||||
|
Loading…
Reference in New Issue
Block a user