tf-m-nightly: Update from upstream
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I97a36dc7469bc67fed611545d886b90cd561a976
diff --git a/tf-m-nightly.yaml b/tf-m-nightly.yaml
index 71d6d09..a8aea9b 100644
--- a/tf-m-nightly.yaml
+++ b/tf-m-nightly.yaml
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2020-2023, Arm Limited. All rights reserved.
+# Copyright (c) 2020-2024, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -14,27 +14,28 @@
concurrent: true
properties:
- build-discarder:
- days-to-keep: 5
- num-to-keep: 5
- - authorization:
- !include: authorization.yaml.inc
+ days-to-keep: 15
+ num-to-keep: 45
+# triggers:
+# - timed: 'H 23 * * *'
parameters:
- string:
name: 'FILTER_GROUP'
default: "nightly_test nightly_profile_s nightly_profile_m nightly_profile_m_arotless \
nightly_profile_l nightly_cc_driver_psa nightly_fp nightly_psa_api \
nightly_ipc_backend nightly_nsce nightly_mmio nightly_cs300_an547 \
- nightly_cs300_an552 nightly_cs300_fvp nightly_corstone310 \
- nightly_corstone1000 nightly_rse nightly_psoc64 \
+ nightly_cs300_an552 nightly_cs300_fvp \
+ nightly_corstone310 nightly_corstone310_pacbti \
+ nightly_corstone315 nightly_corstone1000 nightly_rse nightly_psoc64 \
nightly_lpcxpresso55s69 nightly_b_u585i_iot02a nightly_stm32h573i_dk"
description: |
Filter to a group of configurations as recognised by configs.py
- string:
name: 'CODE_REPO'
- default: 'https://git.trustedfirmware.org/TF-M/trusted-firmware-m'
+ default: 'https://review.trustedfirmware.org/TF-M/trusted-firmware-m'
- string:
name: 'CI_SCRIPTS_REPO'
- default: 'https://git.trustedfirmware.org/ci/tf-m-ci-scripts'
+ default: 'https://review.trustedfirmware.org/ci/tf-m-ci-scripts'
- string:
name: 'CI_SCRIPTS_BRANCH'
default: 'master'
@@ -88,7 +89,7 @@
name: 'EMAIL_NOTIFICATION'
default: 'tf-m-ci-notifications@lists.trustedfirmware.org, paul.sokolovsky@linaro.org'
description: |
- Send email norification when test failed.
+ Send email notification when test failed.
- string:
name: 'MCUBOOT_REFSPEC'
default: ''
@@ -113,7 +114,7 @@
full commit hash : Pick up a specific commit
- string:
name: 'TFM_EXTRAS_URL'
- default: 'https://git.trustedfirmware.org/TF-M/tf-m-extras.git'
+ default: 'https://review.trustedfirmware.org/TF-M/tf-m-extras.git'
- string:
name: 'TFM_EXTRAS_REFSPEC'
default: ''
@@ -158,6 +159,11 @@
default: 1
description: |
Whether to submit FVP tests via TuxSuite (instead of LAVA)
+ - string:
+ name: 'BUILD_JOBS'
+ default: '2'
+ description: |
+ --jobs to pass to make, etc.
wrappers:
- timestamps
pipeline-scm:
@@ -166,6 +172,7 @@
url: '$CI_SCRIPTS_REPO'
branches:
- '$CI_SCRIPTS_BRANCH'
+ refspec: '+refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/remotes/origin/refs/changes/*'
credentials-id: GIT_SSH_KEY
wipe-workspace: false
script-path: jenkins/ci.jpl