Unmaintained only: Remove grenade jobs from check and gate queue

Change-Id: I549aa266246d46602571dd5d7992b1b2830639c8
This commit is contained in:
elajkat 2024-03-25 15:39:59 +01:00
parent 0134c28911
commit d9bd969bfe
1 changed files with 0 additions and 52 deletions

View File

@ -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