Configs without BL2 do not need LAVA tests
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Ic76066278bae4d995bf81792ebdaa1054d207554
diff --git a/jenkins/ci.jpl b/jenkins/ci.jpl
index d79bbae..25b73eb 100644
--- a/jenkins/ci.jpl
+++ b/jenkins/ci.jpl
@@ -178,6 +178,10 @@
if (build_res.result in failure_states) {
error("Build failed at ${build_url}")
}
+ // Configs without BL2 do not need LAVA tests
+ else if (params_collection["BL2"] == "False") {
+ print("LAVA is not needed for ${build_url}")
+ }
// Configs without building NS app do not need LAVA tests
else if (params_collection["NS"] == "False") {
print("LAVA is not needed for ${build_url}")