Add Tempest gate job for stable/zed
Now we have stable/zed branch ready for devstack and so does for all service projects. This commit adds the Tempest testing for stable/zed by adding new jobs running on stable/zed version of openstack. Change-Id: I6a331a6f2466aa4e4d9f607660b87fa60a63bf4b
This commit is contained in:
parent
4ff6f153b1
commit
f1d0e395e9
@ -34,6 +34,8 @@
|
|||||||
- glance-multistore-cinder-import:
|
- glance-multistore-cinder-import:
|
||||||
voting: false
|
voting: false
|
||||||
irrelevant-files: *tempest-irrelevant-files
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
|
- tempest-full-zed:
|
||||||
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
- tempest-full-yoga:
|
- tempest-full-yoga:
|
||||||
irrelevant-files: *tempest-irrelevant-files
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
- tempest-full-xena:
|
- tempest-full-xena:
|
||||||
@ -168,9 +170,11 @@
|
|||||||
irrelevant-files: *tempest-irrelevant-files
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
periodic-stable:
|
periodic-stable:
|
||||||
jobs:
|
jobs:
|
||||||
|
- tempest-full-zed
|
||||||
- tempest-full-yoga
|
- tempest-full-yoga
|
||||||
- tempest-full-xena
|
- tempest-full-xena
|
||||||
- tempest-full-wallaby-py3
|
- tempest-full-wallaby-py3
|
||||||
|
- tempest-slow-zed
|
||||||
- tempest-slow-yoga
|
- tempest-slow-yoga
|
||||||
- tempest-slow-xena
|
- tempest-slow-xena
|
||||||
- tempest-slow-wallaby
|
- tempest-slow-wallaby
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
# NOTE(gmann): This file includes all stable release jobs definition.
|
# NOTE(gmann): This file includes all stable release jobs definition.
|
||||||
|
- job:
|
||||||
|
name: tempest-full-zed
|
||||||
|
parent: tempest-full-py3
|
||||||
|
override-checkout: stable/zed
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tempest-full-yoga
|
name: tempest-full-yoga
|
||||||
parent: tempest-full-py3
|
parent: tempest-full-py3
|
||||||
@ -14,6 +19,11 @@
|
|||||||
parent: tempest-full-py3
|
parent: tempest-full-py3
|
||||||
override-checkout: stable/wallaby
|
override-checkout: stable/wallaby
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: tempest-slow-zed
|
||||||
|
parent: tempest-slow-py3
|
||||||
|
override-checkout: stable/zed
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tempest-slow-yoga
|
name: tempest-slow-yoga
|
||||||
parent: tempest-slow-py3
|
parent: tempest-slow-py3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user