summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-02-22 17:44:42 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-02-22 17:44:42 +0000
commit78a863e9f851bbd7858e32e036bb60ac1ac98502 (patch)
tree9093e5f49498b9c0ff130277bba0a536652fefc2
parente39d16ca9458b5c0d36360e2714e6483e443018e (diff)
tcwg_bmk-build.sh: Remove reference to $BUILD_NUMBER
Since $BUILD_NUMBER can come from either build or bisect job, it's not that informative, so just not use it. Also, it is not clear what to specify for BUILD_NUMBER is manual runs. Change-Id: I6cdbc17af7efc5a362452c55461998e85f723229
-rwxr-xr-xtcwg_bmk-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index cd13bf10..44f6f98e 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -119,7 +119,7 @@ benchmark ()
build tcwg-benchmark -s -v \
-p bench_list=all \
-p cflags="$bmk_flags" \
- -p displaytag="${rr[ci_config]}-$BUILD_NUMBER" \
+ -p displaytag="${rr[ci_config]}" \
-p toolchain_url=ssh://$ssh_host:$ssh_port:$cc \
-p sysroot=ssh://$ssh_host:$ssh_port:$(pwd)/abe/sysroots/$(print_gnu_target ${rr[target]}) \
-p results_id="$results_id" \