-
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
migrate k/csi
jobs to community cluster
#30330
Conversation
/retest |
1 similar comment
/retest |
external-snapshotter|external-resizer|lib-volume-populator|livenessprobe|node-driver-registrar|volume-data-source-validator) | ||
external-snapshotter|external-resizer|lib-volume-populator|livenessprobe|node-driver-registrar|volume-data-source-validator| \ | ||
external-health-monitor|external-provisioner|external-attacher|csi-test|csi-release-tools|csi-proxy|csi-lib-utils| \ | ||
csi-driver-windows-poc|csi-driver-smb|csi-driver-nvmf|csi-driver-nfs|csi-driver-iscsi|csi-driver-host-path) |
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.
Given that this now list all (?) or at least a majority of the repos, would it make sense to invert the logic and explicitly list those which don't use eks-prow-build-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.
Yeah, that's a much better idea. I'll update.
Signed-off-by: Ricky Sadowski <richard.j.sadowski@gmail.com>
;; | ||
*) | ||
echo "default" | ||
echo "eks-prow-build-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.
Now it's obvious that we always use the EKS cluster, with no exception.
I can't tell whether that need will ever arise, so let's keep the case switch even though it makes the shell code a bit more complex than (currently!) needed.
/lgtm
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msau42, rjsadow 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 |
@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 the majority of csi jobs from the GCP cluster to the community owned EKS cluster.
ref: #29722
/cc @msau42 @saad-ali @xing-yang @jsafrane @pohly