diff options
author | Virendra Kakade <virendra.kakade@ni.com> | 2022-04-05 14:12:30 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-04-12 13:30:48 -0700 |
commit | fc2242994be5234a93b5cc6f5677fdc0e0d3d093 (patch) | |
tree | ebf67a7a4704a5c35451308b1f85fc41c6f9f572 /.ci/templates/job-uhd-streaming-tests-beauty.yml | |
parent | 0a561c6c3f42adeee82dffa5c0fc050e8dad1667 (diff) | |
download | uhd-fc2242994be5234a93b5cc6f5677fdc0e0d3d093.tar.gz uhd-fc2242994be5234a93b5cc6f5677fdc0e0d3d093.tar.bz2 uhd-fc2242994be5234a93b5cc6f5677fdc0e0d3d093.zip |
tests: add filesystem flashing to streaming tests
Signed-off-by: Virendra Kakade <virendra.kakade@ni.com>
Diffstat (limited to '.ci/templates/job-uhd-streaming-tests-beauty.yml')
-rw-r--r-- | .ci/templates/job-uhd-streaming-tests-beauty.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.ci/templates/job-uhd-streaming-tests-beauty.yml b/.ci/templates/job-uhd-streaming-tests-beauty.yml index 3712d5397..2852c9644 100644 --- a/.ci/templates/job-uhd-streaming-tests-beauty.yml +++ b/.ci/templates/job-uhd-streaming-tests-beauty.yml @@ -5,6 +5,9 @@ parameters: - ubuntu2004 - name: uhdSrcDir type: string +- name: uhdArtifactSource + type: string + default: current - name: testLength type: string @@ -16,6 +19,8 @@ jobs: testLength: '${{ parameters.testLength }}' toolset: 'make' uhdSrcDir: '${{ parameters.uhdSrcDir }}' + uhdArtifactSource: ${{ parameters.uhdArtifactSource }} + xilinxLocation: /opt/Xilinx/Vivado_Lab/2019.1 dutMatrix: # beauty-N320-0 XG: # dutName: 'beauty-N320-0' @@ -38,3 +43,5 @@ jobs: dutSecondAddr: '192.168.20.2' dutMgmtAddr: '10.0.57.29' dutFPGA: 'CG_400' + dutEmbeddedImagesArtifact: 'x4xx-images' + uartSerial: '2516351E2C9A' |