-
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
releng(image-promoter): Add canary jobs for image promotion #19789
Conversation
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
/hold for adding service accts ( test-infra/config/prow/cluster/trusted_serviceaccounts.yaml Lines 33 to 48 in bfe35ec
k8s-infra-prow-build-trusted .
|
Opened the PR for adding the GCR promotion service accounts to |
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
- -thin-manifest-dir=/home/prow/go/src/github.com/kubernetes/k8s.io/k8s.gcr.io | ||
- -dry-run=true | ||
annotations: | ||
testgrid-dashboards: sig-release-releng-blocking, wg-k8s-infra-k8sio |
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.
if is a canary, can we move to the informing dashboard? when this is stable and we promote to official we move to the blocking dashboard. wdyt?
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 about that, but I consider this canaries to be "blocking" as well.
What I didn't want to happen is us to cut these over to the real jobs and have them missing from the blocking dashboard.
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
b079f1b
to
763e206
Compare
(Updated alert addresses to match #19797.) |
Is this going to exhaust rate limits? |
I was thinking of #16727 which I found via https://github.com/kubernetes/test-infra/blame/master/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml At the time, that blew through quota at a 1h interval |
This is a step towards running the image promotion jobs on the k8s-infra-prow-build-trusted instead of test-infra-trusted. Differences from the prod jobs: - Runs in k8s-infra-prow-build-trusted - Uses -dry-run=true - Jobs renamed to include 'image-promo' for clarity - Job names are suffixed with '-canary' - Periodic runs every 2 hours (instead of every 4 hours) - Rerun enabled for Release Managers Signed-off-by: Stephen Augustus <[email protected]>
763e206
to
997a139
Compare
/hold cancel kubernetes/k8s.io#1382 has merged and I've updated the periodic interval to 2 hours, based on the convo with @spiffxp here: https://kubernetes.slack.com/archives/CJH2GBF7Y/p1604339284066200?thread_ts=1604327026.060900&cid=CJH2GBF7Y |
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.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, hasheddan, justaugustus, saschagrunert, spiffxp 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 |
@justaugustus: 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 is a step towards running the image promotion jobs on the
k8s-infra-prow-build-trusted
instead of test-infra-trusted. (ref: kubernetes-sigs/promo-tools#269, kubernetes/k8s.io#157)Differences from the prod jobs:
Signed-off-by: Stephen Augustus [email protected]
/hold for @spiffxp or @dims review
cc: @listx @thockin @kubernetes/release-engineering