-
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 kOps
jobs to community owned clusters
#30103
Conversation
kOps prowjobs depends on preset |
I removed the jobs with the |
@@ -350,6 +427,7 @@ presubmits: | |||
postsubmits: | |||
kubernetes/kops: | |||
- name: kops-postsubmit | |||
cluster: 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.
Can the new cluster upload to "UPLOAD_DEST=gs://k8s-release-dev/kops/ci" ?
I suggest doing this one in a different PR.
@@ -1,6 +1,7 @@ | |||
presubmits: | |||
kubernetes/kops: | |||
- name: pull-kops-build | |||
cluster: 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.
I thought this job uploaded, in which case credentials could be tricky, but actually it doesn't appear to do so 👍
@@ -104,6 +114,7 @@ presubmits: | |||
testgrid-dashboards: sig-cluster-lifecycle-kops, presubmits-kops, kops-presubmits | |||
testgrid-tab-name: e2e-do-gossip | |||
- name: pull-kops-e2e-kubernetes-do-fqdn | |||
cluster: eks-prow-build-cluste |
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.
I don't think we have preset-do-credential
on the new cluster (?)
Also: typo in cluster name.
Suggest doing this one in a different PR.
Thanks for going through these @rjsadow I suggest holding two more tests for the moment, but I think the others should be a great first step! |
Signed-off-by: Ricky Sadowski <[email protected]>
Thanks @rjsadow ... lgtm and it's a reasonable time to try it out from a kOps perspective, I believe. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, 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 transitions the
kOps
jobs from the default cluster to community owned clusters.ref: #29722
xref: kubernetes/k8s.io#5127
/cc @ameukam @justinsb