-
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
Kill all references to CI builds of release-1.0 and release-1.1 #274
Conversation
This reverts commit 64e250b.
This eliminates any job that builds release-1.0 or release-1.1, and any job that tries to pull those releases from CI buckets.
Do you also want to remove upgrade jobs? |
Unless I'm crazy, the upgrade jobs start from release versions. We need to support them for a bit longer. I can kill the 1.0 job possibly, though. |
I looked at the upgrade jobs, and they're still pulling from the CI bucket. That's actually fine - they'll just get the last job we built. I could kill the |
Let's continue and leave the upgrade jobs in there for now. They'll keep pulling the last CI build that was built, which is fine, and I verified they're already pulling from |
Seems reasonable either way. If the 1.0-1.2 upgrade job is broken, will anyone even notice or care? |
We should be looking at it. The problem is that needs to be a supported path for GKE. |
OK, sounds good. PR looks good to me but I'm not too familiar with what's going on. |
Cool. Merging so it has a chance to burn. |
Hah, because build artifacts are owned by root, Jenkins can't delete the build-1.0 job. I'll do it manually. |
First draft of 'shame' report.
…e_list_retry ClusterLoader - Adding retry to listing runtime objects
Skip broken builds
* Handle nested messages This incorporates @timburks suggestion for handling nested messages and their naming * Ignore services without http annotations * Move duplicated name generation code to a function * Rename test: Ignore annotaions -> Ignore services without annotaions Just to be clear what it does * Change id to handle id / $id and add readOnly and writeOnly JSON Schema ID is named "id" in draft-04, while everything after uses "$id". This change is needed to make JSON Schema generation possible. * Initial version of protoc-gen-jsonschema * Copyright 2020 -> Copyright 2021 * Enable optional keyword
This eliminates any job that builds release-1.0 or release-1.1, and any job that tries to pull those releases from CI buckets.
This also reverts #256, since the combination of kubernetes/kubernetes#28172, kubernetes/kubernetes#28193 and kubernetes/kubernetes#28792 are now present in
release-1.2
forward.