diff options
Diffstat (limited to '.ci/templates/tests/job-uhd-x4xx-hardware-tests-sdr-test0.yml')
-rw-r--r-- | .ci/templates/tests/job-uhd-x4xx-hardware-tests-sdr-test0.yml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.ci/templates/tests/job-uhd-x4xx-hardware-tests-sdr-test0.yml b/.ci/templates/tests/job-uhd-x4xx-hardware-tests-sdr-test0.yml new file mode 100644 index 000000000..a19675129 --- /dev/null +++ b/.ci/templates/tests/job-uhd-x4xx-hardware-tests-sdr-test0.yml @@ -0,0 +1,28 @@ +parameters: +- name: testOS + type: string + values: + - ubuntu1804 +- name: uhdArtifactSource + type: string + default: current + +jobs: +- template: templates/job-uhd-x4xx-hardware-tests.yml + parameters: + suiteName: 'sdr_test0' + testOS: '${{ parameters.testOS }}' + toolset: 'make' + runPyTest: false + runDevTest: true + runSystemImageTest: true + uhdArtifactSource: ${{ parameters.uhdArtifactSource }} + xilinxLocation: /opt/Xilinx/SDK/2019.1 + dutMatrix: + sdr-test0-x410-0: + dutName: 'sdr-test0-x410-0' + dutType: 'x4xx' + devtestPattern: 'x4x0' + dutEmbeddedImagesArtifact: 'x4xx-images' + uartSerial: '2516351FE64E' + pipelineAgent: sdr-test0 |