Unblocks Agones release PR by waiting for either the Agones dev version or release version #4078
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind hotfix
What this PR does / Why we need it:
The current release PR #4077 is blocked by the upgrade tests. The Logs Explorer showed the error
PollUntilContextTimeout timed out while attempting upgrade to Agones version 1.46.0-dev-633ac4f.
which is consistent with the codeagones/test/upgrade/main.go
Lines 316 to 328 in 8166704
agones-1.46.0-dev
toagones-1.46.0
, so the test waits indefinitely.This PR updates the waiting code to wait for either
agones-{DevVersion}-dev
oragones-{DevVersion}
.Which issue(s) this PR fixes:
NA
Special notes for your reviewer: