tf-m-nightly: Add DEVICE_FILTER param
That's similar to a few other TF-M jobs, which also have this param. It's
useful for testing, e.g. to not overload physical boards with too many tests
(by submitting only to FVP).
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Id737a36112e5fe4ac4a2bd517c48e293c71f469c
diff --git a/tf-m-nightly.yaml b/tf-m-nightly.yaml
index 2862b79..25d8a64 100644
--- a/tf-m-nightly.yaml
+++ b/tf-m-nightly.yaml
@@ -148,6 +148,11 @@
name: SHARE_FOLDER
default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}'
description: 'Folder containing shared repositories for downstream pipeline jobs'
+ - string:
+ name: 'DEVICE_FILTER'
+ default: ''
+ description: |
+ Parameter to lava_create_jobs.py to filter by device type (e.g. --fvp-only or --physical-board-only)
wrappers:
- timestamps
pipeline-scm: