Move monasca-log tempest job to check queue
* Rework test to be a job-template following best practices for naming. * Run the tests on ubuntu-xenial node * Typo in comment Change-Id: Ib09a507562dd9ad0eb79c3b94e5c1a66d5ffdcee
This commit is contained in:
parent
cf24075d3f
commit
39d9cfad64
@ -104,10 +104,9 @@
|
|||||||
- 'gate-tempest-dsvm-monasca-java-full{job-suffix}':
|
- 'gate-tempest-dsvm-monasca-java-full{job-suffix}':
|
||||||
job-suffix: '-nv'
|
job-suffix: '-nv'
|
||||||
|
|
||||||
- job:
|
- job-template:
|
||||||
name: 'gate-tempest-dsvm-monasca-log'
|
name: 'gate-tempest-dsvm-monasca-log-api-{node}{suffix}'
|
||||||
|
node: '{node}'
|
||||||
node: ubuntu-trusty
|
|
||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- build-timeout:
|
- build-timeout:
|
||||||
@ -129,15 +128,15 @@
|
|||||||
PROJECTS="openstack/monasca-api $PROJECTS"
|
PROJECTS="openstack/monasca-api $PROJECTS"
|
||||||
export PROJECTS="openstack/monasca-log-api $PROJECTS"
|
export PROJECTS="openstack/monasca-log-api $PROJECTS"
|
||||||
|
|
||||||
function pre_test_hook {
|
function pre_test_hook {{
|
||||||
source $BASE/new/monasca-log-api/devstack/pre_test_hook.sh
|
source $BASE/new/monasca-log-api/devstack/pre_test_hook.sh
|
||||||
}
|
}}
|
||||||
export -f pre_test_hook
|
export -f pre_test_hook
|
||||||
|
|
||||||
function post_test_hook {
|
function post_test_hook {{
|
||||||
# Configure and run tempest on monasca-log-api installation
|
# Configure and run tempest on monasca-log-api installation
|
||||||
source $BASE/new/monasca-log-api/devstack/post_test_hook.sh
|
source $BASE/new/monasca-log-api/devstack/post_test_hook.sh
|
||||||
}
|
}}
|
||||||
export -f post_test_hook
|
export -f post_test_hook
|
||||||
|
|
||||||
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
|
||||||
|
@ -6124,6 +6124,9 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
- maven-plugin-jobs
|
- maven-plugin-jobs
|
||||||
|
- gate-tempest-dsvm-monasca-log-api-{node}{suffix}:
|
||||||
|
node: ubuntu-xenial
|
||||||
|
suffix: '-nv'
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: monasca-notification
|
name: monasca-notification
|
||||||
|
@ -1168,7 +1168,7 @@ jobs:
|
|||||||
- name: ^.*-nv$
|
- name: ^.*-nv$
|
||||||
voting: false
|
voting: false
|
||||||
# Restrict explicit ubuntu-trusty jobs to < Newton
|
# Restrict explicit ubuntu-trusty jobs to < Newton
|
||||||
# and xenila to >= Newton.
|
# and xenial to >= Newton.
|
||||||
- name: ^.*-ubuntu-trusty(-nv)?$
|
- name: ^.*-ubuntu-trusty(-nv)?$
|
||||||
branch: ^stable/(liberty|mitaka)$
|
branch: ^stable/(liberty|mitaka)$
|
||||||
- name: ^.*-ubuntu-xenial(-nv)?$
|
- name: ^.*-ubuntu-xenial(-nv)?$
|
||||||
@ -10372,6 +10372,7 @@ projects:
|
|||||||
- gate-monasca-log-api-pep8-ubuntu-xenial
|
- gate-monasca-log-api-pep8-ubuntu-xenial
|
||||||
- gate-monasca-log-api-python27-ubuntu-xenial
|
- gate-monasca-log-api-python27-ubuntu-xenial
|
||||||
- gate-monasca-log-api-build
|
- gate-monasca-log-api-build
|
||||||
|
- gate-tempest-dsvm-monasca-log-api-ubuntu-xenial-nv
|
||||||
gate:
|
gate:
|
||||||
- gate-monasca-log-api-pep8-ubuntu-trusty
|
- gate-monasca-log-api-pep8-ubuntu-trusty
|
||||||
- gate-monasca-log-api-python27-ubuntu-trusty
|
- gate-monasca-log-api-python27-ubuntu-trusty
|
||||||
@ -10380,8 +10381,6 @@ projects:
|
|||||||
- gate-monasca-log-api-build
|
- gate-monasca-log-api-build
|
||||||
post:
|
post:
|
||||||
- monasca-log-api-localrepo-upload
|
- monasca-log-api-localrepo-upload
|
||||||
experimental:
|
|
||||||
- gate-tempest-dsvm-monasca-log
|
|
||||||
|
|
||||||
- name: openstack/monasca-notification
|
- name: openstack/monasca-notification
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user