Adds zed into previous_release_from and fix master upgrades

We added emit release support with [1] but forgot this case.
It is the cause of related-bug. We also fix the master upgrade
template since we now have zed as the previous release so
replace wallaby with zed content provider in dependencies.

[1] https://review.opendev.org/c/openstack/tripleo-ci/+/860586

Related-Bug: 1992560
Change-Id: I70a4ce03b950038dd0a9b383313bc7b505644329
This commit is contained in:
Marios Andreou 2022-10-12 12:00:44 +03:00
parent be36acef68
commit d281e8e2cc
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ function previous_release_mixed_upgrade_case {
local release="${1:-master}"
case "${release}" in
''|master|promotion-testing-hash-master)
echo "wallaby"
echo "zed"
;;
wallaby|promotion-testing-hash-wallaby)
echo "victoria"

View File

@ -7,7 +7,7 @@
check:
jobs:
- tripleo-ci-centos-9-content-provider
- tripleo-ci-centos-9-content-provider-wallaby
- tripleo-ci-centos-9-content-provider-zed
- tripleo-ci-centos-9-scenario000-multinode-oooq-container-updates: &cs9_update_all
irrelevant-files: &multinode_ignored
- .*molecule.*
@ -106,7 +106,7 @@
- ^scripts/tripleo-unmount-image$
dependencies:
- tripleo-ci-centos-9-content-provider
- tripleo-ci-centos-9-content-provider-wallaby
- tripleo-ci-centos-9-content-provider-zed
gate:
jobs:
- tripleo-ci-centos-9-content-provider