-
Notifications
You must be signed in to change notification settings - Fork 106
Cluster bot org auth #564
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
base: main
Are you sure you want to change the base?
Cluster bot org auth #564
Conversation
|
/retest-required |
|
/retest |
7515bb3 to
0847735
Compare
|
/label tide/merge-method-squash |
98956a7 to
01f559a
Compare
the index is not being built anymore in the service here, only consumed
update README to reflect the new changes (gcs) and link the new MD files
improve the auth data source, use a similar pluggable approach like in the orgdata-code; update documentation to reflect the auth config loading changes
update Makefile to use Openshift Builder
99162a0 to
048be25
Compare
change the gcs bucket references
048be25 to
5ac51f6
Compare
|
/hold |
5ac51f6 to
516fd35
Compare
|
@hoxhaeris: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
| # Use standard GO_BUILD_FLAGS for build tags (e.g., -tags gcs) | ||
| GO_BUILD_FLAGS ?= |
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.
After our standup, I took a look at this again and I think that you should probably just change this line to:
GO_BUILD_FLAGS=-tags gcs -trimpath
The current issue is that GO_BUILD_FLAGS is imported directly from build-machinery and using ?= doesn't work unless passed in on the command line. That's silly when we can force the issue ourselves and then we won't have to make any changes to openshift/release.
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.
Each of us will have to update our IDE specific builds to add the tags accordingly, but for production we always produce the GCS version.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hoxhaeris 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 |
/cc @bradmwilliams
/cc @jupierce