-
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
Shuffle release branch jobs and add fork annotations #12516
Shuffle release branch jobs and add fork annotations #12516
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Katharine 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 |
a80ce60
to
8eb4a33
Compare
/cc @alejandrox1 @mariantalla |
Its difficult to review if all the configs have moved successfully. We should be ready to field the questions around finding the new jobs for those who will find them missing in their configs/test-grid. I am not one of the cc'd reviewers here but this is lgtm to me. |
/lgtm |
LGTM label has been added. Git tree hash: 3f2cdd7b5e8d9d7814a575d5ccc5f0162171ded9
|
@Katharine: 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/test-infra repository. |
ref: #11977 |
This PR shuffles branch-specific jobs into per-release files, and adds annotations to their parent jobs so that
config-forker
can generate them.It does not rename beta/stable1/stable2/stable3, but it does have the following renames, as discussed in #12443:
ci-kubernetes-gce-conformance
->ci-kubernetes-gce-conformance-latest
: consistency with the child job namesci-kubernetes-node-kubelet-beta-features
->ci-kubernetes-node-kubelet-features-beta
: consistency with the usual suffixing strategy. The testgrid tab was actually already called this.ci-kubernetes-build
->ci-kubernetes-build-fast
: because it's different to all the otherci-kubernetes-build
jobs.This is going to be a conflict magnet so I'd appreciate getting this in pretty quickly!
/cc @krzyzacy @spiffxp @BenTheElder @fejta