Delete package-based-installation test jobs
We're going to drop support for installing ceph via packages or container images. This repository will only support cephadm going forward. Change-Id: Ic4f4c151854424ad9e5e01f9618a94508e977d51 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
1 changed files with 3 additions and 31 deletions
34
.zuul.yaml
34
.zuul.yaml
@@ -26,6 +26,8 @@
ENABLE_VOLUME_MULTIATTACH:false
TEMPEST_RUN_VALIDATION:True
MYSQL_REDUCE_MEMORY:True
DISABLE_CEPHADM_POST_DEPLOY:True
CEPHADM_DEPLOY:true
devstack_plugins:
devstack-plugin-ceph:https://opendev.org/openstack/devstack-plugin-ceph
devstack_services:
@@ -36,28 +38,13 @@
(^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin))
tempest_test_exclude_list:'{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/devstack-plugin-ceph"].src_dir }}/tempest_skiplist.txt'
- job:
name:devstack-plugin-ceph-tempest-ubuntu
parent:devstack-plugin-ceph-tempest-py3-base
description:|
Integration tests that runs with the ceph devstack plugin using ceph
packages from the distro.
This job enable the multiattach feature enable from stein on.
vars:
devstack_localrc:
ENABLE_VOLUME_MULTIATTACH:true
- job:
name:devstack-plugin-ceph-tempest-py3
parent:devstack-plugin-ceph-tempest-py3-base
description:|
Integration tests that runs with the ceph devstack plugin using ceph
deployed using cephadm.
vars:
devstack_localrc:
DISABLE_CEPHADM_POST_DEPLOY:True
CEPHADM_DEPLOY:true
- job:
name:devstack-plugin-ceph-compute-local-ephemeral
@@ -141,17 +128,6 @@
CEPHADM_DEPLOY:True
CINDER_CEPH_UUID:d531d2d4-3937-429c-b0c2-658fe41e82aa
- job:
name:devstack-plugin-ceph-master-tempest
parent:devstack-plugin-ceph-tempest-py3-base
description:|
Integration tests that runs with the ceph devstack plugin
using Ceph master as the backend.
branches:master
vars:
devstack_localrc:
TEST_MASTER:true
- project-template:
name:devstack-plugin-ceph-tempest-jobs
description:|
@@ -159,8 +135,6 @@
check:
jobs:
- devstack-plugin-ceph-tempest-py3
- devstack-plugin-ceph-tempest-ubuntu:
voting:false
- devstack-plugin-ceph-multinode-tempest-py3
- devstack-plugin-ceph-multinode-cephfs-nfs-cephadm:
irrelevant-files:*irrelevant-files
@@ -171,8 +145,6 @@
- devstack-plugin-ceph-cephfs-nfs-standalone:
irrelevant-files:*irrelevant-files
voting:false
# - devstack-plugin-ceph-master-tempest:
# voting: false
gate:
jobs:
- devstack-plugin-ceph-tempest-py3
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.