Update tempest jobs

This updates the cloudkitty tempest jobs. Work items:

* Rename existing jobs
* Add jobs introduced by https://review.opendev.org/#/c/679085/

Change-Id: Iec6ae6ca8ff1d4f956081daed08d8ae534fa10aa
This commit is contained in:
Luka Peschke 2019-09-27 15:34:42 +02:00
parent 25eeac4175
commit e13403b9fb
1 changed files with 12 additions and 8 deletions

View File

@ -3,15 +3,19 @@
- tempest-plugin-jobs
- check-requirements
check:
jobs:
- cloudkitty-tempest-full:
jobs: &cloudkitty_tempest_jobs
- cloudkitty-tempest-full-v2-storage-influxdb:
voting: true
- cloudkitty-tempest-full-python3:
- cloudkitty-tempest-full-v2-storage-influxdb-py3:
voting: true
- cloudkitty-tempest-full-v1-storage-sqlalchemy:
voting: true
- cloudkitty-tempest-full-v1-storage-sqlalchemy-py3:
voting: true
- cloudkitty-tempest-full-v2-storage-elasticsearch:
voting: true
- cloudkitty-tempest-full-v2-storage-elasticsearch-py3:
voting: true
gate:
queue: cloudkitty
jobs:
- cloudkitty-tempest-full:
voting: true
- cloudkitty-tempest-full-python3:
voting: true
jobs: *cloudkitty_tempest_jobs