Skip to content

Commit

Permalink
lifecycle: Deselect unstable 0.69.0
Browse files Browse the repository at this point in the history
Not supported anymore and unstable.

Signed-off-by: Or Shoval <oshoval@redhat.com>
  • Loading branch information
oshoval committed Nov 28, 2023
1 parent c9a2a65 commit a0a3756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/check-patch.e2e-lifecycle-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ main() {
if versionChanged; then
# Since we cannot test upgrade of to-be-released version, drop it from the lifecycle tests
to_be_released=$(hack/version.sh)
export RELEASES_DESELECTOR="${to_be_released}"
export RELEASES_DESELECTOR="${to_be_released},0.69.0"
export E2E_TEST_TIMEOUT=4h
else
# Don't run all upgrade tests in regular PRs, stick to those released under HCO
Expand Down

0 comments on commit a0a3756

Please sign in to comment.