aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-06-16 17:41:55 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-06-16 17:41:55 +0000
commitdb3afbc3da747df20b41cadb4aa3ae872fdbfaa9 (patch)
tree388b3d328e53c8c430ec5b8507ddad3b74145beb
parent1b2305853c1d44c96c26a952b4d74353b0f6daea (diff)
tcwg-benchmark: Fix $lock reference
Change-Id: I28a5ac57a8321b25bbe29a998fa2a4ea25fc5b58
-rw-r--r--tcwg-benchmark.yaml4
-rw-r--r--tcwg-benchmark.yaml.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/tcwg-benchmark.yaml b/tcwg-benchmark.yaml
index 81624430c8..b53f8b0ac4 100644
--- a/tcwg-benchmark.yaml
+++ b/tcwg-benchmark.yaml
@@ -235,7 +235,7 @@
NODE_NAME=$(cat $lock)
export NODE_NAME
exec ./jenkins-scripts/tcwg-benchmark.sh
- ) 9>$HOME/boards/$lock &
+ ) 9>$lock &
res=0 && wait $! || res=$?
if [ $res != 123 ]; then
exit $res
@@ -248,4 +248,4 @@
- archive:
artifacts: 'artifacts/**'
latest-only: false
-# checksum: d7b7c6e69a94a1138cf51c498112c949
+# checksum: 5e15b7987e722a8408d6e2c192e81a99
diff --git a/tcwg-benchmark.yaml.in b/tcwg-benchmark.yaml.in
index d4553be24e..85b542b851 100644
--- a/tcwg-benchmark.yaml.in
+++ b/tcwg-benchmark.yaml.in
@@ -257,7 +257,7 @@
NODE_NAME=$(cat $lock)
export NODE_NAME
exec ./jenkins-scripts/tcwg-benchmark.sh
- ) 9>$HOME/boards/$lock &
+ ) 9>$lock &
res=0 && wait $! || res=$?
if [ $res != 123 ]; then
exit $res