LAVA: Revert "LAVA: Tests only on physical boards"

This reverts commit d05704418a592ad39328419ac21ac80bf3c5d992.

FVP Licenses have been renewed and valid til 30-Jun-2022. See TFC-201
for details.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I359fb74762c8ec47c6baea7bac72db016c7053c8
diff --git a/jenkins/lava-submit.jpl b/jenkins/lava-submit.jpl
index 5a13a0b..dd7d1f4 100644
--- a/jenkins/lava-submit.jpl
+++ b/jenkins/lava-submit.jpl
@@ -42,8 +42,10 @@
     stage("LAVA") {
       def device_type = ""
       def upstreamProject = getUpstreamJob()[0].upstreamProject
-      device_type = "--physical-board-only "
-      print("Run test cases only on physical boards.")
+      if (upstreamProject == "tf-m-build-and-test") {
+        device_type = "--physical-board-only "
+        print("Run test cases only on physical boards in per-patch.")
+      }
 
       withCredentials([usernamePassword(credentialsId: env.LAVA_CREDENTIALS, passwordVariable: 'LAVA_TOKEN', usernameVariable: 'LAVA_USER')]) {
         print("Generating LAVA jobs...")