-
Notifications
You must be signed in to change notification settings - Fork 3.4k
ci: reduce gke failures #41070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
ci: reduce gke failures #41070
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ci-gke |
/ci-gke |
1 similar comment
/ci-gke |
bffb271
to
3f96cd4
Compare
/ci-gke versions=all |
This commit changes default GKE test region from us-east1-c to us-west1-c, due to test failure rate being hight. This change reduces the number failures. Signed-off-by: brlbil <birol@cilium.io>
3f96cd4
to
a8c983a
Compare
/test |
/ci-eks |
viktor-kurchenko
approved these changes
Aug 12, 2025
joestringer
approved these changes
Aug 12, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for digging into this.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport/1.18
This PR represents a backport for Cilium 1.18.x of a PR that was merged to main.
kind/backports
This PR provides functionality previously merged into master.
ready-to-merge
This PR has passed all tests and received consensus from code owners to merge.
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.
The
conformance-gke
tests have been failing with the error message:error dialing backend: No agent available,
as noted in the opened issue #41037. This PR changes the region, which does not completely solve the problem since the root cause is still unknown. However, after the change, the frequency of the same failure has significantly reduced.Failures have been observed on the main and v1.18 branches, so I have tested the changes on both.
Test runs on the main branch:
Run 16879517490
Run 16882292979
Run 16883759631 (contains an unrelated failure)
Test runs on the v1.18 branch:
Run 16883023090
Run 16884801853 (contains an unrelated failure)
Additionally, there was a scheduled run using the old region that occurred around the same time as the tests above, and the failures were again observed:
Run 16883921129