scp: Use scp_juno-linux.uboot
Change-Id: I7bc555b0a162d069601939ff4efff4ec17010552
Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
diff --git a/group/scp-boot-tests/juno,juno-default:juno-linux.uboot b/group/scp-boot-tests/juno,juno-default:juno-linux.uboot
deleted file mode 100644
index 0a342ff..0000000
--- a/group/scp-boot-tests/juno,juno-default:juno-linux.uboot
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# Copyright (c) 2020, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
diff --git a/job/tf-worker/is_juno_config.sh b/job/tf-worker/is_juno_config.sh
index 31affc9..0d8f1c8 100755
--- a/job/tf-worker/is_juno_config.sh
+++ b/job/tf-worker/is_juno_config.sh
@@ -16,7 +16,7 @@
# only way to have a board-accessible URL at the moment is to have build
# artefacts archived. Therefore, only for Juno do we spawn the build as a
# separate job; otherwise, we build within this job.
-if echo "$RUN_CONFIG" | grep -iq '^juno'; then
+if echo "$RUN_CONFIG" | grep -iqe '^juno' -iqe '^scp_juno'; then
exit 0
else
exit 1