summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/vpp/arm-build-no-test.sh
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-01-15 14:15:46 +0100
committerVratko Polak <vrpolak@cisco.com>2020-01-15 14:15:46 +0100
commitca6e551324a6ed11f92b1635a89f3c37d75e2305 (patch)
treea2920569663663585ee305a7bdb8c29fba20ba84 /jjb/scripts/vpp/arm-build-no-test.sh
parent10bb972eb35f76910e15374217154ddd12e1e147 (diff)
Comment usage of parallel-vars.sh
+ Add comments to scripts that need the values. + Add comments to shell stanzas to not split inclusions. + Remove parallel-vars.sh from a job that does not use the values. - It seems compilation time is not affected by the values. Change-Id: If844486411753fcac7bece1db8416f2d23ea3749 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'jjb/scripts/vpp/arm-build-no-test.sh')
-rw-r--r--jjb/scripts/vpp/arm-build-no-test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/scripts/vpp/arm-build-no-test.sh b/jjb/scripts/vpp/arm-build-no-test.sh
index 94cc8244..ae5aa34d 100644
--- a/jjb/scripts/vpp/arm-build-no-test.sh
+++ b/jjb/scripts/vpp/arm-build-no-test.sh
@@ -1,4 +1,10 @@
#!/bin/bash
+
+# This script wants environment variables
+# set by parallel-vars.sh script.
+# Otherwise "make test" is not parallelized,
+# possibly leading to jobs overstepping their time limit.
+
# basic build script example
set -xe -o pipefail