diff options
Diffstat (limited to '.ci/uhd-hardware-test-dev.yml')
-rw-r--r-- | .ci/uhd-hardware-test-dev.yml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.ci/uhd-hardware-test-dev.yml b/.ci/uhd-hardware-test-dev.yml new file mode 100644 index 000000000..625ecf34a --- /dev/null +++ b/.ci/uhd-hardware-test-dev.yml @@ -0,0 +1,41 @@ +trigger: none + +pr: none + +resources: + pipelines: + - pipeline: uhd_mono_pipeline + source: 'uhddev mono pipeline' + branch: master + - pipeline: usrp-kas-pipeline + source: 'usrp-kas' + branch: zeus-ci + repositories: + - repository: meta-ettus + type: github + name: EttusResearch/meta-ettus-dev + endpoint: EttusResearch + ref: zeus-ci + - repository: gr-ettus + type: github + name: EttusResearch/gr-ettusdev + endpoint: EttusResearch + ref: maint-3.8-uhd4.0 + - repository: ettus-rts + type: github + endpoint: EttusResearch + name: EttusResearch/ettus-rts + ref: master + +stages: +- stage: test_uhd_embedded_stage + displayName: Test Embedded UHD + jobs: + - template: templates/tests/job-uhd-x4xx-hardware-tests-sdr-test0.yml + parameters: + testOS: ubuntu1804 + uhdArtifactSource: uhd_mono_pipeline + - template: templates/tests/job-uhd-x4xx-hardware-tests-pebbles.yml + parameters: + testOS: ubuntu1804 + uhdArtifactSource: uhd_mono_pipeline |