Add stable versions of devstack-plugin-ceph-tempest-py3

devstack-plugin-ceph is branchless and its jobs run on
stable branches. To tests the devstack-plugin-ceph changes
for stable branches, let' add the stable version of
devstack-plugin-ceph-tempest-py3 job in experimental pipeline.

Adding in experimental pipeline as we do not really have to run
those all the time on check gate but can be run on demand.

Change-Id: I9010f0d6226304537adcbe4e3f97250c754a7de9
This commit is contained in:
Ghanshyam Mann 2019-06-28 18:04:47 +00:00
parent 1221819b6c
commit 0a8488b071
1 changed files with 26 additions and 1 deletions

View File

@ -104,6 +104,29 @@
devstack_localrc:
ENABLE_VOLUME_MULTIATTACH: true
- job:
name: devstack-plugin-ceph-tempest-stein-py3
parent: devstack-plugin-ceph-tempest-py3
override-checkout: stable/stein
- job:
name: devstack-plugin-ceph-tempest-rocky-py3
parent: devstack-plugin-ceph-tempest-py3
nodeset: openstack-single-node-xenial
override-checkout: stable/rocky
vars:
devstack_localrc:
ENABLE_VOLUME_MULTIATTACH: false
- job:
name: devstack-plugin-ceph-tempest-queens-py3
parent: devstack-plugin-ceph-tempest-py3
nodeset: openstack-single-node-xenial
override-checkout: stable/queens
vars:
devstack_localrc:
ENABLE_VOLUME_MULTIATTACH: false
- project-template:
name: devstack-plugin-ceph-tempest-jobs
description: |
@ -140,4 +163,6 @@
voting: false
- manila-tempest-minimal-dsvm-cephfs-nfs-centos-7:
voting: false
- devstack-plugin-ceph-tempest-stein-py3
- devstack-plugin-ceph-tempest-rocky-py3
- devstack-plugin-ceph-tempest-queens-py3