Corstone1000 FVP integration in OpenCI

FVP boots and runs regression test.

Protected storage regression is disabled as few test
cases are failing in the platform.

Signed-off-by: Satish Kumar <satish.kumar01@arm.com>
Change-Id: I74d62cb06415e1b1fe905aa4cfd41b0fabb55de0
diff --git a/jenkins/ci.jpl b/jenkins/ci.jpl
index e1ed300..ec34b99 100644
--- a/jenkins/ci.jpl
+++ b/jenkins/ci.jpl
@@ -252,6 +252,11 @@
                      env.JOB_NAME.equals("tf-m-build-and-test")) {
               print("LAVA is not needed for ${build_url}")
             }
+            // LAVA tests on Corstone1000 FPGA config is not supported
+            else if (params_collection["TFM_PLATFORM"].contains("corstone1000") && \
+                     params_collection["EXTRA_PARAMS"].contains("FPGA")) {
+              print("LAVA is not needed for ${build_url}")
+            }
             // Submit LAVA tests
             else {
               submit_lava_tests(config, results, build_res, params, params_collection)