summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2024-01-19 00:00:31 +0700
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2024-01-19 00:00:31 +0700
commit27c87e7006f2473082e2e30b2a4c19e97679c612 (patch)
tree4ced913f98552832f90587ef2046c23ff70f2358
parent77fc2f85ca91c2a8d6bf0a69a61389f599e46d26 (diff)
run-eclair-builds.sh: Increase license lease time to 1.5hrs
Also log clearly when builds are finished. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I76ebfb1b2fe588c0765fa6c1fbde4460fc31b991
-rwxr-xr-xrun-eclair-builds.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/run-eclair-builds.sh b/run-eclair-builds.sh
index adf768c..7d827b5 100755
--- a/run-eclair-builds.sh
+++ b/run-eclair-builds.sh
@@ -18,7 +18,9 @@ for cfg in $(python3 ./tf-m-ci-scripts/configs.py -g "$FILTER_GROUP"); do
(cd psa-arch-tests; git checkout .; git clean -fq)
(cd trusted-firmware-m; git checkout .; git clean -fq)
eclair_tfm_set_toolchain_path
- detachLicense 4000
+ detachLicense 5400
tf-m-ci-scripts/run-build.sh
cnt=$((cnt + 1))
done
+
+echo "Built $num_configs configs"