Skip to content

Commit 1d2c294

Browse files
committed
set profile label for cmsprofile VMs
1 parent 949bf41 commit 1d2c294

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jenkins/start-slave.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ if [ $(echo "${CUR_LABS}" | tr ' ' '\n' | grep '^no_label$' | wc -l) -eq 0 ] ; t
8080
slave_labels="auto-label $(get_data SLAVE_LABELS)"
8181
case ${SLAVE_TYPE} in
8282
cmsbuild*|vocms*|arm-cmsbuild* ) slave_labels="${slave_labels} cloud cmsbuild release-build";;
83-
cmsdev* ) slave_labels="${slave_labels} cloud cmsdev profiling cmsprofile";;
83+
cmsprofile*) slave_labels="${slave_labels} cloud profiling cmsprofile";;
84+
cmsdev* ) slave_labels="${slave_labels} cloud cmsdev";;
8485
* ) if [ $(echo "${CUR_LABS}" | tr ' ' '\n' | grep '^release-build$' | wc -l) -gt 0 ] ; then slave_labels="${slave_labels} release-build"; fi ;;
8586
esac
8687
case $(get_data HOST_CMS_ARCH) in

0 commit comments

Comments
 (0)