summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorJuraj Linkeš <juraj.linkes@pantheon.tech>2020-05-29 15:16:10 +0200
committerJuraj Linkeš <juraj.linkes@pantheon.tech>2020-06-01 08:18:28 +0200
commit9f2d4cec9b9db1ebbcf1c5bbbf7fa54170006208 (patch)
treefdaee0174d62da029875b1aefe10bb18ce320bce /jjb/global-macros.yaml
parent0e4d21ba4f01911130e2ed54bd1faff8baf8b5b0 (diff)
Add MAKE_PARALLEL_JOBS parameter
VPP uses the MAKE_PARALLEL_JOBS variable to limit the number of cpus used for build. Make that varialbe configurable as job paramter instead of setting it in script for easier job management. Change-Id: Iaaafdb216c3af9244827b270c540a70b5844021f Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index 5247bfc6..8354f5ce 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -33,6 +33,14 @@
description: "CC parameter, can be gnu or clang"
- parameter:
+ name: make-parallel-jobs-parameter
+ parameters:
+ - string:
+ name: MAKE_PARALLEL_JOBS
+ default: '{make-parallel-jobs}'
+ description: "The number of cores to use for builds."
+
+- parameter:
name: csit-fail-on-crc-mismatch-parameter
parameters:
- string: