Change experimental pipeline jobs

The manila CentOS jobs break often, and are not
maintained. Let's move them to experimental
so they don't gate every patch. The other manila
jobs currently provide necessary test coverage
to cephfs-native and cephfs-nfs protocols/drivers.
These jobs also run with python3, and we don't
need to support python3.5 any longer.

Change-Id: Ibb752a1d9aa818dd6862bcbbce4d6b6e366b4800
This commit is contained in:
Goutham Pacha Ravi 2019-06-12 17:30:03 -07:00
parent 90f1d21a83
commit 0ba1a7215c
1 changed files with 4 additions and 6 deletions

View File

@ -125,10 +125,6 @@
check:
jobs:
- openstack-tox-bashate
- manila-tempest-minimal-dsvm-cephfs-native-centos-7:
voting: false
- manila-tempest-minimal-dsvm-cephfs-nfs-centos-7:
voting: false
- manila-tempest-minimal-dsvm-cephfs-native:
voting: false
- manila-tempest-minimal-dsvm-cephfs-nfs:
@ -138,6 +134,8 @@
- openstack-tox-bashate
experimental:
jobs:
- manila-tempest-minimal-py35-dsvm-cephfs-native-centos-7
- manila-tempest-minimal-py35-dsvm-cephfs-nfs-centos-7
- manila-tempest-minimal-dsvm-cephfs-native-centos-7:
voting: false
- manila-tempest-minimal-dsvm-cephfs-nfs-centos-7:
voting: false