TF-M-BUILD-CONFIG: Allows tools url and refspec
Allows for a URL and refspec of the tf-m-tools repo to be defined at the
running of the tf-m-build-config job. This is required when it is being
called by tf-m-nightly-performance.
Change-Id: I1df8c49e1d66f3a282f946e7a8172b88f5579e28
Signed-off-by: Matthew Dalzell <matthew.dalzell@arm.com>
diff --git a/tf-m-build-config.yaml b/tf-m-build-config.yaml
index acfefbf..46f5457 100644
--- a/tf-m-build-config.yaml
+++ b/tf-m-build-config.yaml
@@ -131,6 +131,17 @@
TAG_NAME : Pick up a tagged version
full commit hash : Pick up a specific commit
- string:
+ name: 'TFM_TOOLS_URL'
+ default: 'https://git.trustedfirmware.org/TF-M/tf-m-tools.git'
+ - string:
+ name: 'TFM_TOOLS_REFSPEC'
+ default: ''
+ description: |
+ Specify which tf-m-tools version to use
+ refs/heads/<branch_name> : Pick up latest HEAD on branch
+ TAG_NAME : Pick up a tagged version
+ full commit hash : Pick up a specific commit
+ - string:
name: 'TFM_EXTRAS_URL'
default: 'https://git.trustedfirmware.org/TF-M/tf-m-extras.git'
- string: