aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/uhd-pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/uhd-pipeline.yml')
-rw-r--r--.ci/uhd-pipeline.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.ci/uhd-pipeline.yml b/.ci/uhd-pipeline.yml
index 8ea2eb4f5..b2ffffc6f 100644
--- a/.ci/uhd-pipeline.yml
+++ b/.ci/uhd-pipeline.yml
@@ -8,6 +8,15 @@ parameters:
- name: release_binaries
type: boolean
default: false
+- name: testLength
+ type: string
+ values:
+ - 'smoke'
+ - 'full'
+ - 'stress'
+- name: run_streaming_tests
+ type: boolean
+ default: False
trigger:
batch: true
@@ -31,3 +40,5 @@ extends:
template: templates/stages-uhd-pipeline.yml
parameters:
release_binaries: ${{ parameters.release_binaries }}
+ testLength: ${{ parameters.testLength }}
+ run_streaming_tests: ${{ parameters.run_streaming_tests }}