diff --git a/.zuul.yaml b/.zuul.yaml index dec0d8000e..85b0eb5440 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -186,7 +186,7 @@ - job: name: nova-next - parent: devstack-tempest + parent: tempest-multinode-full-py3 description: | This job was added in Newton when placement and cellsv2 were optional. Placement and cellsv2 are required starting in Ocata. In @@ -198,6 +198,7 @@ Starting in Stein, the job was changed to run with python 3 and enabled volume multi-attach testing. Starting in Train, the job enabled counting quota usage from placement. + Starting in Ussuri, the job was changed to multinode. Runs all tempest compute API and most scenario tests concurrently. irrelevant-files: *dsvm-irrelevant-files # Run post-tempest tests like for nova-manage commands. @@ -241,8 +242,6 @@ # the tls-proxy service to be enabled. Added in Queens. NOVA_CONSOLE_PROXY_COMPUTE_TLS: True # Added in Stein. - USE_PYTHON3: True - # Added in Stein. ENABLE_VOLUME_MULTIATTACH: True devstack_services: tls-proxy: true @@ -254,6 +253,14 @@ devstack_plugins: # Needed for QoS port heal allocation testing. neutron: https://opendev.org/openstack/neutron + group-vars: + subnode: + devstack_localrc: + NOVA_USE_SERVICE_TOKEN: True + NOVA_CONSOLE_PROXY_COMPUTE_TLS: True + devstack_services: + tls-proxy: true + c-bak: false - job: name: nova-tempest-v2-api @@ -406,8 +413,6 @@ - nova-tox-functional-py36 - tempest-integrated-compute: irrelevant-files: *dsvm-irrelevant-files - - tempest-slow-py3: - irrelevant-files: *dsvm-irrelevant-files - grenade-py3: irrelevant-files: *dsvm-irrelevant-files - tempest-ipv6-only: @@ -422,8 +427,6 @@ - nova-next - tempest-integrated-compute: irrelevant-files: *dsvm-irrelevant-files - - tempest-slow-py3: - irrelevant-files: *dsvm-irrelevant-files - grenade-py3: irrelevant-files: *dsvm-irrelevant-files - tempest-ipv6-only: