-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Automated cherry pick of #60872: purge all the -v references from e2e.go #60941
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
Automated cherry pick of #60872: purge all the -v references from e2e.go #60941
Conversation
@krzyzacy: All 'parent' PRs of a cherry-pick PR must have one of the "release-note" or "release-note-action-required" labels, or this PR must follow the standard/parent release note labeling requirement. The following parent PRs have neither the "release-note" nor the "release-note-action-required" labels: #60872. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@krzyzacy: Adding do-not-merge/release-note-label-needed because the release note process has not been followed. One of the following labels is required "release-note", "release-note-action-required", or "release-note-none". Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/release-note-none |
should we be cherry-picking this? or waiting for #60895 and cherry-picking it? cc @BenTheElder |
else | ||
test-e2e: ginkgo generated_files | ||
go run hack/e2e.go -- -v --build --up --test --down | ||
go run hack/e2e.go -- --build --up --test --down |
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.
Btw - don't we want to have --verbose-commands
instead?
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.
that's default now
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.
that was done in kubernetes/test-infra#5452
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.
I see.. thanks
/lgtm /assign @jpbetz |
@ixdy maybe both, as that PR hasn't went in yet, I'd at least unbork branch presubmits |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ixdy, krzyzacy, shyamjvs 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 |
/retest |
/retest |
lol we probably should cherrypick that testCRD timeout fix as well :-) |
@krzyzacy this needs a milestone |
/milestone v1.8 |
/kind bug |
/status approved-for-milestone |
/sig testing |
[MILESTONENOTIFIER] Milestone Pull Request: Up-to-date for process @ixdy @jpbetz @krzyzacy @shyamjvs Pull Request Labels
|
/test all [submit-queue is verifying that this PR is safe to merge] |
/retest |
Automatic merge from submit-queue. |
@jennybuckley when is the problematic change introduced? depend if that's before 1.7 or not |
@krzyzacy Actually, I think the flakiness of TestCRD was caused by #57521 which was made in 1.10 so we don't necessarily need to cherry pick it, unless that change gets cherry picked also. |
Cherry pick of #60872 on release-1.8.
#60872: purge all the -v references from e2e.go