-
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
Remove robustness presubmits for amd64
arch
#18177
Conversation
Hi @ArkaSaha30. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files
... and 24 files with indirect coverage changes @@ Coverage Diff @@
## main #18177 +/- ##
==========================================
- Coverage 68.84% 68.78% -0.06%
==========================================
Files 416 416
Lines 35127 35128 +1
==========================================
- Hits 24183 24164 -19
- Misses 9547 9560 +13
- Partials 1397 1404 +7 Continue to review full report in Codecov by Sentry.
|
This commit will remove robustness presubmits for both `amd64` and `arm64` archs, periodics for `amd64` arch since it has been migrated to test-infra as prowjobs: https://github.com/kubernetes/test-infra/blob/master/config/jobs/etcd/etcd-periodics.yaml#L61-L230 https://github.com/kubernetes/test-infra/blob/master/config/jobs/etcd/etcd-presubmits.yaml#L240-L279 Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
31584aa
to
6ca3b6b
Compare
/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, @ArkaSaha30.
/ok-to-test |
This PR will remove robustness presubmits for both
amd64
andarm64
archs, periodics foramd64
arch since it has been migrated tokubernetes/test-infra
as prowjobs:Issue link: #18136
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.