Convert job legacy-periodic-tempest-dsvm-all-master
Convert job legacy-periodic-tempest-dsvm-all-master to new job Zuul v3
tempest job.
Nit fixing: Add missing space for description.
Change-Id: I2f03b074a8c995b9240feaac665d68284c73c1d4
diff --git a/.zuul.yaml b/.zuul.yaml
index 01b89ad..5b745ad 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -38,6 +38,19 @@
post-run: playbooks/post-tempest.yaml
- job:
+ name: tempest-all
+ parent: devstack-tempest
+ description: |
+ Integration test that runs all tests.
+ Former name for this job was:
+ * legacy-periodic-tempest-dsvm-all-master
+ vars:
+ tox_envlist: all
+ tempest_test_regex: tempest
+ devstack_localrc:
+ ENABLE_FILE_INJECTION: true
+
+- job:
name: tempest-full
parent: devstack-tempest
# This currently works from stable/pike on.
@@ -170,7 +183,7 @@
description: |
This multinode integration job will run all the tests tagged as slow.
It enables the lvm multibackend setup to cover few scenario tests.
- This job will run only slow tests(API or Scenario) serially.
+ This job will run only slow tests (API or Scenario) serially.
Former names for this job were:
* legacy-tempest-dsvm-neutron-scenario-multinode-lvm-multibackend
@@ -433,7 +446,7 @@
jobs:
- tempest-cinder-v2-api:
irrelevant-files: *tempest-irrelevant-files
- - legacy-periodic-tempest-dsvm-all-master:
+ - tempest-all:
irrelevant-files: *tempest-irrelevant-files
- legacy-tempest-dsvm-multinode-full:
irrelevant-files: *tempest-irrelevant-files
@@ -461,4 +474,4 @@
- legacy-periodic-tempest-dsvm-neutron-full-ocata
periodic:
jobs:
- - legacy-periodic-tempest-dsvm-all-master
+ - tempest-all