summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalanakis, Minos <minos.galanakis@arm.com>2020-01-09 11:01:02 +0000
committerGalanakis, Minos <minos.galanakis@arm.com>2020-01-13 10:45:06 +0000
commit7b321795878dda18e082e3c07a0fa7929d2493da (patch)
treeff4ffe6621c73f4a8cf501db1a279ea5a2427bf7
parent0600ca173954db58f1be054d1d5136cdf7739d23 (diff)
downloadtf-m-job-configs-7b321795878dda18e082e3c07a0fa7929d2493da.tar.gz
configuration: Disabled MPS2 testing by default
This patch sets the default option for LAVA testing to "disabled" for tf-m-build-test-review & tf-m-build-test-nightly pipelines. Change-Id: Iad44d3ba679d743037d45c29ab25d98a1b6c423f Signed-off-by: Galanakis, Minos <minos.galanakis@arm.com>
-rw-r--r--tf-m-build-test-nightly.yaml4
-rw-r--r--tf-m-build-test-review.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/tf-m-build-test-nightly.yaml b/tf-m-build-test-nightly.yaml
index 22ffb40..f0cbb0a 100644
--- a/tf-m-build-test-nightly.yaml
+++ b/tf-m-build-test-nightly.yaml
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2019, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -135,8 +135,8 @@
- choice:
name: 'LAVA_TEST'
choices:
- - Enable
- Disable
+ - Enable
description: "Set to enable LAVA testing of artefacts"
- choice:
name: 'BUILD_DOCS'
diff --git a/tf-m-build-test-review.yaml b/tf-m-build-test-review.yaml
index 0fefc5e..06de202 100644
--- a/tf-m-build-test-review.yaml
+++ b/tf-m-build-test-review.yaml
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+# Copyright (c) 2018-2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -153,8 +153,8 @@
- choice:
name: 'LAVA_TEST'
choices:
- - Enable
- Disable
+ - Enable
description: "Set to enable LAVA testing of artefacts"
- choice:
name: 'BUILD_DOCS'