aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/uhd-pipeline-pr.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-pr.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-pr.yml')
-rw-r--r--.ci/uhd-pipeline-pr.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.ci/uhd-pipeline-pr.yml b/.ci/uhd-pipeline-pr.yml
index a4768465e..db371efc3 100644
--- a/.ci/uhd-pipeline-pr.yml
+++ b/.ci/uhd-pipeline-pr.yml
@@ -7,21 +7,27 @@
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: custom_boost_version
type: boolean
+ displayName: Use custom boost version
default: false
- name: custom_boost_version_url
type: string
+ displayName: Custom Boost URL
default: 'https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2'
- name: release_binaries
type: boolean
+ displayName: Set release mode for installers
default: false
- name: testLength
type: string
@@ -29,9 +35,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