Merge "Disable skip-level jobs in check queue"
This commit is contained in:
commit
bcf1f707bc
@ -379,7 +379,7 @@
|
|||||||
vars:
|
vars:
|
||||||
# Move this forward when master changes to a new skip-level-allowed
|
# Move this forward when master changes to a new skip-level-allowed
|
||||||
# target release. Right now, this is Antelope (2023.1) because master is
|
# target release. Right now, this is Antelope (2023.1) because master is
|
||||||
# Caracal (2024.1).
|
# Dalmation (2024.2).
|
||||||
# When master is E (2025.1), this should become Caracal (2024.1),
|
# When master is E (2025.1), this should become Caracal (2024.1),
|
||||||
# and so forth.
|
# and so forth.
|
||||||
grenade_from_branch: stable/2023.1
|
grenade_from_branch: stable/2023.1
|
||||||
@ -395,7 +395,7 @@
|
|||||||
vars:
|
vars:
|
||||||
# Move this forward when master changes to a new skip-level-allowed
|
# Move this forward when master changes to a new skip-level-allowed
|
||||||
# target release. Right now, this is Antelope (2023.1) because master is
|
# target release. Right now, this is Antelope (2023.1) because master is
|
||||||
# Caracal (2024.1).
|
# Dalmation (2024.2).
|
||||||
# When master is E (2025.1), this should become Caracal (2024.1),
|
# When master is E (2025.1), this should become Caracal (2024.1),
|
||||||
# and so forth.
|
# and so forth.
|
||||||
grenade_from_branch: stable/2023.1
|
grenade_from_branch: stable/2023.1
|
||||||
|
@ -128,15 +128,15 @@
|
|||||||
name: neutron-skip-level-jobs
|
name: neutron-skip-level-jobs
|
||||||
# During a SLURP release, these jobs are executed in the check queue,
|
# During a SLURP release, these jobs are executed in the check queue,
|
||||||
# otherwise periodic/experimental. SLURP releases are 2024.1, 2025.1, etc.
|
# otherwise periodic/experimental. SLURP releases are 2024.1, 2025.1, etc.
|
||||||
check:
|
#check:
|
||||||
|
# jobs:
|
||||||
|
# - neutron-ovs-grenade-multinode-skip-level
|
||||||
|
# - neutron-ovn-grenade-multinode-skip-level
|
||||||
|
periodic:
|
||||||
|
jobs:
|
||||||
|
- neutron-ovs-grenade-multinode-skip-level
|
||||||
|
- neutron-ovn-grenade-multinode-skip-level
|
||||||
|
experimental:
|
||||||
jobs:
|
jobs:
|
||||||
- neutron-ovs-grenade-multinode-skip-level
|
- neutron-ovs-grenade-multinode-skip-level
|
||||||
- neutron-ovn-grenade-multinode-skip-level
|
- neutron-ovn-grenade-multinode-skip-level
|
||||||
#periodic:
|
|
||||||
# jobs:
|
|
||||||
# - neutron-ovs-grenade-multinode-skip-level
|
|
||||||
# - neutron-ovn-grenade-multinode-skip-level
|
|
||||||
#experimental:
|
|
||||||
# jobs:
|
|
||||||
# - neutron-ovs-grenade-multinode-skip-level
|
|
||||||
# - neutron-ovn-grenade-multinode-skip-level
|
|
||||||
|
Loading…
Reference in New Issue
Block a user