diff options
author | Matthew Crymble <matthew.crymble@ni.com> | 2021-11-30 22:22:34 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-12-01 14:04:14 -0800 |
commit | 38825f4e562b1eda1129b0f02f82c0bf4cf77276 (patch) | |
tree | b7377e5acf99d1902ccca275b6c5e8a7c9a496d3 /.ci | |
parent | 763eba025e56c1dbe3c24f0fc1139e7530411795 (diff) | |
download | uhd-38825f4e562b1eda1129b0f02f82c0bf4cf77276.tar.gz uhd-38825f4e562b1eda1129b0f02f82c0bf4cf77276.tar.bz2 uhd-38825f4e562b1eda1129b0f02f82c0bf4cf77276.zip |
tests: Add default length for automated streaming tests
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/uhd-pipeline-pr.yml | 1 | ||||
-rw-r--r-- | .ci/uhd-pipeline.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.ci/uhd-pipeline-pr.yml b/.ci/uhd-pipeline-pr.yml index 2c1c7d247..4e66eec06 100644 --- a/.ci/uhd-pipeline-pr.yml +++ b/.ci/uhd-pipeline-pr.yml @@ -20,6 +20,7 @@ parameters: - 'smoke' - 'full' - 'stress' + default: 'smoke' - name: run_streaming_tests type: boolean default: False diff --git a/.ci/uhd-pipeline.yml b/.ci/uhd-pipeline.yml index b2ffffc6f..478cb23e6 100644 --- a/.ci/uhd-pipeline.yml +++ b/.ci/uhd-pipeline.yml @@ -14,6 +14,7 @@ parameters: - 'smoke' - 'full' - 'stress' + default: 'smoke' - name: run_streaming_tests type: boolean default: False |