blob: 625ecf34af832dc0666ae66808454d0af8dcdeb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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
|