From 38825f4e562b1eda1129b0f02f82c0bf4cf77276 Mon Sep 17 00:00:00 2001 From: Matthew Crymble Date: Tue, 30 Nov 2021 22:22:34 -0600 Subject: tests: Add default length for automated streaming tests --- .ci/uhd-pipeline-pr.yml | 1 + .ci/uhd-pipeline.yml | 1 + 2 files changed, 2 insertions(+) (limited to '.ci') 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 -- cgit v1.2.3