-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
replicate crio presubmits using kubetest2 #33550
replicate crio presubmits using kubetest2 #33550
Conversation
Hi @elieser1101. Thanks for your PR. I'm waiting for a kubernetes 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. |
/cc krzyzacy |
can you combine the presubmits into a single PR? |
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.
/ok-to-test
@@ -1346,6 +1346,59 @@ presubmits: | |||
env: | |||
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE | |||
value: "1" | |||
- name: pull-kubernetes-node-crio-cgrpv2-userns-e2e-serial-kubetest2 |
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.
^^ Indentation here is wrong
/hold
also +1 to |
@elieser1101 /hold |
…2-userns-e2e-serial-kubetest2
/hold cancel |
At a glance this looks good to me. So we want to add the kubetest2 jobs and leave the nonkubetest ones around, When will we remove the legacy jobs? |
Have you confirmed that the tests that have merged already are working without issue? |
The idea would be to merge these test, then create a PR on which validate all the kubetest2 presubmits works as expected and refactor anything broken. After we validate these new test consistently work for some period of time(not sure how much) then we can remove the legacy ones? |
You merged a canary one a few weeks ago. Have you tested that one to see if it worked? |
3 out of 5 of the merged PR were tested and worked here: |
I'm fine with adding these jobs since they are optional and non-blocking, we need to be a bit careful when we removing the older jobs and make sure the new ones become blocking and don't accidentally lose coverage |
(see if @kannon92 has any further concerns, otherwise I'll be happy to approve this bulk and track triaging in kubernetes/kubernetes#127831) |
sure, my plan is keep working on this till test are fully working |
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: elieser1101, krzyzacy 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 |
@elieser1101: Updated the
In response to this:
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. |
This is part of an effort to start using kubetest2 for crio e2e node tests. Being tracked in #32567. starting with presubmits