Add Tempest gate job for stable/stein
Now we have stable/stein branch ready for devstack and so does for all service projects. This commit adds the Tempest testing for stable/stein by adding new jobs running on stable/stein version of openstack. Depends-On: https://review.openstack.org/#/c/647867/ Change-Id: Ia22988821b5c786a0b25a980cb4ca329dac54bac
This commit is contained in:
parent
25f5d28f3c
commit
5b98592b9a
16
.zuul.yaml
16
.zuul.yaml
@ -296,6 +296,16 @@
|
||||
# without Swift, c-bak cannot run (in the Gate at least)
|
||||
c-bak: false
|
||||
|
||||
- job:
|
||||
name: tempest-full-stein
|
||||
parent: tempest-full
|
||||
override-checkout: stable/stein
|
||||
|
||||
- job:
|
||||
name: tempest-full-stein-py3
|
||||
parent: tempest-full-py3
|
||||
override-checkout: stable/stein
|
||||
|
||||
- job:
|
||||
name: tempest-full-rocky
|
||||
parent: tempest-full
|
||||
@ -514,6 +524,10 @@
|
||||
- tempest-full-py3-ipv6:
|
||||
voting: false
|
||||
irrelevant-files: *tempest-irrelevant-files
|
||||
- tempest-full-stein:
|
||||
irrelevant-files: *tempest-irrelevant-files
|
||||
- tempest-full-stein-py3:
|
||||
irrelevant-files: *tempest-irrelevant-files
|
||||
- tempest-full-rocky:
|
||||
irrelevant-files: *tempest-irrelevant-files
|
||||
- tempest-full-rocky-py3:
|
||||
@ -617,6 +631,8 @@
|
||||
irrelevant-files: *tempest-irrelevant-files
|
||||
periodic-stable:
|
||||
jobs:
|
||||
- tempest-full-stein
|
||||
- tempest-full-stein-py3
|
||||
- tempest-full-rocky
|
||||
- tempest-full-rocky-py3
|
||||
- tempest-full-queens
|
||||
|
Loading…
x
Reference in New Issue
Block a user