tf-m-lava-submit, etc.: Add DEVICE_FILTER parameter
This is intended to be an optional switch to pass to lava_submit_jobs.py
script: --fvp-only or --physical-board-only, to limit submitted LAVA
tests to FVP devices only, or vice-versa, to physical devices only.
This is helpful during development and debugging, and maybe useful to
optimize some production jobs.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Iaac986d1af23a131742e7d0e09fed7c23c2e4cd3
diff --git a/tf-m-nightly-code-coverage.yaml b/tf-m-nightly-code-coverage.yaml
index 4c60424..4c98cf2 100644
--- a/tf-m-nightly-code-coverage.yaml
+++ b/tf-m-nightly-code-coverage.yaml
@@ -102,6 +102,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: