tf-a-builder-tfa-next: Add CLONE_REPOS parameter

Add CLONE_REPOS parameter to tf-a-builder-tfa-next,
and tf-a-ci-gateway-tfa-next
so that they can be run independently apart from
tf-a-main-tfa-next

Change-Id: I2b35b3ac10fa0624765fcabc93391fdad4d7dc5d
Signed-off-by: Saheer Babu <saheer.babu@arm.com>
(cherry picked from commit 1be3814366980b78bd6833cd73d7574eddac4a6f)
diff --git a/tf-a-ci-gateway-tfa-next.yaml b/tf-a-ci-gateway-tfa-next.yaml
index 922aaa5..87a16ff 100644
--- a/tf-a-ci-gateway-tfa-next.yaml
+++ b/tf-a-ci-gateway-tfa-next.yaml
@@ -87,6 +87,11 @@
         description: |
           Whether to submit FVP tests via TuxSuite (instead of LAVA)
     - string:
+        name: CLONE_REPOS
+        default: "tf-a-ci-scripts,trusted-firmware-a"
+        description: |
+            Optional arg to clone only specific projects from default list (tf-a-ci-scripts,trusted-firmware-a,tf-a-tests,spm,tf-m-tests,tf-m-extras)
+    - string:
             name: SHARE_FOLDER
             default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}'
             description: 'Folder containing shared repositories for downstream pipeline jobs'