infra(CI): remove test-e2e GitHub Actions workflow#307
Conversation
✅ Deploy Preview for node-readiness-controller ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vitorfloriano The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/cc @ajaysundark Now that the e2e tests are green in Prow (see the testgrid), perhaps we could remove them from GHA workflows. The only question I have is if we shouldn't have at least one presubmit job with the most recent k8s version to help spot changes that may break e2e. WDYT? /hold |
|
/cc @Priyankasaggu11929 |
yes, the idea is to move the existing gh workflow tests to prow. Also, we have a new make target had left a note here earlier for this cleanup - #270 (comment) |
Opened a PR: kubernetes/test-infra#37459 |
|
Testgrid looking good: https://testgrid.k8s.io/sig-node-node-readiness-controller#pull-node-readiness-controller-test-e2e Shall we move on with this one? /unhold |
@vitorfloriano, could you please include this change as well. Thanks! After that yes, ready to merge. |
fc2dc7c to
cf70d4f
Compare
The e2e tests have been migrated to Prow as a periodic job.
cf70d4f to
955904d
Compare
There was a problem hiding this comment.
I removed the redundant test-e2e target and the setup and cleanup as well since test-e2e-kind takes care of the entire lifecycle of the nrr-test kind cluster.
PTAL.
Description
This PR removes the e2e test workflow. The e2e tests have been migrated to Prow as periodic jobs.
See: https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes-sigs/node-readiness-controller/node-readiness-controller-periodics.yaml
Follow-up to kubernetes/test-infra#37165
Follow-up to #210 (comment)
Type of Change
/kind cleanup