blob: b2386b351177f28204b56bd9eefaa280c46b94d6 (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
|
#
# Copyright 2021 Ettus Research, a National Instruments Brand
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#
parameters:
- name: build_linux
type: boolean
default: true
- name: build_mac
type: boolean
default: true
- name: build_win
type: boolean
default: true
- name: custom_boost_version
type: boolean
default: false
- name: custom_boost_version_url
type: string
default: 'https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2'
- name: release_binaries
type: boolean
default: false
- name: testLength
type: string
- name: run_streaming_tests
type: boolean
default: true
- name: build_sdk
type: boolean
default: false
- name: cache_sstate
type: boolean
default: true
- name: build_e310_sg1
type: boolean
default: true
- name: build_e310_sg3
type: boolean
default: true
- name: build_e320
type: boolean
default: true
- name: build_n3xx
type: boolean
default: true
- name: build_x4xx
type: boolean
default: true
variables:
- template: ../uhd-pipeline-vars.yml
resources:
pipelines:
- pipeline: uhd_build_docker_container
source: 'uhddev Build Docker Containers'
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: gnuradio
type: github
name: gnuradio/gnuradio
endpoint: EttusResearch
ref: maint-3.8
- 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: build_uhd_stage_linux
displayName: Build UHD Linux
dependsOn: []
condition: and(succeeded(), ${{ parameters.build_linux }})
jobs:
- template: job-get-latest-uhd-docker.yml
- template: job-uhd-build-src.yml
parameters:
toolset: make
- template: job-uhd-build-src.yml
parameters:
toolset: make_trace
- template: job-uhd-build-src.yml
parameters:
toolset: ninja
- ${{ if parameters.custom_boost_version }}:
- template: job-uhd-build-src.yml
parameters:
toolset: make_custom_boost_version
custom_boost_version_url: ${{ parameters.custom_boost_version_url }}
- stage: build_uhd_stage_win
displayName: Build UHD Windows
dependsOn: []
condition: and(succeeded(), ${{ parameters.build_win }})
jobs:
- template: job-get-latest-uhd-docker.yml
- template: job-uhd-build-src.yml
parameters:
toolset: msbuild
release_binaries: ${{ parameters.release_binaries }}
- stage: build_uhd_stage_mac
displayName: Build UHD macOS
dependsOn: []
condition: and(succeeded(), ${{ parameters.build_mac }})
jobs:
- template: job-get-latest-uhd-docker.yml
- template: job-uhd-build-src.yml
parameters:
toolset: make_homebrew_macos
- stage: build_uhd_embedded_system_images
displayName: Build UHD Embedded System Images
dependsOn: []
variables:
AUTO_CONF: $(Agent.BuildDirectory)/auto.conf
jobs:
- template: .ci/templates/job_build_filesystem.yml@meta-ettus
parameters:
build_sdk: ${{ parameters.build_sdk }}
cache_sstate: ${{ parameters.cache_sstate }}
cache_downloads: False
machines:
- ${{ if parameters.build_e310_sg1 }}:
- e310_sg1
- ${{ if parameters.build_e310_sg3 }}:
- e310_sg3
- ${{ if parameters.build_e320 }}:
- e320
- ${{ if parameters.build_n3xx }}:
- n3xx
- ${{ if parameters.build_x4xx }}:
- x4xx
auto_conf: $AUTO_CONF
run_from_external_repo: true
prebuild_steps:
- script: |
rm $(AUTO_CONF)
touch $(AUTO_CONF)
displayName: create auto.conf
- template: .ci/templates/oe_localconf_externalsrc.yml@meta-ettus
parameters:
conf_file: $AUTO_CONF
repository: self
package_paths:
- package: uhd
path: host
- package: mpmd
path: mpm
postbuild_steps:
- script: |
rm $(AUTO_CONF)
displayName: delete auto.conf
condition: always()
- stage: build_gnuradio_stage_linux
displayName: Build gnuradio Linux
dependsOn: build_uhd_stage_linux
jobs:
- template: job-get-latest-uhd-docker.yml
- template: job-gnuradio-grettus-build-src.yml
parameters:
toolset: make
- stage: build_uhd_installer_stage_linux
displayName: Build UHD Installers Linux
dependsOn: build_uhd_stage_linux
jobs:
- template: job-get-latest-uhd-docker.yml
- template: job-uhd-build-installer.yml
parameters:
toolset: ubuntu_deb
installer: deb
- stage: build_uhd_installer_stage_win
displayName: Build UHD Installers Windows
dependsOn: build_uhd_stage_win
jobs:
- template: job-get-latest-uhd-docker.yml
- template: job-uhd-build-installer.yml
parameters:
toolset: msbuild
installer: nsis
- stage: test_uhd_stage
displayName: Test UHD
dependsOn: build_uhd_stage_linux
jobs:
- template: job-uhd-devtest-rhombus.yml
parameters:
testOS: ubuntu2004
uhdSrcDir: $(Build.SourcesDirectory)
- stage: test_uhd_embedded_devices_stage
displayName: Test UHD Embedded Devices
dependsOn:
- build_uhd_stage_linux
- build_uhd_embedded_system_images
- build_gnuradio_stage_linux
jobs:
- template: tests/job-uhd-x4xx-hardware-tests-sdr-test0.yml
parameters:
testOS: ubuntu1804
- template: tests/job-uhd-x4xx-hardware-tests-pebbles.yml
parameters:
testOS: ubuntu1804
- stage: test_streaming_stage
displayName: Test UHD Streaming
dependsOn: build_uhd_stage_linux
condition: and(succeeded('build_uhd_stage_linux'), ${{ parameters.run_streaming_tests }})
jobs:
- template: job-uhd-streaming-tests-beauty.yml
parameters:
testOS: ubuntu2004
uhdSrcDir: $(Build.SourcesDirectory)
testLength: ${{ parameters.testLength }}
|