Skip to content

Commit

Permalink
Disable stable upgrade tests (#11421)
Browse files Browse the repository at this point in the history
Latest stable patched release (stable-2.13.7) cannot be released since the integration upgrade tests fail due to a skew in the HTTPRoute CRD version we use.

Upgrade tests can be a bit difficult to run for backported fixes in previous stable versions. Our stable integration tests will run the latest stable version and then upgrade to the build being tested

Signed-off-by: Matei David <[email protected]>
  • Loading branch information
mateiidavid authored Sep 26, 2023
1 parent 1c2cdba commit 526633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
# - helm-upgrade
- uninstall
# - upgrade-edge
- upgrade-stable
# - upgrade-stable
timeout-minutes: 60
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 526633f

Please sign in to comment.