Remove tempest from zaqar functional job names
The zaqar functional test jobs were previously named gate-tempest-dsvm-mongodb-zaqar and gate-tempest-dsvm-redis-zaqar however neither of these jobs actually run tempest. If you look at the job definition it quite clearly doesn't even install tempest and instead just runs a gate hook to trigger zaqar's functional tests. This commit renames the job to not include tempest in the name to avoid confusion. It also removes these jobs from the tempest experimental queue since tempest is not being run there is no reason to run them on any tempest changes. Change-Id: Ib7bd69599d5286db2acfc891496ac5e6eb872e7a
This commit is contained in:
parent
126867fd00
commit
b314e68e06
@ -7746,13 +7746,13 @@
|
||||
- 'gate-{name}-tox-{envlist}':
|
||||
envlist: integration
|
||||
- gate-rally-dsvm-zaqar-{name}
|
||||
- '{pipeline}-tempest-dsvm-{backend}-zaqar{job-suffix}':
|
||||
- '{pipeline}-dsvm-{backend}-zaqar{job-suffix}':
|
||||
pipeline: gate
|
||||
node: 'devstack-trusty'
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
backend: mongodb
|
||||
- '{pipeline}-tempest-dsvm-{backend}-zaqar{job-suffix}':
|
||||
- '{pipeline}-dsvm-{backend}-zaqar{job-suffix}':
|
||||
pipeline: gate
|
||||
node: 'devstack-trusty'
|
||||
job-suffix: ''
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-tempest-dsvm-{backend}-zaqar{job-suffix}'
|
||||
name: '{pipeline}-dsvm-{backend}-zaqar{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
|
@ -2197,7 +2197,7 @@ projects:
|
||||
- gate-neutron-dsvm-functional
|
||||
- gate-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- gate-tempest-dsvm-cells
|
||||
- gate-tempest-dsvm-mongodb-zaqar
|
||||
- gate-dsvm-mongodb-zaqar
|
||||
- gate-grenade-dsvm-forward
|
||||
- gate-tempest-dsvm-f23
|
||||
|
||||
@ -9301,8 +9301,6 @@ projects:
|
||||
- gate-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- gate-grenade-dsvm-forward
|
||||
- gate-tempest-dsvm-cells
|
||||
- gate-tempest-dsvm-mongodb-zaqar
|
||||
- gate-tempest-dsvm-redis-zaqar
|
||||
- gate-tempest-dsvm-ceilometer-mongodb-full
|
||||
- gate-tempest-dsvm-full-non-isolated
|
||||
- gate-tempest-dsvm-neutron-full-non-isolated
|
||||
@ -9875,12 +9873,12 @@ projects:
|
||||
- name: release-notes-jobs
|
||||
check:
|
||||
- gate-zaqar-tox-integration
|
||||
- gate-tempest-dsvm-mongodb-zaqar
|
||||
- gate-tempest-dsvm-redis-zaqar
|
||||
- gate-dsvm-mongodb-zaqar
|
||||
- gate-dsvm-redis-zaqar
|
||||
- gate-rally-dsvm-zaqar-zaqar
|
||||
gate:
|
||||
- gate-tempest-dsvm-mongodb-zaqar
|
||||
- gate-tempest-dsvm-redis-zaqar
|
||||
- gate-dsvm-mongodb-zaqar
|
||||
- gate-dsvm-redis-zaqar
|
||||
|
||||
- name: openstack/zaqar-specs
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user