diff options
author | Steven Koo <steven.koo@ni.com> | 2022-01-25 16:05:26 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-02-02 15:28:04 -0600 |
commit | c8849fadc8819f5dbfd2d5fd3ad010da8e102c7a (patch) | |
tree | c0e57d9f8ef27fa11bd0cf6a5b9d6baf4f766ddc /.ci/uhd-hardware-test-dev.yml | |
parent | 92bf4b9e64c32c284105b23ed01b8f24b3ac9ebc (diff) | |
download | uhd-c8849fadc8819f5dbfd2d5fd3ad010da8e102c7a.tar.gz uhd-c8849fadc8819f5dbfd2d5fd3ad010da8e102c7a.tar.bz2 uhd-c8849fadc8819f5dbfd2d5fd3ad010da8e102c7a.zip |
ci: Add x410 test to mono pipeline
This change brings in x410 testing into the uhd
mono pipeline. This also creates a test development
pipeline that executes on uhd mono pipeline as
an upstream artifact source.
Signed-off-by: Steven Koo <steven.koo@ni.com>
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 |