From 6c08897efaef17971aaf1ba1e51173371dfb7505 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Thu, 10 Oct 2019 11:59:55 +0000 Subject: tcwg-benchmark.sh: Run board setup outside of container Change-Id: I7adcb1f58bcdd4f6f5f74d3e790cbb249bba943c --- tcwg-benchmark.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tcwg-benchmark.sh') diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh index 77cd3a6e..cdbab65f 100755 --- a/tcwg-benchmark.sh +++ b/tcwg-benchmark.sh @@ -257,7 +257,7 @@ if $prepare_board; then # set interrupt affinity # check that there are no stray processes # test that taskset works - remote_exec "$run_container_host:$run_container_port::-t -Snone" \ + remote_exec "$boardname:::-t -Snone" \ sudo /usr/local/bin/benchmark.sh --jenkins-node $NODE_NAME \ --action start_board --verbose fi @@ -283,7 +283,7 @@ remote_exec "$run_container_host:$run_container_port::-t -Snone" \ --verbose true if $prepare_board; then - remote_exec "$run_container_host:$run_container_port::-t -Snone" \ + remote_exec "$boardname:::-t -Snone" \ sudo /usr/local/bin/benchmark.sh --action stop_board --verbose & res=0 && wait $! || res=$? if [ $res != 0 ]; then -- cgit v1.2.3