Skip to content

Commit

Permalink
releases: Remove unsupported releases
Browse files Browse the repository at this point in the history
Remove unsupported releases until 0.69.0 (*)
0.69.0 is also flaky.
This will also cause lifecycle be shorter than 4h.

* do not remove the ones that RELEASES_SELECTOR choose.
There is a weird problem with RELEASES_SELECTOR,
it pointed to a version that didn't exists, and still didn't
fail (because it is used as an optional filter of the existing
releases), for now just amended it.
We can consider fixing it on a follow-up effort.

Signed-off-by: Or Shoval <oshoval@redhat.com>
  • Loading branch information
oshoval committed Nov 29, 2023
1 parent c9a2a65 commit 3e14b15
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1,281 deletions.
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 @@ -30,7 +30,7 @@ main() {
export E2E_TEST_TIMEOUT=4h
else
# Don't run all upgrade tests in regular PRs, stick to those released under HCO
export RELEASES_SELECTOR="{0.58.6,0.65.8,0.76.3,0.79.1,99.0.0}"
export RELEASES_SELECTOR="{0.58.6,0.65.6,0.76.3,0.79.1,99.0.0}"
fi

make cluster-down
Expand Down
92 changes: 0 additions & 92 deletions test/releases/0.58.0.go

This file was deleted.

92 changes: 0 additions & 92 deletions test/releases/0.59.0.go

This file was deleted.

92 changes: 0 additions & 92 deletions test/releases/0.60.0.go

This file was deleted.

92 changes: 0 additions & 92 deletions test/releases/0.61.0.go

This file was deleted.

Loading

0 comments on commit 3e14b15

Please sign in to comment.