Add t_cose repo parameters to configs
TF-M switched from using its internal t_cose fork to
using the upstream t_cose library repository.
Change-Id: Ica542bcc94f578666305ab8639794a40eba3044f
Signed-off-by: David Vincze <david.vincze@arm.com>
diff --git a/tf-m-nightly-performance.yaml b/tf-m-nightly-performance.yaml
index 4160ff8..9cd8263 100644
--- a/tf-m-nightly-performance.yaml
+++ b/tf-m-nightly-performance.yaml
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2023, Arm Limited. All rights reserved.
+# Copyright (c) 2023-2025, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -137,6 +137,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: SHARE_FOLDER
default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}'
description: 'Folder containing shared repositories for downstream pipeline jobs'