-
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
Migrate CRI-O jobs away from kubernetes_e2e.py
#32567
Comments
/sig node |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/triage accepted |
Does this still need help? can i start looking at it? |
@elieser1101 I'd appreciate your eyes on that. 🙏 |
/assign |
I opened many PRs to replicate the presubmit ones. After merging I would like to create a noop PR to test all the changes I made and fix anything broken. After that I can start working on the periodics. |
Any feedback or suggestions would be appreciated. /cc saschagrunert kannon92 krzyzacy |
The kubetest2 dra jobs seems to have a syntax error: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/127985/pull-kubernetes-node-e2e-crio-cgrpv1-dra-kubetest2/1844649030915723264
Should we fix that up here or is it another issue? |
those 2 are part of the batch I migrated to kubetest2, I can look at it |
ah sorry, I missed this. #33647 @elieser1101 There are quite a few ones failing. |
With #33658, pull-kubernetes-node-e2e-crio-cgrpv1-dra-kubetest2 is now passed. |
For the test that don't pass I can se the following (on kubernetes/kubernetes#128092) And for the both if i review the job history worked at some point but is not consistent so i'm not sure if there is something on my side to complete for this, any pointers on how to proceed with these jobs will be helpful |
The non kubetest jobs for imagefs seem pretty green. It sounds like there is a kubetest migration issue. |
Where are we with this for presubmits? |
The
kubernetes_e2e.py
script is deprecated and we should usekubetest2
instead.All affected tests are listed in https://testgrid.k8s.io/sig-node-cri-o
cc @kubernetes/sig-node-cri-o-test-maintainers
Ref: https://github.com/kubernetes/test-infra/tree/master/scenarios, #20760
The text was updated successfully, but these errors were encountered: