aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/uhd-pipeline-pr.yml
diff options
context:
space:
mode:
authorMatthew Crymble <matthew.crymble@ni.com>2021-11-15 14:57:07 -0600
committerAaron Rossetto <aaron.rossetto@ni.com>2021-11-30 07:33:28 -0800
commitf24d6561a842baffbce9ddcdc9802b98f5fa2af0 (patch)
tree977e76a8cb93844a0366612da8fae12cb693f0a9 /.ci/uhd-pipeline-pr.yml
parentdf7f65d858f723fa528f6375737e73d127fa9c1b (diff)
downloaduhd-f24d6561a842baffbce9ddcdc9802b98f5fa2af0.tar.gz
uhd-f24d6561a842baffbce9ddcdc9802b98f5fa2af0.tar.bz2
uhd-f24d6561a842baffbce9ddcdc9802b98f5fa2af0.zip
tests: add automated streaming tests
Diffstat (limited to '.ci/uhd-pipeline-pr.yml')
-rw-r--r--.ci/uhd-pipeline-pr.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.ci/uhd-pipeline-pr.yml b/.ci/uhd-pipeline-pr.yml
index 9887214bf..2c1c7d247 100644
--- a/.ci/uhd-pipeline-pr.yml
+++ b/.ci/uhd-pipeline-pr.yml
@@ -14,6 +14,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: none
@@ -38,3 +47,5 @@ extends:
custom_boost_version: ${{ parameters.custom_boost_version }}
custom_boost_version_url: ${{ parameters.custom_boost_version_url }}
release_binaries: ${{ parameters.release_binaries }}
+ testLength: ${{ parameters.testLength }}
+ run_streaming_tests: ${{ parameters.run_streaming_tests }}