aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/uhd-pipeline.yml
diff options
context:
space:
mode:
authorSteven Koo <steven.koo@ni.com>2022-01-19 09:21:56 -0600
committerAaron Rossetto <aaron.rossetto@ni.com>2022-01-20 08:31:50 -0600
commit72e9ba55d6b144d456a644cb47f40522022d4fb6 (patch)
tree402d33d3ee78a41f327aeb9dcf6daf9812d5fa99 /.ci/uhd-pipeline.yml
parent0610e75ba8b6e0649eafc18b2cec435b568a65dc (diff)
downloaduhd-72e9ba55d6b144d456a644cb47f40522022d4fb6.tar.gz
uhd-72e9ba55d6b144d456a644cb47f40522022d4fb6.tar.bz2
uhd-72e9ba55d6b144d456a644cb47f40522022d4fb6.zip
ci: Add displayNames to parameters
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/uhd-pipeline.yml')
-rw-r--r--.ci/uhd-pipeline.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci/uhd-pipeline.yml b/.ci/uhd-pipeline.yml
index 826bf7a09..840d2937c 100644
--- a/.ci/uhd-pipeline.yml
+++ b/.ci/uhd-pipeline.yml
@@ -7,15 +7,19 @@
parameters:
- name: build_linux
type: boolean
+ displayName: Build Linux
default: true
- name: build_mac
type: boolean
+ displayName: Build macOS
default: true
- name: build_win
type: boolean
+ displayName: Build Windows
default: true
- name: release_binaries
type: boolean
+ displayName: Set release mode for installers
default: false
- name: testLength
type: string
@@ -23,9 +27,11 @@ parameters:
- 'smoke'
- 'full'
- 'stress'
+ displayName: Test Length
default: 'smoke'
- name: run_streaming_tests
type: boolean
+ displayName: Run Streaming Tests
default: False
- name: build_sdk
type: boolean