aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-staged-build.yaml
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-11 15:29:02 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-11 15:29:05 +0100
commit7048f1f27ce949498ecfc5e3d020085d2ba7fbfe (patch)
tree2a66275e7ad49266439e7a45abcb138481f64df6 /tcwg-llvm-staged-build.yaml
parent85e5c870236c6ff275728e2db5cc5546c774d59c (diff)
tcwg-llvm-staged-build.yaml: correct number of buildjobs on APM
Change-Id: Ifb3e574e36c22a2ab1dbd7c8f838b1655add4f21
Diffstat (limited to 'tcwg-llvm-staged-build.yaml')
-rw-r--r--tcwg-llvm-staged-build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-llvm-staged-build.yaml b/tcwg-llvm-staged-build.yaml
index 3796829e62..2b96c8a07e 100644
--- a/tcwg-llvm-staged-build.yaml
+++ b/tcwg-llvm-staged-build.yaml
@@ -98,7 +98,7 @@
;;
tcwg-apm_64-build)
builder_arch=arm64
- buildjobs=4 # APMs only have 8 cores
+ buildjobs=8 # APMs only have 8 cores
;;
*) echo "ERROR: Unsupported label: $label"; exit 1 ;;
esac