-
Notifications
You must be signed in to change notification settings - Fork 4.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
Create a temporary staging bucket for kops builds #15981
Conversation
249c193
to
eed4487
Compare
This change works as intended, however the google.com projects are enforcing a constraint that blocks public buckets from being created. I'll move one of the optional GCE presubmits to the community cluster and prep a separate PR to move all of them |
/test pull-kops-kubernetes-e2e-cos-gce-serial |
eed4487
to
82be41b
Compare
/test pull-kops-kubernetes-e2e-cos-gce-serial |
1 similar comment
/test pull-kops-kubernetes-e2e-cos-gce-serial |
34a602e
to
839c0cb
Compare
/test pull-kops-kubernetes-e2e-cos-gce-serial |
The serial job launched properly (test failures are expected) |
/test pull-kops-kubernetes-e2e-cos-gce-serial |
839c0cb
to
b83eea0
Compare
kops on AWS loads kops from The IAM failure on the AWS jobs will be fixed once the linked PR in k/k8s.io is merged |
/retest AWS tests should work now |
/retest |
1 similar comment
/retest |
It works |
Thanks @upodroid /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb 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 |
b83eea0
to
273264a
Compare
oops wrong PR, |
273264a
to
f1c3d66
Compare
/lgtm |
@upodroid: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
/retest |
/test pull-kops-e2e-k8s-aws-calico |
/test pull-kops-e2e-k8s-gce-cilium pods got nuked earlier |
…81-upstream-release-1.28 Automated cherry pick of #15981: create a dedicated staging bucket for kops builds
Right now, kops assets get staged at the
kops-ci
bucket which is not writable if you migrate the job to the community cluster.This change creates a public temporary staging bucket if you lease a project from boskos, similar to how we create the state buckets today.
@rjsadow You should be able to migrate kops GCE presubmits after this is merged.
Part of kubernetes/test-infra#29722