-
Notifications
You must be signed in to change notification settings - Fork 4.7k
use init containers to pull down build inputs #15248
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
use init containers to pull down build inputs #15248
Conversation
35a34d1
to
9f9aadd
Compare
959d2e4
to
4e9d721
Compare
dcdecbe
to
79c1308
Compare
[test] |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bparees No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bparees No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bparees No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/assign bparees |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bparees No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bparees No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
a09aa41
to
8784f17
Compare
8784f17
to
77a3656
Compare
eeb8f2b
to
1c403a6
Compare
/test extended_builds |
4859e42
to
b3998b9
Compare
/test extended_builds |
1 similar comment
/test extended_builds |
f95f2b0
to
8604e91
Compare
/test extended_builds |
/retest |
/test extended_builds |
5bc28ac
to
b5d9751
Compare
/test extended_builds |
1 similar comment
/test extended_builds |
@openshift/devex woo, this is passing all tests including extended builds. please take another look/pass, i'd like to merge it tomorrow so it gets as much soak time in 3.7 as possible. |
return sourceSecretDir, nil, fmt.Errorf("cannot fix source secret permissions: %v", errSecret) | ||
} | ||
secretsEnv, overrideURL, err := scmAuths.Setup(sourceSecretDir) | ||
secretsEnv, overrideURL, err := scmAuths.Setup(c.sourceSecretDir) |
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.
is the TODO comment above still relevant?
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.
nope, should have been removed, thanks.
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.
Really minor nit, otherwise lgtm
pkg/build/builder/common.go
Outdated
@@ -185,7 +195,7 @@ func updateBuildRevision(build *buildapi.Build, sourceInfo *git.SourceInfo) *bui | |||
|
|||
// handleBuildStatusUpdate handles updating the build status |
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.
s/handle/Handle/
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.
thx, fixed.
merging on @csrwng's lgtm. |
don't you need to remove the |
thanks @csrwng :) |
Automatic merge from submit-queue (batch tested with PRs 15786, 15732, 15248, 15780) |
No description provided.