Add LAVA test for Level3 on AN521
The Level3 cases run on LAVA, but artifacts not archieved well.
Signed-off-by: Karl Zhang <karl.zhang@arm.com>
Change-Id: Ida2d64c98f1d478bdf97739e286fc752fbb93fa2
diff --git a/jenkins/ci.jpl b/jenkins/ci.jpl
index fbb7726..13f927d 100644
--- a/jenkins/ci.jpl
+++ b/jenkins/ci.jpl
@@ -69,6 +69,15 @@
build_params["PROFILE"] == "N.A") {
params += string(name: "PROJ_CONFIG", value: "ConfigCoreIPCTfmLevel2")
}
+ else if (build_params["BL2"] == "True" && \
+ build_params["NS"] == "True" && \
+ build_params["PSA_API"] == "True" && \
+ build_params["ISOLATION_LEVEL"] == "3" && \
+ build_params["TEST_REGRESSION"] == "False" && \
+ build_params["TEST_PSA_API"] == "OFF" && \
+ build_params["PROFILE"] == "N.A") {
+ params += string(name: "PROJ_CONFIG", value: "ConfigCoreIPCTfmLevel3")
+ }
else if (build_params["BL2"] == "True" && \
build_params["NS"] == "True" && \
build_params["PSA_API"] == "False" && \
@@ -114,6 +123,15 @@
build_params["PROFILE"] == "N.A") {
params += string(name: "PROJ_CONFIG", value: "ConfigRegressionIPCTfmLevel2")
}
+ else if (build_params["BL2"] == "True" && \
+ build_params["NS"] == "True" && \
+ build_params["PSA_API"] == "True" && \
+ build_params["ISOLATION_LEVEL"] == "3" && \
+ build_params["TEST_REGRESSION"] == "True" && \
+ build_params["TEST_PSA_API"] == "OFF" && \
+ build_params["PROFILE"] == "N.A") {
+ params += string(name: "PROJ_CONFIG", value: "ConfigRegressionIPCTfmLevel3")
+ }
else if (build_params["BL2"] == "True" && \
build_params["NS"] == "True" && \
build_params["PSA_API"] == "False" && \
@@ -159,6 +177,15 @@
build_params["PROFILE"] == "N.A") {
params += string(name: "PROJ_CONFIG", value: "ConfigPsaApiTestIPCTfmLevel2")
}
+ else if (build_params["BL2"] == "True" && \
+ build_params["NS"] == "True" && \
+ build_params["PSA_API"] == "True" && \
+ build_params["ISOLATION_LEVEL"] == "3" && \
+ build_params["TEST_REGRESSION"] == "False" && \
+ build_params["TEST_PSA_API"] != "OFF" && \
+ build_params["PROFILE"] == "N.A") {
+ params += string(name: "PROJ_CONFIG", value: "ConfigPsaApiTestIPCTfmLevel3")
+ }
else {
params += string(name: "PROJ_CONFIG", value: "ConfigDefault")
}