-
Notifications
You must be signed in to change notification settings - Fork 4.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
Changed directory of slave image to /tmp #11041
Changed directory of slave image to /tmp #11041
Conversation
does the master-slave readme need to be updated also, to indicate the need to instantiate the sample template? i seem to recall you ran into issues with missing that step. |
@oatmealraisin @bparees did you find the root cause for why we need to do this? it used to work :-) |
@mfojtik i'm satisfied to assume something about some permissions changed in the image or the uid the slave is getting launched as. |
@bparees @oatmealraisin can we at least use |
@mfojtik any particular reason you think it matters? we're specifying the image, we know /tmp is safe to use. |
@bparees during the build the /tmp might be used for temporary artifacts.. i would feel safe if we can isolate the workdir ;-) |
@mfojtik i'm pretty sure jenkins creates a subdir anyway for the workspace. but if @oatmealraisin finds that "/tmp/workspace" works, we can update it to that. |
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.
one minor issue w/ the instructions and then lgtm.
``` | ||
``` | ||
# Ruby application template | ||
$ oc new-app https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins/application-template.json |
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.
this is installing/instantiating a template which is different from installing a template (as the other 2 commands do), so i think this needs to be broken out as a separate step so it's not under "install the provided templates"
@bparees Made |
@oatmealraisin squash and lgtm. |
Added step to Master->Slave tutorial This directs the user to create the ruby application template, which is critical to the success of the tutorial. Also fixed a bug with ordered list
@bparees squashed, merge? |
[merge] |
[Test]ing while waiting on the merge queue |
[test] |
Flake #11074 , [test] |
Flake #11079, [test] |
[merge] Ben Parees | OpenShift On Sep 24, 2016 04:32, "OpenShift Bot" notifications@github.com wrote:
|
[merge] Ben Parees | OpenShift On Sep 24, 2016 07:37, "OpenShift Bot" notifications@github.com wrote:
|
@bparees Any idea how I could be causing this failure? I keep getting the same one. |
@oatmealraisin the deployments flake is a known flake #11016 The flake here is more concerning but still not due to your changes that i can see: @stevekuznetsov did compilation memory requirements go up again? not sure why everyone wouldn't be seeing this:
[test] |
flake #11016 memory error seems to have gone away this run, so that's a flake too. On Sat, Sep 24, 2016 at 7:22 PM, OpenShift Bot notifications@github.com
Ben Parees | OpenShift |
Flake #11016, [test] |
@bparees Thanks :) was really scratching my head with this one |
Evaluated for origin test up to a1f3537 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/9265/) |
[merge] |
@bparees yeah, they're slowly creeping up still after the rebase. |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/9265/) (Image: devenv-rhel7_5076) |
#10162 |
Evaluated for origin merge up to a1f3537 |
Fixes #10914
@bparees @mfojtik ptal?