Skip Failed Configs for LAVA Test
Some configs fail in LAVA test, which would block CI.
For the time being, these configs are skipped.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Iab8c00e47f4e08cdd9b481ea724b1cb7200ae67c
diff --git a/jenkins/ci.jpl b/jenkins/ci.jpl
index 5a30b4e..6095d8e 100644
--- a/jenkins/ci.jpl
+++ b/jenkins/ci.jpl
@@ -169,8 +169,9 @@
error("Build failed at ${build_url}")
}
else if (params_collection["NS"] == "False" || \
- (params_collection["PROFILE"] == "profile_medium" && \
- params_collection["PARTITION_PS"] == "OFF")) {
+ params_collection["OTP"] == "ENABLED" || \
+ (params_collection["PROFILE"] == "profile_medium" && \
+ params_collection["PARTITION_PS"] == "OFF")) {
print("LAVA is not needed for ${build_url}")
}
else {