-
Notifications
You must be signed in to change notification settings - Fork 2.7k
migrate sig-node
jobs to community cluster
#31222
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
Conversation
@@ -1,5 +1,6 @@ | |||
periodics: | |||
- name: ci-kubernetes-node-release-branch-1-25 | |||
cluster: k8s-infra-prow-build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You maybe have to remove the project type as that is not defined in the new cluster.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
As I have commented, you should remove the gcp-project-type from these jobs. https://github.com/kubernetes/test-infra/pull/30957/files we learned the hard way that leaving those in will cause jobs to fail as that is not defined in the new cluster. I think most of your jobs that you converted still have this project type. |
/lgtm @rjsadow once this gets merged, can you make sure to monitor these jobs and make sure they are all working? Some of these jobs are not currently working so I'd suggest looking over the ones you changed |
/hold Since these impact the release-branch, we should probably wait until k8s/k8s opens up again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
Signed-off-by: rjsadow <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rjsadow, SergeyKanzhelev 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 |
/unhold |
@rjsadow: 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. |
This PR moves sig-node jobs to the community owned cluster gke cluster
ref: #30277
/cc @mrunalp @klueska @SergeyKanzhelev @endocrimes