-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
CI: disable ginkgo flake retries #23662
CI: disable ginkgo flake retries #23662
Conversation
We were not able to find or create Copr project
Unless the HTTP status code above is >= 500, please check your configuration for:
|
You will need to rebase (#23614), Macos lint is failing on all other main PRs (not sure why this broke but my lint update should fix it) |
Consensus was to file this as soon as #22246 closed. Currently open flakes that we can expect to see:
|
f2f17f6
to
f608bc4
Compare
As discussed in Aug 13 Cabal, we are almost at a point where e2e tests are reliably passing on the first try. Let's try to keep things that way, and not hide future flakes. Closes: containers#17967 Signed-off-by: Ed Santiago <[email protected]>
f608bc4
to
145c751
Compare
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.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, Luap99 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@edsantiago Ok if you want this.... |
As discussed in Aug 13 Cabal, we are almost at a point where
e2e tests are reliably passing on the first try. Let's try to
keep things that way, and not hide future flakes.
Closes: #17967
Signed-off-by: Ed Santiago [email protected]