From 9daba76beff6ac50d5b18a4788bd61a1095e148f Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 28 Oct 2024 20:46:38 +0100 Subject: [PATCH] Do not test standalone deployments any more Devstack is moving towards deploying Glance only in uWSGI and removing the standalone mode[1], so let's remove our standalone job. [1] https://review.opendev.org/c/openstack/devstack/+/932201 Change-Id: Icebe81d37e232daf18d9cd3f761494628b850fe7 --- .zuul.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 680a9711a8..93574b8943 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -223,7 +223,6 @@ zuul_copy_output: /etc/glance-remote: logs devstack_localrc: - GLANCE_STANDALONE: False GLANCE_USE_IMPORT_WORKFLOW: True devstack_services: g-api-r: true @@ -279,7 +278,6 @@ grenade_from_branch: stable/2023.2 grenade_devstack_localrc: shared: - GLANCE_STANDALONE: False GLANCE_USE_IMPORT_WORKFLOW: True devstack_local_conf: test-config: @@ -362,18 +360,6 @@ GLANCE_CINDER_DEFAULT_BACKEND: lvmdriver-1 GLOBAL_VENV: false -- job: - name: tempest-integrated-storage-import-standalone - parent: tempest-integrated-storage-import - description: | - The regular tempest-integrated-storage-import-workflow job but with glance in - standalone mode - vars: - devstack_services: - g-api-r: false - devstack_localrc: - GLANCE_STANDALONE: True - - job: name: glance-ceph-thin-provisioning parent: devstack-plugin-ceph-tempest-py3