lava-templates: Provide job name differentiation for Juno devices

Currently, all jobs are lumped under the same name, "tf-juno", which makes
it very hard to track/review/follow jobs. This issue was resolved long ago
for FVP, so follow the same naming patterns here.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I1bc74b0944f3cb2e8e946dfb936e65007bb0e2c9
diff --git a/script/lava-templates/juno-linux.yaml b/script/lava-templates/juno-linux.yaml
index 13a3038..111f04b 100644
--- a/script/lava-templates/juno-linux.yaml
+++ b/script/lava-templates/juno-linux.yaml
@@ -1,5 +1,5 @@
 device_type: juno
-job_name: tf-juno
+job_name: juno-linux-${test_config}
 
 context:
   bootloader_prompt: $bootloader_prompt
diff --git a/script/lava-templates/juno-tftf.yaml b/script/lava-templates/juno-tftf.yaml
index 9eae847..eb39e4b 100644
--- a/script/lava-templates/juno-tftf.yaml
+++ b/script/lava-templates/juno-tftf.yaml
@@ -1,5 +1,5 @@
 device_type: juno
-job_name: tf-juno
+job_name: ${test_config}
 
 $tags
 $juno_revision