aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAxel Fagerstedt <axel.fagerstedt@linaro.org>2013-04-09 15:55:32 +0200
committerAxel Fagerstedt <axel.fagerstedt@linaro.org>2013-04-09 15:55:32 +0200
commitf308573dc730472221f9488650a6a11b04d0f1c1 (patch)
treee07c2887cc3f094f8f81e0e54e359d98325fae5f /node
parente0ed6ef379cbb4a39deab4cc4b302fcd36aec7fc (diff)
Add build type build-testsuite-restricted
Diffstat (limited to 'node')
-rwxr-xr-xnode/prepare_build_config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/node/prepare_build_config.py b/node/prepare_build_config.py
index 2697dd7..d2ca1dd 100755
--- a/node/prepare_build_config.py
+++ b/node/prepare_build_config.py
@@ -60,7 +60,8 @@ def validate_config(config, slave_type):
if config.get("BUILD_TYPE", "build-android") in ["build-android-private",
"build-android-restricted",
- "build-android-toolchain-linaro-restricted"]:
+ "build-android-toolchain-linaro-restricted",
+ "build-testsuite-restricted"]:
build_type_cat = "restricted"
else:
build_type_cat = "normal"