Make jammy platform jobs non-voting
We missed to add the jobs to the gate queue and so they have already regressed before they were actually in place. Make them non-voting for now until the issues are fixed. Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: I5d1f83dfe23747096163076dcf80750585c0260e
This commit is contained in:
parent
08254ca312
commit
083eeee5af
@ -731,6 +731,7 @@
|
|||||||
parent: tempest-full-py3
|
parent: tempest-full-py3
|
||||||
description: Ubuntu 22.04 LTS (jammy) platform test
|
description: Ubuntu 22.04 LTS (jammy) platform test
|
||||||
nodeset: openstack-single-node-jammy
|
nodeset: openstack-single-node-jammy
|
||||||
|
voting: false
|
||||||
timeout: 9000
|
timeout: 9000
|
||||||
vars:
|
vars:
|
||||||
configure_swap_size: 4096
|
configure_swap_size: 4096
|
||||||
@ -742,6 +743,7 @@
|
|||||||
name: devstack-platform-ubuntu-jammy-ovn-source
|
name: devstack-platform-ubuntu-jammy-ovn-source
|
||||||
parent: devstack-platform-ubuntu-jammy
|
parent: devstack-platform-ubuntu-jammy
|
||||||
description: Ubuntu 22.04 LTS (jammy) platform test (OVN from source)
|
description: Ubuntu 22.04 LTS (jammy) platform test (OVN from source)
|
||||||
|
voting: false
|
||||||
vars:
|
vars:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
OVN_BUILD_FROM_SOURCE: True
|
OVN_BUILD_FROM_SOURCE: True
|
||||||
@ -754,6 +756,7 @@
|
|||||||
parent: tempest-full-py3
|
parent: tempest-full-py3
|
||||||
description: Ubuntu 22.04 LTS (jammy) platform test (OVS)
|
description: Ubuntu 22.04 LTS (jammy) platform test (OVS)
|
||||||
nodeset: openstack-single-node-jammy
|
nodeset: openstack-single-node-jammy
|
||||||
|
voting: false
|
||||||
timeout: 9000
|
timeout: 9000
|
||||||
vars:
|
vars:
|
||||||
configure_swap_size: 8192
|
configure_swap_size: 8192
|
||||||
|
Loading…
Reference in New Issue
Block a user