diff options
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' |