Disable LAVA tests in coverage job
Coverage job only needs artifacts of build jobs.
Disable LAVA tests to save resources.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I5fcaf70a2303e5bcf3da8fddee90e8089db4f573
diff --git a/jenkins/ci.jpl b/jenkins/ci.jpl
index 2fa7ed1..a131e06 100644
--- a/jenkins/ci.jpl
+++ b/jenkins/ci.jpl
@@ -179,6 +179,9 @@
if (build_res.result in failure_states) {
error("Build failed at ${build_url}")
}
+ else if (env.JOB_NAME.equals("tf-m-nightly-code-coverage")) {
+ print("LAVA is not needed in code coverage job.")
+ }
else if (params_collection["NS"] == "False" || \
(params_collection["TFM_PLATFORM"].contains("musca_b1") && \
env.JOB_NAME.equals("tf-m-build-and-test")) || \