-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
github/workflows: remove e2e jobs #18454
Conversation
These jobs have been long-running on the prow infrastructure, thanks to the work from the pull request kubernetes/test-infra#31257. Since they are required (kubernetes/test-infra#33330), it should be safe to remove the GitHub actions. Signed-off-by: Ivan Valdes <[email protected]>
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files
... and 20 files with indirect coverage changes @@ Coverage Diff @@
## main #18454 +/- ##
==========================================
+ Coverage 68.77% 68.81% +0.04%
==========================================
Files 420 420
Lines 35490 35490
==========================================
+ Hits 24407 24423 +16
+ Misses 9654 9638 -16
Partials 1429 1429 Continue to review full report in Codecov by Sentry.
|
/retest |
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 - Thanks @ivanvc, the prow e2e presubmits for arm64
, 386
and amd64
look to be behaving well.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, ivanvc, jmhbnz, serathius 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 |
These jobs have been long-running on the prow infrastructure, thanks to the work from the pull request kubernetes/test-infra#31257. Since they are required (kubernetes/test-infra#33330), it should be safe to remove the GitHub actions.
Part of kubernetes/test-infra#32754 / kubernetes/k8s.io#6102
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.