-
Notifications
You must be signed in to change notification settings - Fork 551
Makefile: Update the e2e-local target and add CI-friendly ginkgo options #2414
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
Makefile: Update the e2e-local target and add CI-friendly ginkgo options #2414
Conversation
a81481c
to
f543a6a
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.
Not sure if the race detector helps us too much (since our controllers are running out-of-process), but I don't think it will hurt us.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: njhale, timflannagan 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 |
f543a6a
to
3917625
Compare
#2411 - going to rebase against master. This looks like a new one:
|
/lgtm |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
3 similar comments
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
Update the root Makefile's `e2e-local` target and add the --randomizeSuites, --race, --trace, and --progress flags to increase debugging failed CI attempts. Signed-off-by: timflannagan <[email protected]>
3917625
to
6ede0f7
Compare
New changes are detected. LGTM label has been removed. |
Re-adding the lgtm label: rebased against master since Alex's PR for removing some frequent flakes has landed in master. |
Update the root Makefile's
e2e-local
target and add the--randomizeSuites, --race, --trace, and --progress flags to increase
debugging failed CI attempts.
Signed-off-by: timflannagan [email protected]
Description of the change:
Motivation for the change:
Reviewer Checklist
/doc