Add murano non-voting job with glare backend
- Add murano job with tempest test run and use GLaRe as murano backend Change-Id: I8b3b4c55005d77249f8da821ccdb1cf895985893
This commit is contained in:
parent
e97887f095
commit
f3449408bf
@ -213,6 +213,10 @@
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX="service_broker"
|
||||
elif [ "{mode}" = "api" ]; then
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX="application_catalog"
|
||||
elif [ "{mode}" = "glare-backend" ]; then
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX="application_catalog"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_service g-glare"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MURANO_USE_GLARE=True"
|
||||
fi
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
@ -3199,6 +3199,11 @@
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
- 'gate-tempest-dsvm-murano-{mode}{job-suffix}':
|
||||
mode: 'glare-backend'
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
- translation-jobs
|
||||
|
||||
- project:
|
||||
|
@ -1955,6 +1955,10 @@ jobs:
|
||||
- name: gate-tempest-dsvm-murano-api
|
||||
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
|
||||
|
||||
- name: gate-tempest-dsvm-murano-glare-backend
|
||||
branch: ^(?!stable/(?:juno|kilo|liberty|mitaka)).*$
|
||||
voting: false
|
||||
|
||||
- name: gate-murano-pylint
|
||||
branch: ^(?!stable/juno).*$
|
||||
voting: false
|
||||
@ -7120,6 +7124,7 @@ projects:
|
||||
- gate-rally-dsvm-murano-task
|
||||
- gate-tempest-dsvm-murano-api
|
||||
- gate-tempest-dsvm-murano-cfapi
|
||||
- gate-tempest-dsvm-murano-glare-backend
|
||||
gate:
|
||||
- gate-tempest-dsvm-murano-api
|
||||
- gate-murano-devstack-dsvm
|
||||
|
Loading…
x
Reference in New Issue
Block a user