Skip to content

Commit

Permalink
skip labels for aiadm
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jan 23, 2018
1 parent 9ccf9bc commit cc4deef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins/start-slave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ HOST_CMS_ARCH=$(ssh -n $SSH_OPTS $TARGET sh $WORKSPACE/cmsos)
JENKINS_CLI_OPTS="-jar ${HOME}/jenkins-cli.jar -i ${HOME}/.ssh/id_dsa -s http://localhost:8080/$(cat ${HOME}/jenkins_prefix) -remoting"
case ${SLAVE_TYPE} in
*dmwm* ) echo "Skipping auto labels" ;;
*lxplus* )
aiadm* ) echo "Skipping auto labels" ;;
lxplus* )
case ${HOST_CMS_ARCH} in
slc6_*) lxplus_type="lxplus6";;
slc7_*) lxplus_type="lxplus7";;
Expand Down

0 comments on commit cc4deef

Please sign in to comment.