diff options
author | Steven Koo <steven.koo@ni.com> | 2022-06-03 10:27:00 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-06-10 13:24:06 -0500 |
commit | 693ec038b66520b0f868cee0338d00e3eb766548 (patch) | |
tree | c0ff3c206d11bd8223b917ea6a45186e1358034f /.ci/templates/job-uhd-devtest-rhombus.yml | |
parent | 0190ed14d9d3cb875c60672514b722d9e27f4a1f (diff) | |
download | uhd-693ec038b66520b0f868cee0338d00e3eb766548.tar.gz uhd-693ec038b66520b0f868cee0338d00e3eb766548.tar.bz2 uhd-693ec038b66520b0f868cee0338d00e3eb766548.zip |
ci: Add devtests to hardware-test-dev
This enables running the devtests without having to rebuild uhd,
typically for development purposes.
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/templates/job-uhd-devtest-rhombus.yml')
-rw-r--r-- | .ci/templates/job-uhd-devtest-rhombus.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/templates/job-uhd-devtest-rhombus.yml b/.ci/templates/job-uhd-devtest-rhombus.yml index 71c0a01dc..a05f47644 100644 --- a/.ci/templates/job-uhd-devtest-rhombus.yml +++ b/.ci/templates/job-uhd-devtest-rhombus.yml @@ -5,6 +5,9 @@ parameters: - ubuntu2004 - name: uhdSrcDir type: string +- name: uhdArtifactSource + type: string + default: current jobs: - template: job-uhd-devtest.yml @@ -14,6 +17,7 @@ jobs: knownHost: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE+SZhHi7YOvHW6xmVGhhZGLtqlZoPkOqGdr5WqnmLBN root@ubuntu' toolset: 'make' uhdSrcDir: '${{ parameters.uhdSrcDir }}' + uhdArtifactSource: '${{ parameters.uhdArtifactSource }}' redisHost: 'sdr-rhombus' dutMatrix: rhombus-x300-UBX-0 XG: |