tf-a-gerrit-tforg-l1/l2: Add explicit TFTF_* params
As we proceed to support multi-branch development (e.g. LTS branches),
have explicit repo/branch parameters for repositories used. This will
allow to use these jobs as templates for other branches, without confusion
of what parameters used where and without forgetting to update them as
needed.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Ib80d63fa819a8e949b2e31ac9f1748c6a521bba3
diff --git a/tf-a-gerrit-tforg-l2.yaml b/tf-a-gerrit-tforg-l2.yaml
index 8b1d123..0442f0a 100644
--- a/tf-a-gerrit-tforg-l2.yaml
+++ b/tf-a-gerrit-tforg-l2.yaml
@@ -37,6 +37,15 @@
default: ${GERRIT_REFSPEC}
description: 'Parameter only used by the clone script'
- string:
+ name: TFTF_GERRIT_PROJECT
+ default: 'TF-A/tf-a-tests'
+ - string:
+ name: TFTF_GERRIT_BRANCH
+ default: 'refs/heads/master'
+ - string:
+ name: TFTF_GERRIT_REFSPEC
+ default: '+refs/heads/master:refs/remotes/origin/master'
+ - string:
name: SHARE_FOLDER
default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}'
description: 'Folder containing shared repositories for downstream pipeline jobs'