blob: 116ce903b0670cf7cb4275ba303122bcf285dca4 [file] [log] [blame]
Bin Mengc7072d12019-10-27 05:19:48 -07001variables:
Tom Rinid5f27cb2021-10-31 13:24:42 -04002 windows_vm: windows-2019
Tom Rini9f151fe2022-08-08 22:44:45 -04003 ubuntu_vm: ubuntu-22.04
Tom Rini72d5de52022-07-27 11:10:24 -04004 macos_vm: macOS-12
Tom Rini51c5ae12024-03-14 22:36:43 -04005 ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20240227-14Mar2024
Bin Mengddaa6b12019-10-28 07:25:03 -07006 # Add '-u 0' options for Azure pipelines, otherwise we get "permission
7 # denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer",
8 # since our $(ci_runner_image) user is not root.
9 container_option: -u 0
10 work_dir: /u
Tom Rini3c2b2352024-06-18 08:18:48 -060011 # We define all of these as variables so we can easily reference them twice
Tom Rinied968dc2024-06-18 08:18:50 -060012 am33xx_kirkwood_ls1_mvebu_omap: "am33xx kirkwood ls1 mvebu omap -x siemens,freescale"
Tom Rini3c2b2352024-06-18 08:18:48 -060013 amlogic_bcm_boundary_engicam_siemens_technexion_oradex: "amlogic bcm boundary engicam siemens technexion toradex -x mips"
Tom Rinied968dc2024-06-18 08:18:50 -060014 arm_nxp_minus_imx_and_at91: "at91 freescale -x powerpc,m68k,imx,mx"
Tom Rini3c2b2352024-06-18 08:18:48 -060015 imx: "mx imx -x boundary,engicam,technexion,toradex"
16 rk: "rk"
17 sunxi: "sunxi"
18 powerpc: "powerpc"
19 arm_catch_all: "arm -x aarch64,am33xx,at91,bcm,ls1,kirkwood,mvebu,omap,rk,siemens,mx,sunxi,technexion,toradex"
20 aarch64_catch_all: "aarch64 -x amlogic,bcm,engicam,imx,ls1,ls2,lx216,mvebu,rk,siemens,sunxi,toradex"
Tom Rinida1811b2024-06-18 08:18:49 -060021 everything_but_arm_and_powerpc: "arc m68k microblaze mips nios2 riscv sandbox sh x86 xtensa -x arm,powerpc"
Bin Mengc7072d12019-10-27 05:19:48 -070022
Tom Rini4c268a62022-01-11 19:14:28 -050023stages:
24- stage: testsuites
25 jobs:
Bin Mengc7072d12019-10-27 05:19:48 -070026 - job: tools_only_windows
27 displayName: 'Ensure host tools build for Windows'
28 pool:
29 vmImage: $(windows_vm)
Bin Mengc7072d12019-10-27 05:19:48 -070030 steps:
Bin Meng31c3bce2020-07-28 02:06:44 -070031 - powershell: |
Bin Mengbd97b0d2021-06-22 07:33:21 +080032 (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2021-06-04/msys2-base-x86_64-20210604.sfx.exe", "sfx.exe")
Bin Mengc7072d12019-10-27 05:19:48 -070033 displayName: 'Install MSYS2'
34 - script: |
Bin Meng31c3bce2020-07-28 02:06:44 -070035 sfx.exe -y -o%CD:~0,2%\
Tom Rinic7f4e6a2022-05-03 08:30:14 -040036 %CD:~0,2%\msys64\usr\bin\bash -lc " "
37 %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
38 %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
Bin Mengc7072d12019-10-27 05:19:48 -070039 displayName: 'Update MSYS2'
40 - script: |
AKASHI Takahiroba212432022-02-09 19:10:39 +090041 %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm --needed -Sy make gcc bison flex diffutils openssl-devel libgnutls-devel libutil-linux-devel"
Bin Mengc7072d12019-10-27 05:19:48 -070042 displayName: 'Install Toolchain'
43 - script: |
Tom Riniea79bb72022-11-19 18:45:43 -050044 echo make tools-only_defconfig tools-only > build-tools.sh
Bin Meng8c655152020-07-28 02:06:42 -070045 %CD:~0,2%\msys64\usr\bin\bash -lc "bash build-tools.sh"
Bin Mengc7072d12019-10-27 05:19:48 -070046 displayName: 'Build Host Tools'
47 env:
48 # Tell MSYS2 we need a POSIX emulation layer
49 MSYSTEM: MSYS
50 # Tell MSYS2 not to ‘cd’ our startup directory to HOME
51 CHERE_INVOKING: yes
Bin Mengddaa6b12019-10-28 07:25:03 -070052
Tom Riniab1e85b2020-05-26 20:39:03 -040053 - job: tools_only_macOS
54 displayName: 'Ensure host tools build for macOS X'
55 pool:
56 vmImage: $(macos_vm)
57 steps:
AKASHI Takahiroba212432022-02-09 19:10:39 +090058 - script: brew install make ossp-uuid
Tom Riniab1e85b2020-05-26 20:39:03 -040059 displayName: Brew install dependencies
60 - script: |
Tom Riniea79bb72022-11-19 18:45:43 -050061 gmake tools-only_config tools-only \
Tom Riniab1e85b2020-05-26 20:39:03 -040062 HOSTCFLAGS="-I/usr/local/opt/openssl@1.1/include" \
63 HOSTLDFLAGS="-L/usr/local/opt/openssl@1.1/lib" \
64 -j$(sysctl -n hw.logicalcpu)
65 displayName: 'Perform tools-only build'
66
Tom Rini1cc7e4c2022-12-04 10:14:15 -050067 - job: check_for_new_CONFIG_symbols_outside_Kconfig
68 displayName: 'Check for new CONFIG symbols outside Kconfig'
Tom Rinibdfa3762021-12-14 13:36:41 -050069 pool:
70 vmImage: $(ubuntu_vm)
71 container:
72 image: $(ci_runner_image)
73 options: $(container_option)
74 steps:
Tom Rini1cc7e4c2022-12-04 10:14:15 -050075 # If grep succeeds and finds a match the test fails as we should
76 # have no matches.
77 - script: git grep -E '^#[[:blank:]]*(define|undef)[[:blank:]]*CONFIG_'
Tom Rini8f7345c2023-01-10 11:19:46 -050078 :^doc/ :^arch/arm/dts/ :^scripts/kconfig/lkc.h
Sumit Garg8d814682024-02-22 15:05:57 +053079 :^include/linux/kconfig.h :^tools/ :^dts/upstream/ &&
80 exit 1 || exit 0
Tom Rinibdfa3762021-12-14 13:36:41 -050081
Heinrich Schuchardt54de2412023-01-12 20:30:58 +010082 - job: docs
83 displayName: 'Build documentation'
Heinrich Schuchardtfbf2bf92020-02-21 18:24:02 +010084 pool:
85 vmImage: $(ubuntu_vm)
86 container:
87 image: $(ci_runner_image)
88 options: $(container_option)
89 steps:
Heinrich Schuchardt846abe42021-01-25 22:06:25 +010090 - script: |
91 virtualenv -p /usr/bin/python3 /tmp/venvhtml
92 . /tmp/venvhtml/bin/activate
93 pip install -r doc/sphinx/requirements.txt
Heinrich Schuchardt2e0c8e62023-05-02 05:04:11 +020094 make htmldocs KDOC_WERROR=1
Heinrich Schuchardt54de2412023-01-12 20:30:58 +010095 make infodocs
Heinrich Schuchardtfbf2bf92020-02-21 18:24:02 +010096
Bin Mengddaa6b12019-10-28 07:25:03 -070097 - job: maintainers
98 displayName: 'Ensure all configs have MAINTAINERS entries'
99 pool:
100 vmImage: $(ubuntu_vm)
101 container:
102 image: $(ci_runner_image)
103 options: $(container_option)
104 steps:
105 - script: |
Tom Rinica00ac62023-10-23 11:37:47 -0400106 ./tools/buildman/buildman --maintainer-check
Bin Mengddaa6b12019-10-28 07:25:03 -0700107
108 - job: tools_only
Tom Rini8244f002023-08-20 13:31:28 -0400109 displayName: 'Ensure host tools and env tools build'
Bin Mengddaa6b12019-10-28 07:25:03 -0700110 pool:
111 vmImage: $(ubuntu_vm)
112 container:
113 image: $(ci_runner_image)
114 options: $(container_option)
115 steps:
116 - script: |
117 make tools-only_config tools-only -j$(nproc)
Tom Rini8244f002023-08-20 13:31:28 -0400118 make mrproper
Bin Mengddaa6b12019-10-28 07:25:03 -0700119 make tools-only_config envtools -j$(nproc)
120
121 - job: utils
Tom Rini0b3e0c42020-03-11 18:11:15 -0400122 displayName: 'Run binman, buildman, dtoc, Kconfig and patman testsuites'
Bin Mengddaa6b12019-10-28 07:25:03 -0700123 pool:
124 vmImage: $(ubuntu_vm)
125 steps:
126 - script: |
Tom Rinid1ed4462022-08-09 21:08:54 -0400127 cat << "EOF" > build.sh
128 cd $(work_dir)
Bin Mengddaa6b12019-10-28 07:25:03 -0700129 git config --global user.name "Azure Pipelines"
130 git config --global user.email bmeng.cn@gmail.com
Tom Rinid1ed4462022-08-09 21:08:54 -0400131 git config --global --add safe.directory $(work_dir)
Bin Mengddaa6b12019-10-28 07:25:03 -0700132 export USER=azure
Tom Rini6c883102020-02-11 12:41:14 -0500133 virtualenv -p /usr/bin/python3 /tmp/venv
Bin Mengddaa6b12019-10-28 07:25:03 -0700134 . /tmp/venv/bin/activate
Tom Rini70c66dd2021-02-26 07:52:29 -0500135 pip install -r test/py/requirements.txt
Tom Rini95f1c6cb2023-07-22 00:14:46 +0530136 pip install -r tools/buildman/requirements.txt
Tom Rini08086922023-08-10 12:52:24 -0400137 export UBOOT_TRAVIS_BUILD_DIR=/tmp/tools-only
Bin Mengddaa6b12019-10-28 07:25:03 -0700138 export PYTHONPATH=${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc/pylibfdt
139 export PATH=${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc:${PATH}
Tom Rini08086922023-08-10 12:52:24 -0400140 ./tools/buildman/buildman -T0 -o ${UBOOT_TRAVIS_BUILD_DIR} -w --board tools-only
Tom Rinid1ed4462022-08-09 21:08:54 -0400141 set -ex
Bin Mengddaa6b12019-10-28 07:25:03 -0700142 ./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools test
143 ./tools/buildman/buildman -t
144 ./tools/dtoc/dtoc -t
Simon Glass109e84e2020-07-05 21:41:55 -0600145 ./tools/patman/patman test
Tom Rini0b3e0c42020-03-11 18:11:15 -0400146 make O=${UBOOT_TRAVIS_BUILD_DIR} testconfig
Bin Mengddaa6b12019-10-28 07:25:03 -0700147 EOF
148 cat build.sh
149 # We cannot use "container" like other jobs above, as buildman
150 # seems to hang forever with pre-configured "container" environment
151 docker run -v $PWD:$(work_dir) $(ci_runner_image) /bin/bash $(work_dir)/build.sh
152
Simon Glassf6903262022-02-11 13:23:26 -0700153 - job: pylint
154 displayName: Check for any pylint regressions
155 pool:
156 vmImage: $(ubuntu_vm)
157 container:
158 image: $(ci_runner_image)
159 options: $(container_option)
160 steps:
161 - script: |
Tom Rinid1ed4462022-08-09 21:08:54 -0400162 git config --global --add safe.directory $(work_dir)
Simon Glassf6903262022-02-11 13:23:26 -0700163 export USER=azure
164 pip install -r test/py/requirements.txt
Tom Rini95f1c6cb2023-07-22 00:14:46 +0530165 pip install -r tools/buildman/requirements.txt
Tom Rini090ff812022-03-25 08:19:09 -0400166 pip install asteval pylint==2.12.2 pyopenssl
Simon Glassf6903262022-02-11 13:23:26 -0700167 export PATH=${PATH}:~/.local/bin
168 echo "[MASTER]" >> .pylintrc
169 echo "load-plugins=pylint.extensions.docparams" >> .pylintrc
Tom Rini08086922023-08-10 12:52:24 -0400170 export UBOOT_TRAVIS_BUILD_DIR=/tmp/tools-only
171 ./tools/buildman/buildman -T0 -o ${UBOOT_TRAVIS_BUILD_DIR} -w --board tools-only
Tom Rinid1ed4462022-08-09 21:08:54 -0400172 set -ex
Simon Glassf6903262022-02-11 13:23:26 -0700173 pylint --version
174 export PYTHONPATH=${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc/pylibfdt
175 make pylint_err
176
Simon Glassf96763a2023-02-13 08:56:39 -0700177 - job: check_for_pre_schema_tags
178 displayName: 'Check for pre-schema driver model tags'
179 pool:
180 vmImage: $(ubuntu_vm)
181 container:
182 image: $(ci_runner_image)
183 options: $(container_option)
184 steps:
185 # If grep succeeds and finds a match the test fails as we should
186 # have no matches.
187 - script: git grep u-boot,dm- -- '*.dts*' && exit 1 || exit 0
188
Simon Glass5dd13b92023-02-23 18:18:24 -0700189 - job: check_packing_of_python_tools
190 displayName: 'Check we can package the Python tools'
191 pool:
192 vmImage: $(ubuntu_vm)
193 container:
194 image: $(ci_runner_image)
195 options: $(container_option)
196 steps:
197 - script: make pip
198
Tom Rini63c0ce82023-09-01 16:41:41 -0400199 - job: create_test_py_wrapper_script
200 displayName: 'Create and stage a wrapper for test.py runs'
201 pool:
202 vmImage: $(ubuntu_vm)
203 steps:
204 - checkout: none
205 - script: |
206 cat << EOF > test.sh
207 #!/bin/bash
208 set -ex
209 # the below corresponds to .gitlab-ci.yml "before_script"
210 cd \${WORK_DIR}
211 git config --global --add safe.directory \${WORK_DIR}
212 git clone --depth=1 https://source.denx.de/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks
213 ln -s travis-ci /tmp/uboot-test-hooks/bin/\`hostname\`
214 ln -s travis-ci /tmp/uboot-test-hooks/py/\`hostname\`
215 grub-mkimage --prefix=\"\" -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
216 grub-mkimage --prefix=\"\" -o ~/grub_x64.efi -O x86_64-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
217 if [[ "\${TEST_PY_BD}" == "qemu-riscv32_spl" ]]; then
Heinrich Schuchardt29999e42023-10-25 00:15:43 +0200218 wget -O - https://github.com/riscv-software-src/opensbi/releases/download/v1.3.1/opensbi-1.3.1-rv-bin.tar.xz | tar -C /tmp -xJ;
219 export OPENSBI=/tmp/opensbi-1.3.1-rv-bin/share/opensbi/ilp32/generic/firmware/fw_dynamic.bin;
Tom Rini63c0ce82023-09-01 16:41:41 -0400220 fi
221 if [[ "\${TEST_PY_BD}" == "qemu-riscv64_spl" ]] || [[ "\${TEST_PY_BD}" == "sifive_unleashed" ]]; then
Heinrich Schuchardt29999e42023-10-25 00:15:43 +0200222 wget -O - https://github.com/riscv-software-src/opensbi/releases/download/v1.3.1/opensbi-1.3.1-rv-bin.tar.xz | tar -C /tmp -xJ;
223 export OPENSBI=/tmp/opensbi-1.3.1-rv-bin/share/opensbi/lp64/generic/firmware/fw_dynamic.bin;
Tom Rini63c0ce82023-09-01 16:41:41 -0400224 fi
225 # the below corresponds to .gitlab-ci.yml "script"
226 cd \${WORK_DIR}
227 export UBOOT_TRAVIS_BUILD_DIR=/tmp/\${TEST_PY_BD}
228 if [ -n "\${BUILD_ENV}" ]; then
229 export \${BUILD_ENV};
230 fi
231 pip install -r tools/buildman/requirements.txt
232 tools/buildman/buildman -o \${UBOOT_TRAVIS_BUILD_DIR} -w -E -W -e --board \${TEST_PY_BD} \${OVERRIDE}
233 cp ~/grub_x86.efi \${UBOOT_TRAVIS_BUILD_DIR}/
234 cp ~/grub_x64.efi \${UBOOT_TRAVIS_BUILD_DIR}/
235 cp /opt/grub/grubriscv64.efi \${UBOOT_TRAVIS_BUILD_DIR}/grub_riscv64.efi
236 cp /opt/grub/grubaa64.efi \${UBOOT_TRAVIS_BUILD_DIR}/grub_arm64.efi
237 cp /opt/grub/grubarm.efi \${UBOOT_TRAVIS_BUILD_DIR}/grub_arm.efi
238 # create sdcard / spi-nor images for sifive unleashed using genimage
239 if [[ "\${TEST_PY_BD}" == "sifive_unleashed" ]]; then
240 mkdir -p root;
241 cp \${UBOOT_TRAVIS_BUILD_DIR}/spl/u-boot-spl.bin .;
242 cp \${UBOOT_TRAVIS_BUILD_DIR}/u-boot.itb .;
243 rm -rf tmp;
244 genimage --inputpath . --config board/sifive/unleashed/genimage_sdcard.cfg;
245 cp images/sdcard.img \${UBOOT_TRAVIS_BUILD_DIR}/;
246 rm -rf tmp;
247 genimage --inputpath . --config board/sifive/unleashed/genimage_spi-nor.cfg;
248 cp images/spi-nor.img \${UBOOT_TRAVIS_BUILD_DIR}/;
249 fi
250 if [[ "\${TEST_PY_BD}" == "coreboot" ]]; then
Tom Rinid0296f62024-02-13 09:39:27 -0500251 cp /opt/coreboot/coreboot.rom \${UBOOT_TRAVIS_BUILD_DIR}/coreboot.rom;
252 /opt/coreboot/cbfstool \${UBOOT_TRAVIS_BUILD_DIR}/coreboot.rom remove -n fallback/payload;
253 /opt/coreboot/cbfstool \${UBOOT_TRAVIS_BUILD_DIR}/coreboot.rom add-flat-binary -f \${UBOOT_TRAVIS_BUILD_DIR}/u-boot.bin -n fallback/payload -c LZMA -l 0x1110000 -e 0x1110000;
Tom Rini63c0ce82023-09-01 16:41:41 -0400254 fi
255 virtualenv -p /usr/bin/python3 /tmp/venv
256 . /tmp/venv/bin/activate
257 pip install -r test/py/requirements.txt
258 pip install pytest-azurepipelines
259 export PATH=/opt/qemu/bin:/tmp/uboot-test-hooks/bin:\${PATH}
260 export PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci
261 # "\${var:+"-k \$var"}" expands to "" if \$var is empty, "-k \$var" if not
262 ./test/py/test.py -ra -o cache_dir="\$UBOOT_TRAVIS_BUILD_DIR"/.pytest_cache --bd \${TEST_PY_BD} \${TEST_PY_ID} \${TEST_PY_TEST_SPEC:+"-k \${TEST_PY_TEST_SPEC}"} --build-dir "\$UBOOT_TRAVIS_BUILD_DIR" --report-dir "\$UBOOT_TRAVIS_BUILD_DIR"
263 # the below corresponds to .gitlab-ci.yml "after_script"
264 rm -rf /tmp/uboot-test-hooks /tmp/venv
265 EOF
266 - task: CopyFiles@2
267 displayName: 'Copy test.sh for later usage'
268 inputs:
269 contents: 'test.sh'
270 targetFolder: '$(Build.ArtifactStagingDirectory)'
271 - publish: '$(Build.ArtifactStagingDirectory)/test.sh'
272 displayName: 'Publish test.sh'
273 artifact: testsh
274
Tom Rinic28b7152023-09-01 16:41:42 -0400275- stage: test_py_sandbox
Tom Rini4c268a62022-01-11 19:14:28 -0500276 jobs:
Tom Rinic28b7152023-09-01 16:41:42 -0400277 - job: test_py_sandbox
278 displayName: 'test.py for sandbox'
Bin Mengddaa6b12019-10-28 07:25:03 -0700279 pool:
280 vmImage: $(ubuntu_vm)
281 strategy:
282 matrix:
283 sandbox:
284 TEST_PY_BD: "sandbox"
Tom Rini8b3107a2023-08-20 13:31:27 -0400285 sandbox_asan:
286 TEST_PY_BD: "sandbox"
287 OVERRIDE: "-a ASAN"
288 TEST_PY_TEST_SPEC: "version"
Tom Rini99a1bb32019-11-06 19:30:47 -0500289 sandbox_clang:
290 TEST_PY_BD: "sandbox"
Tom Rinie752a3a2024-03-10 15:59:28 -0400291 OVERRIDE: "-O clang-17"
Tom Rini8b3107a2023-08-20 13:31:27 -0400292 sandbox_clang_asan:
293 TEST_PY_BD: "sandbox"
Tom Rinie752a3a2024-03-10 15:59:28 -0400294 OVERRIDE: "-O clang-17 -a ASAN"
Tom Rini8b3107a2023-08-20 13:31:27 -0400295 TEST_PY_TEST_SPEC: "version"
Tom Rini8d088b62023-09-01 16:41:43 -0400296 sandbox64:
297 TEST_PY_BD: "sandbox64"
298 sandbox64_clang:
299 TEST_PY_BD: "sandbox64"
Tom Rinie752a3a2024-03-10 15:59:28 -0400300 OVERRIDE: "-O clang-17"
Bin Mengddaa6b12019-10-28 07:25:03 -0700301 sandbox_spl:
302 TEST_PY_BD: "sandbox_spl"
Simon Glass36a69e12020-10-25 20:38:36 -0600303 TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
Simon Glassa2a4eea2022-04-30 00:56:57 -0600304 sandbox_vpl:
305 TEST_PY_BD: "sandbox_vpl"
Simon Glass4e5e7f42023-04-02 14:01:26 +1200306 TEST_PY_TEST_SPEC: "vpl or test_spl"
Simon Glass492f0b02021-03-15 17:25:34 +1300307 sandbox_noinst:
308 TEST_PY_BD: "sandbox_noinst"
309 TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
Sean Andersonf65dcc02023-10-14 16:47:59 -0400310 sandbox_noinst_load_fit_full:
311 TEST_PY_BD: "sandbox_noinst"
312 TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
313 OVERRIDE: "-a CONFIG_SPL_LOAD_FIT_FULL=y"
Bin Mengddaa6b12019-10-28 07:25:03 -0700314 sandbox_flattree:
315 TEST_PY_BD: "sandbox_flattree"
Simon Glassc2f01902023-01-15 14:16:00 -0700316 sandbox_trace:
317 TEST_PY_BD: "sandbox"
318 BUILD_ENV: "FTRACE=1 NO_LTO=1"
319 TEST_PY_TEST_SPEC: "trace"
Sughosh Ganu0c3783e2023-08-22 23:10:02 +0530320 OVERRIDE: "-a CONFIG_TRACE=y -a CONFIG_TRACE_EARLY=y -a CONFIG_TRACE_EARLY_SIZE=0x01000000 -a CONFIG_TRACE_BUFFER_SIZE=0x02000000"
Tom Rinic28b7152023-09-01 16:41:42 -0400321 steps:
322 - download: current
323 artifact: testsh
324 - script: |
325 # make current directory writeable to uboot user inside the container
326 # as sandbox testing need create files like spi flash images, etc.
327 # (TODO: clean up this in the future)
328 chmod 777 .
329 chmod 755 $(Pipeline.Workspace)/testsh/test.sh
330 # Filesystem tests need extra docker args to run
331 set --
332 # mount -o loop needs the loop devices
333 if modprobe loop; then
334 for d in $(find /dev -maxdepth 1 -name 'loop*'); do
335 set -- "$@" --device $d:$d
336 done
337 fi
338 # Needed for mount syscall (for guestmount as well)
339 set -- "$@" --cap-add SYS_ADMIN
340 # Default apparmor profile denies mounts
341 set -- "$@" --security-opt apparmor=unconfined
342 # Some tests using libguestfs-tools need the fuse device to run
343 docker run "$@" --device /dev/fuse:/dev/fuse \
344 -v $PWD:$(work_dir) \
345 -v $(Pipeline.Workspace):$(Pipeline.Workspace) \
346 -e WORK_DIR="${WORK_DIR}" \
347 -e TEST_PY_BD="${TEST_PY_BD}" \
348 -e TEST_PY_ID="${TEST_PY_ID}" \
349 -e TEST_PY_TEST_SPEC="${TEST_PY_TEST_SPEC}" \
350 -e OVERRIDE="${OVERRIDE}" \
351 -e BUILD_ENV="${BUILD_ENV}" $(ci_runner_image) \
352 $(Pipeline.Workspace)/testsh/test.sh
353
354- stage: test_py_qemu
355 jobs:
356 - job: test_py_qemu
357 displayName: 'test.py for QEMU platforms'
358 pool:
359 vmImage: $(ubuntu_vm)
360 strategy:
361 matrix:
Simon Glass13e1fa02022-01-21 10:23:01 -0700362 coreboot:
363 TEST_PY_BD: "coreboot"
364 TEST_PY_ID: "--id qemu"
365 TEST_PY_TEST_SPEC: "not sleep"
Bin Mengddaa6b12019-10-28 07:25:03 -0700366 evb_ast2500:
367 TEST_PY_BD: "evb-ast2500"
368 TEST_PY_ID: "--id qemu"
Joel Stanley3f21e1b2022-06-29 16:35:25 +0930369 evb_ast2600:
370 TEST_PY_BD: "evb-ast2600"
371 TEST_PY_ID: "--id qemu"
Kristian Amlie8f8a2992021-09-07 08:37:51 +0200372 vexpress_ca9x4:
373 TEST_PY_BD: "vexpress_ca9x4"
374 TEST_PY_ID: "--id qemu"
Bin Mengddaa6b12019-10-28 07:25:03 -0700375 integratorcp_cm926ejs:
376 TEST_PY_BD: "integratorcp_cm926ejs"
377 TEST_PY_ID: "--id qemu"
378 TEST_PY_TEST_SPEC: "not sleep"
Bin Mengddaa6b12019-10-28 07:25:03 -0700379 qemu_arm:
380 TEST_PY_BD: "qemu_arm"
381 TEST_PY_TEST_SPEC: "not sleep"
Bin Mengddaa6b12019-10-28 07:25:03 -0700382 qemu_arm64:
383 TEST_PY_BD: "qemu_arm64"
384 TEST_PY_TEST_SPEC: "not sleep"
Marek Vasut07240eb2023-03-23 01:22:41 +0100385 qemu_m68k:
386 TEST_PY_BD: "M5208EVBE"
387 TEST_PY_ID: "--id qemu"
388 TEST_PY_TEST_SPEC: "not sleep and not efi"
389 OVERRIDE: "-a CONFIG_M68K_QEMU=y -a ~CONFIG_MCFTMR"
Daniel Schwierzeck879bc742020-06-06 22:21:47 +0200390 qemu_malta:
391 TEST_PY_BD: "malta"
392 TEST_PY_ID: "--id qemu"
393 TEST_PY_TEST_SPEC: "not sleep and not efi"
394 qemu_maltael:
395 TEST_PY_BD: "maltael"
396 TEST_PY_ID: "--id qemu"
397 TEST_PY_TEST_SPEC: "not sleep and not efi"
398 qemu_malta64:
399 TEST_PY_BD: "malta64"
400 TEST_PY_ID: "--id qemu"
401 TEST_PY_TEST_SPEC: "not sleep and not efi"
402 qemu_malta64el:
403 TEST_PY_BD: "malta64el"
404 TEST_PY_ID: "--id qemu"
405 TEST_PY_TEST_SPEC: "not sleep and not efi"
Bin Mengddaa6b12019-10-28 07:25:03 -0700406 qemu_ppce500:
407 TEST_PY_BD: "qemu-ppce500"
408 TEST_PY_TEST_SPEC: "not sleep"
Bin Mengaeb3ea42020-03-28 07:25:27 -0700409 qemu_riscv32:
410 TEST_PY_BD: "qemu-riscv32"
411 TEST_PY_TEST_SPEC: "not sleep"
Bin Mengddaa6b12019-10-28 07:25:03 -0700412 qemu_riscv64:
413 TEST_PY_BD: "qemu-riscv64"
414 TEST_PY_TEST_SPEC: "not sleep"
Bin Mengb68d9d62020-03-28 07:25:29 -0700415 qemu_riscv32_spl:
416 TEST_PY_BD: "qemu-riscv32_spl"
417 TEST_PY_TEST_SPEC: "not sleep"
Bin Mengb68d9d62020-03-28 07:25:29 -0700418 qemu_riscv64_spl:
419 TEST_PY_BD: "qemu-riscv64_spl"
420 TEST_PY_TEST_SPEC: "not sleep"
Bin Mengddaa6b12019-10-28 07:25:03 -0700421 qemu_x86:
422 TEST_PY_BD: "qemu-x86"
423 TEST_PY_TEST_SPEC: "not sleep"
Bin Mengddaa6b12019-10-28 07:25:03 -0700424 qemu_x86_64:
425 TEST_PY_BD: "qemu-x86_64"
426 TEST_PY_TEST_SPEC: "not sleep"
Marek Vasutfc5a9d72020-09-14 21:55:58 +0200427 r2dplus_i82557c:
428 TEST_PY_BD: "r2dplus"
429 TEST_PY_ID: "--id i82557c_qemu"
430 r2dplus_pcnet:
431 TEST_PY_BD: "r2dplus"
432 TEST_PY_ID: "--id pcnet_qemu"
433 r2dplus_rtl8139:
434 TEST_PY_BD: "r2dplus"
435 TEST_PY_ID: "--id rtl8139_qemu"
436 r2dplus_tulip:
437 TEST_PY_BD: "r2dplus"
438 TEST_PY_ID: "--id tulip_qemu"
Bin Meng0ae41062021-08-26 23:33:35 +0800439 sifive_unleashed_sdcard:
440 TEST_PY_BD: "sifive_unleashed"
441 TEST_PY_ID: "--id sdcard_qemu"
442 sifive_unleashed_spi-nor:
443 TEST_PY_BD: "sifive_unleashed"
444 TEST_PY_ID: "--id spi-nor_qemu"
Michal Simekf8834fd2020-02-13 15:03:29 +0100445 xilinx_zynq_virt:
446 TEST_PY_BD: "xilinx_zynq_virt"
Bin Mengddaa6b12019-10-28 07:25:03 -0700447 TEST_PY_ID: "--id qemu"
448 TEST_PY_TEST_SPEC: "not sleep"
Bin Mengddaa6b12019-10-28 07:25:03 -0700449 xilinx_versal_virt:
450 TEST_PY_BD: "xilinx_versal_virt"
451 TEST_PY_ID: "--id qemu"
452 TEST_PY_TEST_SPEC: "not sleep"
Bin Mengddaa6b12019-10-28 07:25:03 -0700453 xtfpga:
454 TEST_PY_BD: "xtfpga"
455 TEST_PY_ID: "--id qemu"
456 TEST_PY_TEST_SPEC: "not sleep"
Bin Mengddaa6b12019-10-28 07:25:03 -0700457 steps:
Tom Rini63c0ce82023-09-01 16:41:41 -0400458 - download: current
459 artifact: testsh
Bin Mengddaa6b12019-10-28 07:25:03 -0700460 - script: |
Bin Mengddaa6b12019-10-28 07:25:03 -0700461 # make current directory writeable to uboot user inside the container
462 # as sandbox testing need create files like spi flash images, etc.
463 # (TODO: clean up this in the future)
464 chmod 777 .
Tom Rini63c0ce82023-09-01 16:41:41 -0400465 chmod 755 $(Pipeline.Workspace)/testsh/test.sh
Alper Nebi Yasak6fb91f62021-06-21 21:51:55 +0300466 # Some tests using libguestfs-tools need the fuse device to run
Tom Rini63c0ce82023-09-01 16:41:41 -0400467 docker run "$@" --device /dev/fuse:/dev/fuse \
468 -v $PWD:$(work_dir) \
469 -v $(Pipeline.Workspace):$(Pipeline.Workspace) \
470 -e WORK_DIR="${WORK_DIR}" \
471 -e TEST_PY_BD="${TEST_PY_BD}" \
472 -e TEST_PY_ID="${TEST_PY_ID}" \
473 -e TEST_PY_TEST_SPEC="${TEST_PY_TEST_SPEC}" \
474 -e OVERRIDE="${OVERRIDE}" \
475 -e BUILD_ENV="${BUILD_ENV}" $(ci_runner_image) \
476 $(Pipeline.Workspace)/testsh/test.sh
Tom Rini6acc0192023-07-11 22:33:03 -0400477 retryCountOnTaskFailure: 2 # QEMU may be too slow, etc.
Bin Mengddaa6b12019-10-28 07:25:03 -0700478
Tom Rini4c268a62022-01-11 19:14:28 -0500479- stage: world_build
480 jobs:
Bin Mengddaa6b12019-10-28 07:25:03 -0700481 - job: build_the_world
Tom Rini88a33972023-08-20 13:31:26 -0400482 timeoutInMinutes: 0 # Use the maximum allowed
Bin Mengddaa6b12019-10-28 07:25:03 -0700483 displayName: 'Build the World'
484 pool:
485 vmImage: $(ubuntu_vm)
486 strategy:
Tom Rini1e844e62024-06-18 08:18:47 -0600487 # We split the world up in to 10 jobs as we can have at most 10
488 # parallel jobs going on the free tier of Azure.
Bin Mengddaa6b12019-10-28 07:25:03 -0700489 matrix:
Tom Rinied968dc2024-06-18 08:18:50 -0600490 am33xx_kirkwood_ls1_mvebu_omap:
491 BUILDMAN: $(am33xx_kirkwood_ls1_mvebu_omap)
Tom Rini8b3107a2023-08-20 13:31:27 -0400492 amlogic_bcm_boundary_engicam_siemens_technexion_oradex:
Tom Rini3c2b2352024-06-18 08:18:48 -0600493 BUILDMAN: $(amlogic_bcm_boundary_engicam_siemens_technexion_oradex)
Tom Rinied968dc2024-06-18 08:18:50 -0600494 arm_nxp_minus_imx_and_at91:
495 BUILDMAN: $(arm_nxp_minus_imx_and_at91)
Bin Mengddaa6b12019-10-28 07:25:03 -0700496 imx:
Tom Rini3c2b2352024-06-18 08:18:48 -0600497 BUILDMAN: $(imx)
Tom Rini8b3107a2023-08-20 13:31:27 -0400498 rk:
Tom Rini3c2b2352024-06-18 08:18:48 -0600499 BUILDMAN: $(rk)
Tom Rini8b3107a2023-08-20 13:31:27 -0400500 sunxi:
Tom Rini3c2b2352024-06-18 08:18:48 -0600501 BUILDMAN: $(sunxi)
Tom Rinifdb677d2022-08-09 21:08:52 -0400502 powerpc:
Tom Rini3c2b2352024-06-18 08:18:48 -0600503 BUILDMAN: $(powerpc)
Tom Rini8b3107a2023-08-20 13:31:27 -0400504 arm_catch_all:
Tom Rini3c2b2352024-06-18 08:18:48 -0600505 BUILDMAN: $(arm_catch_all)
Bin Mengddaa6b12019-10-28 07:25:03 -0700506 aarch64_catch_all:
Tom Rini3c2b2352024-06-18 08:18:48 -0600507 BUILDMAN: $(aarch64_catch_all)
Tom Rini8b3107a2023-08-20 13:31:27 -0400508 everything_but_arm_and_powerpc:
Tom Rini3c2b2352024-06-18 08:18:48 -0600509 BUILDMAN: $(everything_but_arm_and_powerpc)
Bin Mengddaa6b12019-10-28 07:25:03 -0700510 steps:
511 - script: |
512 cat << EOF > build.sh
513 set -ex
514 cd ${WORK_DIR}
515 # make environment variables available as tests are running inside a container
516 export BUILDMAN="${BUILDMAN}"
Tom Rinie0f979b2022-11-21 12:52:40 -0500517 git config --global --add safe.directory ${WORK_DIR}
Tom Rini95f1c6cb2023-07-22 00:14:46 +0530518 pip install -r tools/buildman/requirements.txt
Bin Mengddaa6b12019-10-28 07:25:03 -0700519 EOF
520 cat << "EOF" >> build.sh
521 if [[ "${BUILDMAN}" != "" ]]; then
522 ret=0;
Tom Rini93ebd462022-11-09 19:14:53 -0700523 tools/buildman/buildman -o /tmp -PEWM ${BUILDMAN} ${OVERRIDE} || ret=$?;
Simon Glassda499352020-03-18 09:42:57 -0600524 if [[ $ret -ne 0 ]]; then
Simon Glassad8eaed2020-03-18 09:42:53 -0600525 tools/buildman/buildman -o /tmp -seP ${BUILDMAN};
Bin Mengddaa6b12019-10-28 07:25:03 -0700526 exit $ret;
527 fi;
528 fi
529 EOF
530 cat build.sh
531 docker run -v $PWD:$(work_dir) $(ci_runner_image) /bin/bash $(work_dir)/build.sh