aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/templates
diff options
context:
space:
mode:
authorMatthew Crymble <matthew.crymble@ni.com>2022-04-26 18:35:44 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2022-06-10 13:24:04 -0500
commit91de4116d8f7c01db36095f46f040e6e9bf815dc (patch)
tree72ecb5cbf4b49340c894a44f2b26051d9982bc33 /.ci/templates
parentddd00256984bb503aa78729fb6e429e6ab8e1e8c (diff)
downloaduhd-91de4116d8f7c01db36095f46f040e6e9bf815dc.tar.gz
uhd-91de4116d8f7c01db36095f46f040e6e9bf815dc.tar.bz2
uhd-91de4116d8f7c01db36095f46f040e6e9bf815dc.zip
tests: streaming: add option to run streaming tests in dev pipeline
Diffstat (limited to '.ci/templates')
-rw-r--r--.ci/templates/job-uhd-streaming-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/job-uhd-streaming-tests.yml b/.ci/templates/job-uhd-streaming-tests.yml
index 147493ade..8d5d72b3e 100644
--- a/.ci/templates/job-uhd-streaming-tests.yml
+++ b/.ci/templates/job-uhd-streaming-tests.yml
@@ -75,7 +75,7 @@ jobs:
- task: ExtractFiles@1
inputs:
- archiveFilePatterns: $(Pipeline.Workspace)/uhddev-${{ parameters.testOS }}-${{ parameters.toolset }}/uhddev-${{ parameters.testOS }}-${{ parameters.toolset }}.tar.gz
+ archiveFilePatterns: $(uhd_artifact_directory)/uhddev-${{ parameters.testOS }}-${{ parameters.toolset }}/uhddev-${{ parameters.testOS }}-${{ parameters.toolset }}.tar.gz
destinationFolder: $(Build.BinariesDirectory)
cleanDestinationFolder: true
displayName: Extract uhddev-${{ parameters.testOS }}-${{ parameters.toolset }} artifact