Enable LAVA test for Profile M with PS off
This is a revert patch of commit 661a17a9.
Test on Profile M with PS off could pass now.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I10f778c879b052a6a15cf2f97a8fd2221ef8fcf8
diff --git a/jenkins/ci.jpl b/jenkins/ci.jpl
index 3e0a732..533acbe 100644
--- a/jenkins/ci.jpl
+++ b/jenkins/ci.jpl
@@ -175,9 +175,7 @@
}
else if (params_collection["NS"] == "False" || \
(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")) {
+ env.JOB_NAME.equals("tf-m-build-and-test"))) {
print("LAVA is not needed for ${build_url}")
}
// Only submit LAVA test for a specified OTP enabled config in nightly or release job