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:
Victor Ryzhenkin 2016-03-30 18:03:34 +03:00
parent e97887f095
commit f3449408bf
3 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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:

View File

@ -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