SQUAD : Adding SQUAD configuration parameters
This patch adds a "SQUAD_CONFIGURATIONS" parameter to the
tf-m-build-config and tf-m-nightly pipelines. this is used to configure
what configurations are used as references for the SQUAD interface to
which data is sent.
Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com>
Change-Id: I8ab2ef11986baf962454965bb541ce3491a96d4a
diff --git a/tf-m-nightly.yaml b/tf-m-nightly.yaml
index efc7c10..52532ee 100644
--- a/tf-m-nightly.yaml
+++ b/tf-m-nightly.yaml
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2020, Arm Limited. All rights reserved.
+# Copyright (c) 2020-2021, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -110,6 +110,10 @@
- string:
name: 'EMAIL_NOTIFICATION'
default: 'tf-m-ci-notifications@lists.trustedfirmware.org'
+ - string:
+ name: 'SQUAD_CONFIGURATIONS'
+ default: 'Default,CoreIPC,CoreIPCTfmLevel2'
+ description: 'Reference configurations whose metrics will be sent to a SQUAD Dashboard'
pipeline-scm:
scm:
- git: