Skip to content

block s2i from doing ONBUILD operations#8679

Merged
openshift-bot merged 2 commits intoopenshift:masterfrom
bparees:s2i-edae41b-bump
Apr 29, 2016
Merged

block s2i from doing ONBUILD operations#8679
openshift-bot merged 2 commits intoopenshift:masterfrom
bparees:s2i-edae41b-bump

Conversation

@bparees
Copy link
Copy Markdown
Contributor

@bparees bparees commented Apr 29, 2016

No description provided.

@bparees
Copy link
Copy Markdown
Contributor Author

bparees commented Apr 29, 2016

@smarterclayton @mfojtik ptal (@mfojtik need you to review the env var change i had to make when bumping s2i)

@smarterclayton
Copy link
Copy Markdown
Contributor

Looks ok to me but will defer to Michal on sign off

envVars := s2iapi.EnvironmentList{}
for _, item := range bi {
envVars[item.Key] = item.Value
envVars = append(envVars, s2iapi.EnvironmentSpec{Name: item.Key, Value: item.Value})
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can also use err = envVars.Set("KEY=VALUE") to make sure the checks for the format/etc apply, but append will work as well.

@bparees
Copy link
Copy Markdown
Contributor Author

bparees commented Apr 29, 2016

@mfojtik updated per your suggestion, ptal

@bparees
Copy link
Copy Markdown
Contributor Author

bparees commented Apr 29, 2016

manually tested env var behavior. [merge]

@mfojtik
Copy link
Copy Markdown
Contributor

mfojtik commented Apr 29, 2016

LGTM
On Apr 29, 2016 19:20, "OpenShift Bot" notifications@github.com wrote:

continuous-integration/openshift-jenkins/merge Evaluating for testing


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#8679 (comment)

@bparees
Copy link
Copy Markdown
Contributor Author

bparees commented Apr 29, 2016

[test]
[merge]

@bparees
Copy link
Copy Markdown
Contributor Author

bparees commented Apr 29, 2016

@smarterclayton @mfojtik @jwforres i ended up doing the bump here because i was going to have to update origin code (as this PR does) to make it compatible w/ the bump i was having to do to revert the change(sigh).

@bparees
Copy link
Copy Markdown
Contributor Author

bparees commented Apr 29, 2016

[testonlyextended][extended:core(s2i build with environment file in sources)]

@openshift-bot
Copy link
Copy Markdown
Contributor

Evaluated for origin testonlyextended up to ed5723d

@openshift-bot
Copy link
Copy Markdown
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/3471/)

@openshift-bot
Copy link
Copy Markdown
Contributor

Evaluated for origin test up to ed5723d

@openshift-bot
Copy link
Copy Markdown
Contributor

openshift-bot commented Apr 29, 2016

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/3471/) (Image: devenv-rhel7_4062)

@openshift-bot
Copy link
Copy Markdown
Contributor

Evaluated for origin merge up to ed5723d

@openshift-bot openshift-bot merged commit 21fcb38 into openshift:master Apr 29, 2016
@openshift-bot
Copy link
Copy Markdown
Contributor

continuous-integration/openshift-jenkins/testonlyextended SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin_extended/129/) (Extended Tests: core(s2i build with environment file in sources))

@bparees bparees deleted the s2i-edae41b-bump branch May 2, 2016 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants