Skip to content
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

Add support for <= v0.12 releases #261

Closed
wants to merge 4 commits into from
Closed

Add support for <= v0.12 releases #261

wants to merge 4 commits into from

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Nov 19, 2015

For both centos5 release slaves and the web server for the promotion scripts.


if [ "X$2" == "X" ]; then
echo "Usage: promote_nightly.sh < iojs | nodejs > <version>"
echo "Usage: promote_nightly.sh < iojs | nodejs >"

This comment was marked as off-topic.

@rvagg
Copy link
Member Author

rvagg commented Nov 22, 2015

added JOBS, PTAL @jbergstroem

@@ -3,5 +3,5 @@ JENKINS_SLAVE_JAR="/home/iojs/slave.jar"
JENKINS_SLAVE_LOG="/home/iojs/$NAME.log"
JENKINS_SECRET="{{secret}}"
JENKINS_SLAVE_ARGS="-jnlpUrl https://ci.nodejs.org/computer/iojs-digitalocean-centos6-64-{{id}}/slave-agent.jnlp -secret $JENKINS_SECRET"
JENKINS_ENV="DESTCPU={{arch}} ARCH={{arch}} OSTYPE=linux-gnu NODE_COMMON_PIPE=/home/iojs/test.pipe"
JENKINS_ENV="PRE_1_PATH=/home/iojs/bin:$PATH JOBS=$(getconf _NPROCESSORS_ONLN) DESTCPU={{arch}} ARCH={{arch}} OSTYPE=linux-gnu NODE_COMMON_PIPE=/home/iojs/test.pipe"

This comment was marked as off-topic.

This comment was marked as off-topic.

@jbergstroem
Copy link
Member

LGTM with optional readability nit.

@rvagg
Copy link
Member Author

rvagg commented Nov 22, 2015

@jbergstroem is this OK?

@jbergstroem
Copy link
Member

@rvagg sorry - should have elaborated. JENKINS_PATH gets passed to the binary through the init script. My suggestion was to move your path juggling to the JENKINS_PATH env since thats already used for the same purpose. I guess we're down to semantics so feel free to commit whatever's working for you.

@jbergstroem
Copy link
Member

LGTM

@rvagg rvagg force-pushed the pre-1-releases branch 2 times, most recently from 9e8a888 to 976d8a8 Compare December 31, 2015 05:25
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.

2 participants