diff options
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index 20552ae614..5e5f7da119 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -585,6 +585,15 @@ GLANCE_STANDALONE: True GLANCE_USE_IMPORT_WORKFLOW: True DEVSTACK_PARALLEL: True + # NOTE(danms): This job is pretty heavy as it is, so we disable some + # services that are not relevant to the nova-glance-ceph scenario + # that this job is intended to validate. + devstack_services: + c-bak: false + s-account: false + s-container: false + s-object: false + s-proxy: false devstack_local_conf: post-config: $NOVA_CONF: @@ -649,7 +658,6 @@ - nova-multi-cell - nova-next - nova-ovs-hybrid-plug - - nova-emulation - nova-tox-validate-backport: voting: false - nova-tox-functional-centos8-py36 @@ -721,6 +729,11 @@ irrelevant-files: *nova-base-irrelevant-files - tempest-integrated-compute-centos-8-stream: irrelevant-files: *nova-base-irrelevant-files + periodic-weekly: + jobs: + # Runs emulation feature functionality test less frequently due + # to being the initial release and experimental in nature. + - nova-emulation experimental: jobs: - ironic-tempest-bfv: |