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-build-config.yaml b/tf-m-build-config.yaml
index 183cce0..01a5948 100644
--- a/tf-m-build-config.yaml
+++ b/tf-m-build-config.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
 #
@@ -128,6 +128,10 @@
       - string:
           name: 'CODE_COVERAGE_EN'
           default: 'FALSE'
+      - string:
+          name: 'SQUAD_CONFIGURATIONS'
+          default: ''
+          description: 'Reference configurations whose metrics will be sent to a SQUAD Dashboard'
     pipeline-scm:
       scm:
         - git: