per patch config: filter out the Musca B1 testing
The Musca B1 testing consumes a lot of time, remove the LAVA test
in the per-patch job.
Signed-off-by: Karl Zhang <karl.zhang@arm.com>
Change-Id: I122e1ec1a631b4c9682a10de173148a2586169fe
diff --git a/jenkins/ci.jpl b/jenkins/ci.jpl
index 6095d8e..25e6eb6 100644
--- a/jenkins/ci.jpl
+++ b/jenkins/ci.jpl
@@ -170,6 +170,8 @@
}
else if (params_collection["NS"] == "False" || \
params_collection["OTP"] == "ENABLED" || \
+ (params_collection["TFM_PLATFORM"].contains("musca_b1") && \
+ env.JOB_NAME.equals("tf-m-build-and-test")) || \
(params_collection["PROFILE"] == "profile_medium" && \
params_collection["PARTITION_PS"] == "OFF")) {
print("LAVA is not needed for ${build_url}")