diff --git a/.zuul.yaml b/.zuul.yaml index affa41bf0d..b3efd8beac 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -130,56 +130,6 @@ devstack_localrc: HEAT_USE_MOD_WSGI: False -- job: - name: grenade-heat-multinode - parent: grenade-multinode - required-projects: - - opendev.org/openstack/heat - - opendev.org/openstack/heat-tempest-plugin - - opendev.org/openstack/python-heatclient - vars: - grenade_devstack_localrc: - shared: - HOST_TOPOLOGY: multinode - HOST_TOPOLOGY_ROLE: primary - HOST_TOPOLOGY_SUBNODES: "{{ hostvars['compute1']['nodepool']['public_ipv4'] }}" - configure_swap_size: 8192 - devstack_services: - h-api: true - h-api-cfn: true - h-eng: true - heat: true - # We do run a list of tests after upgrade. This is just to bypass the req from parent. - tempest_test_regex: ^tempest\.api\.identity\.v3\.test_tokens - tox_envlist: all - devstack_plugins: - heat: https://opendev.org/openstack/heat - tempest_plugins: - - heat-tempest-plugin - group-vars: - subnode: - grenade_devstack_localrc: - shared: - HOST_TOPOLOGY: multinode - HOST_TOPOLOGY_ROLE: subnode - HOST_TOPOLOGY_SUBNODES: "{{ hostvars['compute1']['nodepool']['public_ipv4'] }}" - configure_swap_size: 8192 - devstack_services: - h-api: true - h-api-cfn: true - h-eng: true - heat: true - # We do run a list of tests after upgrade. This is just to bypass the req from parent. - devstack_plugins: - heat: https://opendev.org/openstack/heat - irrelevant-files: - - ^.*\.rst$ - - ^api-ref/.*$ - - ^doc/.*$ - - ^heat/locale/.*$ - - ^heat/tests/.*$ - - ^releasenotes/.*$ - - project: queue: heat templates: @@ -192,11 +142,9 @@ - release-notes-jobs-python3 check: jobs: - - grenade-heat-multinode - heat-functional - heat-functional-legacy gate: jobs: - - grenade-heat-multinode - heat-functional - heat-functional-legacy