Remove ceilometer client, not used anymore
update jobs also Change-Id: I504922ade2897e6066c4bcdaf2a2a521c1fd4ef3
This commit is contained in:
parent
69acc7f3ea
commit
74b71d8be2
49
.zuul.yaml
49
.zuul.yaml
@ -5,19 +5,23 @@
|
|||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- vitrage-tempest-plugin-api
|
- vitrage-tempest-plugin-api:
|
||||||
- vitrage-tempest-plugin-datasources
|
voting: false
|
||||||
|
- vitrage-tempest-plugin-datasources:
|
||||||
|
voting: false
|
||||||
|
- vitrage-tempest-plugin-datasources-xena
|
||||||
|
- vitrage-tempest-plugin-api-xena
|
||||||
|
- vitrage-tempest-plugin-datasources-wallaby
|
||||||
|
- vitrage-tempest-plugin-api-wallaby
|
||||||
- vitrage-tempest-plugin-datasources-victoria
|
- vitrage-tempest-plugin-datasources-victoria
|
||||||
- vitrage-tempest-plugin-api-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
|
|
||||||
gate:
|
gate:
|
||||||
queue: vitrage
|
queue: vitrage
|
||||||
jobs:
|
jobs:
|
||||||
- vitrage-tempest-plugin-api
|
- vitrage-tempest-plugin-api:
|
||||||
- vitrage-tempest-plugin-datasources
|
voting: false
|
||||||
|
- vitrage-tempest-plugin-datasources:
|
||||||
|
voting: false
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: vitrage-tempest-plugin-base
|
name: vitrage-tempest-plugin-base
|
||||||
@ -231,41 +235,30 @@
|
|||||||
- job:
|
- job:
|
||||||
name: vitrage-tempest-plugin-api-victoria
|
name: vitrage-tempest-plugin-api-victoria
|
||||||
parent: vitrage-tempest-plugin-api
|
parent: vitrage-tempest-plugin-api
|
||||||
nodeset: openstack-single-node-bionic
|
|
||||||
override-checkout: stable/victoria
|
override-checkout: stable/victoria
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: vitrage-tempest-plugin-datasources-victoria
|
name: vitrage-tempest-plugin-datasources-victoria
|
||||||
parent: vitrage-tempest-plugin-datasources
|
parent: vitrage-tempest-plugin-datasources
|
||||||
nodeset: openstack-single-node-bionic
|
|
||||||
override-checkout: stable/victoria
|
override-checkout: stable/victoria
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: vitrage-tempest-plugin-api-ussuri
|
name: vitrage-tempest-plugin-api-xena
|
||||||
parent: vitrage-tempest-plugin-api
|
parent: vitrage-tempest-plugin-api
|
||||||
nodeset: openstack-single-node-bionic
|
override-checkout: stable/xena
|
||||||
override-checkout: stable/ussuri
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: vitrage-tempest-plugin-datasources-ussuri
|
name: vitrage-tempest-plugin-datasources-xena
|
||||||
parent: vitrage-tempest-plugin-datasources
|
parent: vitrage-tempest-plugin-datasources
|
||||||
nodeset: openstack-single-node-bionic
|
override-checkout: stable/xena
|
||||||
override-checkout: stable/ussuri
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: vitrage-tempest-plugin-api-train
|
name: vitrage-tempest-plugin-api-wallaby
|
||||||
parent: vitrage-tempest-plugin-api
|
parent: vitrage-tempest-plugin-api
|
||||||
nodeset: openstack-single-node-bionic
|
override-checkout: stable/wallaby
|
||||||
override-checkout: stable/train
|
|
||||||
vars:
|
|
||||||
devstack_localrc:
|
|
||||||
USE_PYTHON3: True
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: vitrage-tempest-plugin-datasources-train
|
name: vitrage-tempest-plugin-datasources-wallaby
|
||||||
parent: vitrage-tempest-plugin-datasources
|
parent: vitrage-tempest-plugin-datasources
|
||||||
nodeset: openstack-single-node-bionic
|
override-checkout: stable/wallaby
|
||||||
override-checkout: stable/train
|
|
||||||
vars:
|
|
||||||
devstack_localrc:
|
|
||||||
USE_PYTHON3: True
|
|
||||||
|
@ -8,7 +8,6 @@ aodhclient>=1.0.0 # Apache-2.0
|
|||||||
gnocchiclient>=3.3.1 # Apache-2.0
|
gnocchiclient>=3.3.1 # Apache-2.0
|
||||||
PyYAML>=3.12 # MIT
|
PyYAML>=3.12 # MIT
|
||||||
python-heatclient>=1.14.0 # Apache-2.0
|
python-heatclient>=1.14.0 # Apache-2.0
|
||||||
python-ceilometerclient>=2.9.0 # Apache-2.0
|
|
||||||
python-cinderclient>=3.3.0 # Apache-2.0
|
python-cinderclient>=3.3.0 # Apache-2.0
|
||||||
python-dateutil>=2.5.3 # BSD
|
python-dateutil>=2.5.3 # BSD
|
||||||
python-keystoneclient>=3.15.0 # Apache-2.0
|
python-keystoneclient>=3.15.0 # Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user