aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildfarm-maxim.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-buildfarm-maxim.yaml')
-rw-r--r--tcwg-buildfarm-maxim.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-buildfarm-maxim.yaml b/tcwg-buildfarm-maxim.yaml
index b13b096bd7..659ca87463 100644
--- a/tcwg-buildfarm-maxim.yaml
+++ b/tcwg-buildfarm-maxim.yaml
@@ -186,7 +186,7 @@
;;
"docker")
session_host="$(hostname).tcwglab"
- session_name=$(echo $BUILD_NUMBER-$JOB_NAME | sed -e "s#[/=,]#-#")
+ session_name=$(echo $BUILD_NUMBER-$JOB_NAME | sed -e "s#[/=,]#-#g")
session_id=$(ssh $session_host docker run --name $session_name -dtP -v $HOME/snapshots-ref:$HOME/snapshots-ref:ro -v $WORKSPACE:$WORKSPACE --memory=7500M --pids-limit=5000 linaro/trusty-$container_arch-tcwg)
trap "docker -H $session_host:2375 rm -fv $session_id" 0
session_port=$(ssh $session_host docker port $session_id 22 | cut -d: -f 2)