From b0418e177f6d6059063dd1da2e1a3d228b83b309 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: 2022年2月11日 18:38:54 +0100 Subject: [PATCH] Disable horizon from basic tempest tests The parent jobs of the basic tempest jobs defined here enabled horizon since the merge of tempest-horizon into tempest (see Id2ced856a41548a0b49e594ee5fed6ed28785f24). But horizon is not really needed here, as the default list of tests does not incldue any horizon test. Disabling it helps freeing up a bit of resources for the job and also helps the ongoing effort of testing FIPS, which would otherwise require a patched django at this point. Change-Id: I05ea7f675aafb85eb54427ca95167b4c8f0eabdf --- .zuul.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 26952c1e..cd346cd4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -25,6 +25,9 @@ TEMPEST_RUN_VALIDATION: false devstack_plugins: devstack-plugin-ceph: https://opendev.org/openstack/devstack-plugin-ceph + devstack_services: + # Disable horizon (inherited from the parent, not needed by the tests executed here) + horizon: false tox_envlist: all tempest_test_regex: | (^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin)) @@ -104,6 +107,9 @@ CINDER_CEPH_UUID: d531d2d4-3937-429c-b0c2-658fe41e82aa devstack_plugins: devstack-plugin-ceph: https://opendev.org/openstack/devstack-plugin-ceph + devstack_services: + # Disable horizon (inherited from the parent, not needed by the tests executed here) + horizon: false tox_envlist: all tempest_plugins: - cinder-tempest-plugin

AltStyle によって変換されたページ (->オリジナル) /