-
Notifications
You must be signed in to change notification settings - Fork 832
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
artifacts: Update manifests to use file promotion service account #2704
artifacts: Update manifests to use file promotion service account #2704
Conversation
(Working on a fix for the test failure in kubernetes-sigs/promo-tools#417) |
/test pull-k8sio-file-promo |
1 similar comment
/test pull-k8sio-file-promo |
Signed-off-by: Stephen Augustus <[email protected]>
bd742a9
to
1723970
Compare
Presubmit passing, now that kubernetes-sigs/promo-tools#420 has been integrated. cc: @kubernetes/release-engineering |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, justaugustus 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 |
/lgtm |
Failed on postsubmit: ********** START **********
level=info msg="processing destination \"gs://k8s-artifacts-prod/binaries/kops/\""
level=fatal msg="run `kpromo run files`: error building operations: error building promotion operations for \"gs://k8s-artifacts-prod/binaries/kops/\": cannot execute a production file promotion without a service account" Pushed a fix here: kubernetes-sigs/promo-tools#422 |
A service account for file promotion was created in #2700, so let's utilize it in the existing manifests.
Signed-off-by: Stephen Augustus [email protected]
/assign @spiffxp @ameukam @justinsb
cc: @kubernetes/release-engineering @kubernetes/kops-maintainers
(I expect the file promotion presubmit to fail, since it's not running in a trusted env.)