Run the tests on stable/victoria as well, remove stein
So that changes to this plugin (at least, most of them) don't break victoria. As stein moved to EM, remove its job according the common guidelines. Change-Id: Ic9c4bd70a1071fccb8b71f0c9a97e0d2bfbc12a2
This commit is contained in:
parent
329e227d93
commit
4abe14c3e9
35
.zuul.yaml
35
.zuul.yaml
@ -7,12 +7,12 @@
|
||||
jobs:
|
||||
- vitrage-tempest-plugin-api
|
||||
- vitrage-tempest-plugin-datasources
|
||||
- vitrage-tempest-plugin-datasources-victoria
|
||||
- vitrage-tempest-plugin-api-victoria
|
||||
- vitrage-tempest-plugin-datasources-ussuri
|
||||
- vitrage-tempest-plugin-api-ussuri
|
||||
- vitrage-tempest-plugin-datasources-train
|
||||
- vitrage-tempest-plugin-api-train
|
||||
- vitrage-tempest-plugin-datasources-stein
|
||||
- vitrage-tempest-plugin-api-stein
|
||||
gate:
|
||||
queue: vitrage
|
||||
jobs:
|
||||
@ -228,6 +228,17 @@
|
||||
devstack_plugins:
|
||||
vitrage: https://opendev.org/openstack/vitrage
|
||||
|
||||
- job:
|
||||
name: vitrage-tempest-plugin-api-victoria
|
||||
parent: vitrage-tempest-plugin-api
|
||||
nodeset: openstack-single-node-bionic
|
||||
override-checkout: stable/victoria
|
||||
|
||||
- job:
|
||||
name: vitrage-tempest-plugin-datasources-victoria
|
||||
parent: vitrage-tempest-plugin-datasources
|
||||
nodeset: openstack-single-node-bionic
|
||||
override-checkout: stable/victoria
|
||||
|
||||
- job:
|
||||
name: vitrage-tempest-plugin-api-ussuri
|
||||
@ -258,23 +269,3 @@
|
||||
vars:
|
||||
devstack_localrc:
|
||||
USE_PYTHON3: True
|
||||
|
||||
- job:
|
||||
name: vitrage-tempest-plugin-api-stein
|
||||
parent: vitrage-tempest-plugin-api
|
||||
nodeset: openstack-single-node-bionic
|
||||
override-checkout: stable/stein
|
||||
vars:
|
||||
tempest_black_regex: tempest\.api|test_template
|
||||
devstack_localrc:
|
||||
USE_PYTHON3: True
|
||||
|
||||
- job:
|
||||
name: vitrage-tempest-plugin-datasources-stein
|
||||
parent: vitrage-tempest-plugin-datasources
|
||||
nodeset: openstack-single-node-bionic
|
||||
override-checkout: stable/stein
|
||||
vars:
|
||||
tempest_black_regex: tempest\.api|test_template
|
||||
devstack_localrc:
|
||||
USE_PYTHON3: True
|
||||
|
Loading…
Reference in New Issue
Block a user