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:
parent
ca2486efb4
commit
51dcb8cf97
34
.zuul.yaml
34
.zuul.yaml
@ -26,6 +26,8 @@
|
|||||||
ENABLE_VOLUME_MULTIATTACH: false
|
ENABLE_VOLUME_MULTIATTACH: false
|
||||||
TEMPEST_RUN_VALIDATION: True
|
TEMPEST_RUN_VALIDATION: True
|
||||||
MYSQL_REDUCE_MEMORY: True
|
MYSQL_REDUCE_MEMORY: True
|
||||||
|
DISABLE_CEPHADM_POST_DEPLOY: True
|
||||||
|
CEPHADM_DEPLOY: true
|
||||||
devstack_plugins:
|
devstack_plugins:
|
||||||
devstack-plugin-ceph: https://opendev.org/openstack/devstack-plugin-ceph
|
devstack-plugin-ceph: https://opendev.org/openstack/devstack-plugin-ceph
|
||||||
devstack_services:
|
devstack_services:
|
||||||
@ -36,28 +38,13 @@
|
|||||||
(^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin))
|
(^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'
|
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:
|
- job:
|
||||||
name: devstack-plugin-ceph-tempest-py3
|
name: devstack-plugin-ceph-tempest-py3
|
||||||
parent: devstack-plugin-ceph-tempest-py3-base
|
parent: devstack-plugin-ceph-tempest-py3-base
|
||||||
description: |
|
description: |
|
||||||
Integration tests that runs with the ceph devstack plugin using ceph
|
Integration tests that runs with the ceph devstack plugin using ceph
|
||||||
deployed using cephadm.
|
deployed using cephadm.
|
||||||
vars:
|
|
||||||
devstack_localrc:
|
|
||||||
DISABLE_CEPHADM_POST_DEPLOY: True
|
|
||||||
CEPHADM_DEPLOY: true
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: devstack-plugin-ceph-compute-local-ephemeral
|
name: devstack-plugin-ceph-compute-local-ephemeral
|
||||||
@ -141,17 +128,6 @@
|
|||||||
CEPHADM_DEPLOY: True
|
CEPHADM_DEPLOY: True
|
||||||
CINDER_CEPH_UUID: d531d2d4-3937-429c-b0c2-658fe41e82aa
|
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:
|
- project-template:
|
||||||
name: devstack-plugin-ceph-tempest-jobs
|
name: devstack-plugin-ceph-tempest-jobs
|
||||||
description: |
|
description: |
|
||||||
@ -159,8 +135,6 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- devstack-plugin-ceph-tempest-py3
|
- devstack-plugin-ceph-tempest-py3
|
||||||
- devstack-plugin-ceph-tempest-ubuntu:
|
|
||||||
voting: false
|
|
||||||
- devstack-plugin-ceph-multinode-tempest-py3
|
- devstack-plugin-ceph-multinode-tempest-py3
|
||||||
- devstack-plugin-ceph-multinode-cephfs-nfs-cephadm:
|
- devstack-plugin-ceph-multinode-cephfs-nfs-cephadm:
|
||||||
irrelevant-files: *irrelevant-files
|
irrelevant-files: *irrelevant-files
|
||||||
@ -171,8 +145,6 @@
|
|||||||
- devstack-plugin-ceph-cephfs-nfs-standalone:
|
- devstack-plugin-ceph-cephfs-nfs-standalone:
|
||||||
irrelevant-files: *irrelevant-files
|
irrelevant-files: *irrelevant-files
|
||||||
voting: false
|
voting: false
|
||||||
# - devstack-plugin-ceph-master-tempest:
|
|
||||||
# voting: false
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- devstack-plugin-ceph-tempest-py3
|
- devstack-plugin-ceph-tempest-py3
|
||||||
|
Loading…
Reference in New Issue
Block a user