-
Notifications
You must be signed in to change notification settings - Fork 40k
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 all non-release job definitions #17751
Conversation
Labelling this PR as size/L |
a2fed73
to
97653b7
Compare
GCE e2e test build/test passed for commit ec91c7d8e90e088611bd25e5498ed87b25538185. |
GCE e2e test build/test passed for commit a2fed73abdb31bec69c1f18fa91dc58091ae90a6. |
GCE e2e test build/test passed for commit 97653b70dc3e07d5819dae87f7131d40e5d352f7. |
97653b7
to
5c3cc94
Compare
GCE e2e test build/test passed for commit 5c3cc94362a84eaa4cc204d096233bfbfe47f065. |
5c3cc94
to
710189e
Compare
This should be safe to merge now. I've moved all relevant Jenkins jobs to use e2e.sh from release branches. |
GCE e2e build/test failed for commit 710189ed985fa36d0091db2c23ee8061dde34645. |
710189e
to
ea4d6b1
Compare
Rebased again. Should probably get this in so people don't think changes here will affect the 1.1 builds. |
GCE e2e test build/test passed for commit ea4d6b1. |
LGTM. Sorry about the delay. |
I vote for manual merge ASAP, if you're down. |
Self-merging. I'll keep an eye on the builds, though I don't expect any issues. |
Remove all non-release job definitions from hack/jenkins/e2e.sh
All non-master job definitions (with the exception to upgrade tests) are moving to the release branches in #17749 and #17750.
To reduce confusion, we'll delete these jobs from the master e2e.sh. Each job should be defined in only one place.
Note that more cleanup is intended long-term, but this is a short-term workaround to get things working well after #17180.
NOTE: do not merge this until #17749 and #17750 have been merged and all relevant jobs have been updated to point to the release branches.
cc @kubernetes/goog-testing @wonderfly @wojtek-t @piosz
x-ref #17734