-
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
triage: prepare for alternate projects, datasets, buckets #23168
Conversation
Turns out `k8s-gubernator` was hardcoded in a bunch of places in this script Add env vars with defaults that are still easily greppable The canary job will need to override these
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
k8s-gubernator
was hardcoded in a bunch of places in the update_summaries
script that kicks off the triage go binary
/cc @BenTheElder @MushuEE |
/wg k8s-infra |
@@ -303,7 +303,7 @@ function getData() { | |||
setElementVisibility('btn-sig-group', false); | |||
} | |||
|
|||
var url = '/k8s-gubernator/triage/'; | |||
var url = '/triage/'; |
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.
Not /k8s-triage/triage
?
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 it was for the benefit of running locally, but it didn't seem to make a difference either way. It could probably be url=''
but I was mainly interested in getting the bucket name out of the source
Just one non-blocking question. Otherwise: |
/hold cancel |
@spiffxp: 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. |
Postsubmits still failed off of the merge commit for this, e.g. https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/post-test-infra-push-triage/1424767317648084992
So I kept triggering cloudbuild with a locally-built version of image-builder until I got something that works: #23180 |
Related:
Turns out
k8s-gubernator
was hardcoded in a bunch of places in theupdate_summaries
script that kicks off the triage go binaryAdd env vars with defaults that are still easily greppable, to allow the canary job to override:
Then setup the canary job to override these. It will still fail because it can't write to k8s-gubernator's datasets, but I'd like to see it get that far first.