diff options
Diffstat (limited to '.ci/templates/stages-uhd-pipeline.yml')
-rw-r--r-- | .ci/templates/stages-uhd-pipeline.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.ci/templates/stages-uhd-pipeline.yml b/.ci/templates/stages-uhd-pipeline.yml index 0b30012b4..a93ec5185 100644 --- a/.ci/templates/stages-uhd-pipeline.yml +++ b/.ci/templates/stages-uhd-pipeline.yml @@ -238,8 +238,8 @@ stages: uhdSrcDir: $(Build.SourcesDirectory) testDevices: 'x3xx,b2xx' -- stage: devtest_uhd_n3xx_stage - displayName: devtest UHD n3xx +- stage: devtest_uhd_n3xx_e320_stage + displayName: devtest UHD n3xx e320 dependsOn: - build_uhd_stage_linux - build_uhd_embedded_system_images @@ -248,7 +248,7 @@ stages: parameters: testOS: ubuntu2004 uhdSrcDir: $(Build.SourcesDirectory) - testDevices: 'n3xx' + testDevices: 'n3xx,e320' - stage: test_uhd_x4xx_stage displayName: Test UHD x4xx |