ECLAIR: Updates the fields to include T_COSE.
Updates the eclair job fields (daily and delta) to include T_COSE to
line up with changes made to tf-m-ci-scripts and being used on other
jobs such as tf-m-build-config.
Change-Id: I45ec00ef0f8bc673acafeac4bc3cfc40a481f340
Signed-off-by: Matthew Dalzell <matthew.dalzell@arm.com>
diff --git a/tf-m-eclair-daily.yaml b/tf-m-eclair-daily.yaml
index 31d61a7..96c8c93 100644
--- a/tf-m-eclair-daily.yaml
+++ b/tf-m-eclair-daily.yaml
@@ -73,6 +73,17 @@
TAG_NAME : Pick up a tagged version
full commit hash : Pick up a specific commit
- string:
+ name: 'T_COSE_URL'
+ default: 'https://github.com/laurencelundblade/t_cose.git'
+ - string:
+ name: 'T_COSE_VERSION'
+ default: ''
+ description: |
+ Specify which t_cose 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: 'MCUBOOT_REFSPEC'
default: ''
description: |
diff --git a/tf-m-eclair-delta.yaml b/tf-m-eclair-delta.yaml
index bbd6fc1..9e7cf2d 100644
--- a/tf-m-eclair-delta.yaml
+++ b/tf-m-eclair-delta.yaml
@@ -82,6 +82,17 @@
TAG_NAME : Pick up a tagged version
full commit hash : Pick up a specific commit
- string:
+ name: 'T_COSE_URL'
+ default: 'https://github.com/laurencelundblade/t_cose.git'
+ - string:
+ name: 'T_COSE_VERSION'
+ default: ''
+ description: |
+ Specify which t_cose 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: 'MCUBOOT_REFSPEC'
default: ''
description: |