Skip to content

fix: re-adds retry in e2e kind setup #7120

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 1 commit into from
Apr 11, 2025

Conversation

petertran-avgo
Copy link
Contributor

if httpServerReadiness.isReady() {
log.Infof("All HTTP servers are ready")
return nil
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should add back the time.Sleep(defaultInterval) in the original PR? I don't feel like this is gonna slow down the average CI run

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Re-added the timeout in my recent push

* PR antrea-io#7068 removed the 10 retries for setting up the cluster
which introduced flakiness in CI

Signed-off-by: Peter Tran <[email protected]>
@antoninbas
Copy link
Contributor

/test-e2e

1 similar comment
@antoninbas
Copy link
Contributor

/test-e2e

@antoninbas antoninbas merged commit 534510f into antrea-io:main Apr 11, 2025
55 of 61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants