diff options
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 |