1 # Currently we have two build stages after our containers are built:
2 # - build (for traditional build and test or first stage build)
3 # - test (for test stages, using build artefacts from a build stage)
11 - local: '/.gitlab-ci.d/edk2.yml'
12 - local: '/.gitlab-ci.d/opensbi.yml'
13 - local: '/.gitlab-ci.d/containers.yml'
14 - local: '/.gitlab-ci.d/crossbuilds.yml'
16 .native_build_job_template: &native_build_job_definition
18 image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest
20 - JOBS=$(expr $(nproc) + 1)
21 - sed -i s,git.qemu.org/git,gitlab.com/qemu-project, .gitmodules
25 - if test -n "$TARGETS";
27 ../configure --enable-werror $CONFIGURE_ARGS --target-list="$TARGETS" ;
29 ../configure --enable-werror $CONFIGURE_ARGS ;
30 fi || { cat config.log meson-logs/meson-log.txt && exit 1; }
32 - if test -n "$MAKE_CHECK_ARGS";
34 make -j"$JOBS" $MAKE_CHECK_ARGS ;
37 .native_test_job_template: &native_test_job_definition
39 image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest
42 - find . -type f -exec touch {} +
43 - make $MAKE_CHECK_ARGS
45 .acceptance_template: &acceptance_definition
47 key: "${CI_JOB_NAME}-cache"
49 - ${CI_PROJECT_DIR}/avocado-cache
53 - build/tests/results/latest/results.xml
55 junit: build/tests/results/latest/results.xml
57 - mkdir -p ~/.config/avocado
58 - echo "[datadir.paths]" > ~/.config/avocado/avocado.conf
59 - echo "cache_dirs = ['${CI_PROJECT_DIR}/avocado-cache']"
60 >> ~/.config/avocado/avocado.conf
61 - if [ -d ${CI_PROJECT_DIR}/avocado-cache ]; then
62 du -chs ${CI_PROJECT_DIR}/avocado-cache ;
64 - export AVOCADO_ALLOW_UNTRUSTED_CODE=1
67 - python3 -c 'import json; r = json.load(open("tests/results/latest/results.json")); [print(t["logfile"]) for t in r["tests"] if t["status"] not in ("PASS", "SKIP", "CANCEL")]' | xargs cat
68 - du -chs ${CI_PROJECT_DIR}/avocado-cache
71 <<: *native_build_job_definition
74 TARGETS: aarch64-softmmu alpha-softmmu cris-softmmu hppa-softmmu
75 moxie-softmmu microblazeel-softmmu mips64el-softmmu
76 MAKE_CHECK_ARGS: check-build
77 CONFIGURE_ARGS: --enable-docs
84 <<: *native_test_job_definition
86 - job: build-system-ubuntu
90 MAKE_CHECK_ARGS: check
92 acceptance-system-ubuntu:
93 <<: *native_test_job_definition
95 - job: build-system-ubuntu
99 MAKE_CHECK_ARGS: check-acceptance
100 <<: *acceptance_definition
103 <<: *native_build_job_definition
106 TARGETS: arm-softmmu avr-softmmu i386-softmmu mipsel-softmmu
107 riscv64-softmmu sh4eb-softmmu sparc-softmmu xtensaeb-softmmu
108 MAKE_CHECK_ARGS: check-build
109 CONFIGURE_ARGS: --enable-docs
116 <<: *native_test_job_definition
118 - job: build-system-debian
122 MAKE_CHECK_ARGS: check
124 acceptance-system-debian:
125 <<: *native_test_job_definition
127 - job: build-system-debian
131 MAKE_CHECK_ARGS: check-acceptance
132 <<: *acceptance_definition
135 <<: *native_build_job_definition
138 CONFIGURE_ARGS: --disable-gcrypt --enable-nettle --enable-docs
139 TARGETS: tricore-softmmu microblaze-softmmu mips-softmmu
140 xtensa-softmmu m68k-softmmu riscv32-softmmu ppc-softmmu sparc64-softmmu
141 MAKE_CHECK_ARGS: check-build
148 <<: *native_test_job_definition
150 - job: build-system-fedora
154 MAKE_CHECK_ARGS: check
156 acceptance-system-fedora:
157 <<: *native_test_job_definition
159 - job: build-system-fedora
163 MAKE_CHECK_ARGS: check-acceptance
164 <<: *acceptance_definition
167 <<: *native_build_job_definition
170 CONFIGURE_ARGS: --disable-nettle --enable-gcrypt
171 TARGETS: ppc64-softmmu or1k-softmmu s390x-softmmu
172 x86_64-softmmu rx-softmmu sh4-softmmu nios2-softmmu
173 MAKE_CHECK_ARGS: check-build
180 <<: *native_test_job_definition
182 - job: build-system-centos
186 MAKE_CHECK_ARGS: check
188 acceptance-system-centos:
189 <<: *native_test_job_definition
191 - job: build-system-centos
195 MAKE_CHECK_ARGS: check-acceptance
196 <<: *acceptance_definition
199 <<: *native_build_job_definition
202 CONFIGURE_ARGS: --disable-attr --disable-avx2 --disable-bochs
203 --disable-brlapi --disable-bzip2 --disable-cap-ng --disable-capstone
204 --disable-cloop --disable-coroutine-pool --disable-curl --disable-curses
205 --disable-dmg --disable-docs --disable-glusterfs --disable-gnutls
206 --disable-gtk --disable-guest-agent --disable-iconv --disable-kvm
207 --disable-libiscsi --disable-libpmem --disable-libssh --disable-libusb
208 --disable-libxml2 --disable-linux-aio --disable-live-block-migration
209 --disable-lzo --disable-malloc-trim --disable-mpath --disable-nettle
210 --disable-numa --disable-parallels --disable-pie --disable-qcow1
211 --disable-qed --disable-qom-cast-debug --disable-rbd --disable-rdma
212 --disable-replication --disable-sdl --disable-seccomp --disable-sheepdog
213 --disable-slirp --disable-smartcard --disable-snappy --disable-spice
214 --disable-strip --disable-tpm --disable-usb-redir --disable-vdi
215 --disable-vhost-crypto --disable-vhost-net --disable-vhost-scsi
216 --disable-vhost-user --disable-vhost-vdpa --disable-vhost-vsock
217 --disable-virglrenderer --disable-vnc --disable-vte --disable-vvfat
218 --disable-xen --disable-zstd
219 TARGETS: arm-softmmu i386-softmmu ppc64-softmmu mips64-softmmu
220 s390x-softmmu i386-linux-user
221 MAKE_CHECK_ARGS: check-qtest SPEED=slow
224 <<: *native_build_job_definition
230 - ../configure --disable-tcg --audio-drv-list="" || { cat config.log meson-logs/meson-log.txt && exit 1; }
233 - make check-qapi-schema
234 - cd tests/qemu-iotests/
235 - ./check -raw 001 002 003 004 005 008 009 010 011 012 021 025 032 033 048
236 052 063 077 086 101 104 106 113 148 150 151 152 157 159 160 163
237 170 171 183 184 192 194 197 208 215 221 222 226 227 236 253 277
238 - ./check -qcow2 028 051 056 057 058 065 068 082 085 091 095 096 102 122
239 124 132 139 142 144 145 151 152 155 157 165 194 196 197 200 202
240 208 209 215 216 218 222 227 234 246 247 248 250 254 255 257 258
241 260 261 262 263 264 270 272 273 277 279
244 <<: *native_build_job_definition
246 IMAGE: debian-all-test-cross
247 CONFIGURE_ARGS: --disable-tools --disable-system
248 MAKE_CHECK_ARGS: check-tcg
250 # Run check-tcg against linux-user (with plugins)
251 # we skip sparc64-linux-user until it has been fixed somewhat
252 # we skip cris-linux-user as it doesn't use the common run loop
254 <<: *native_build_job_definition
256 IMAGE: debian-all-test-cross
257 CONFIGURE_ARGS: --disable-tools --disable-system --enable-plugins --enable-debug-tcg --target-list-exclude=sparc64-linux-user,cris-linux-user
258 MAKE_CHECK_ARGS: check-tcg
262 <<: *native_build_job_definition
265 CONFIGURE_ARGS: --cc=clang --cxx=clang++
266 TARGETS: alpha-softmmu arm-softmmu m68k-softmmu mips64-softmmu
267 ppc-softmmu s390x-softmmu arm-linux-user
268 MAKE_CHECK_ARGS: check
270 # These targets are on the way out
272 <<: *native_build_job_definition
274 IMAGE: debian-all-test-cross
275 CONFIGURE_ARGS: --disable-docs --disable-tools
276 MAKE_CHECK_ARGS: build-tcg
277 TARGETS: ppc64abi32-linux-user tilegx-linux-user lm32-softmmu
284 # We split the check-tcg step as test failures are expected but we still
285 # want to catch the build breaking.
287 <<: *native_test_job_definition
289 - job: build-deprecated
292 IMAGE: debian-all-test-cross
293 MAKE_CHECK_ARGS: check-tcg
297 <<: *native_build_job_definition
301 - mkdir build-oss-fuzz
302 - CC="clang" CXX="clang++" CFLAGS="-fsanitize=address"
303 ./scripts/oss-fuzz/build.sh
304 - export ASAN_OPTIONS="fast_unwind_on_malloc=0"
305 - for fuzzer in $(find ./build-oss-fuzz/DEST_DIR/ -executable -type f
307 grep "LLVMFuzzerTestOneInput" ${fuzzer} > /dev/null 2>&1 || continue ;
308 echo Testing ${fuzzer} ... ;
309 "${fuzzer}" -runs=1 -seed=1 || exit 1 ;
311 # Unrelated to fuzzer: run some tests with -fsanitize=address
312 - cd build-oss-fuzz && make check-qtest-i386 check-unit
315 <<: *native_build_job_definition
319 - TARGETS="aarch64 alpha arm hppa m68k microblaze moxie ppc64 s390x x86_64"
322 - ../configure --enable-tcg-interpreter
323 --target-list="$(for tg in $TARGETS; do echo -n ${tg}'-softmmu '; done)" || { cat config.log meson-logs/meson-log.txt && exit 1; }
325 - make run-tcg-tests-x86_64-softmmu
326 - make tests/qtest/boot-serial-test tests/qtest/cdrom-test tests/qtest/pxe-test
327 - for tg in $TARGETS ; do
328 export QTEST_QEMU_BINARY="./qemu-system-${tg}" ;
329 ./tests/qtest/boot-serial-test || exit 1 ;
330 ./tests/qtest/cdrom-test || exit 1 ;
332 - QTEST_QEMU_BINARY="./qemu-system-x86_64" ./tests/qtest/pxe-test
333 - QTEST_QEMU_BINARY="./qemu-system-s390x" ./tests/qtest/pxe-test -m slow
335 # Most jobs test latest gcrypt or nettle builds
337 # These jobs test old gcrypt and nettle from RHEL7
338 # which had some API differences.
339 build-crypto-old-nettle:
340 <<: *native_build_job_definition
343 TARGETS: x86_64-softmmu x86_64-linux-user
344 CONFIGURE_ARGS: --disable-gcrypt --enable-nettle
345 MAKE_CHECK_ARGS: check-build
350 check-crypto-old-nettle:
351 <<: *native_test_job_definition
353 - job: build-crypto-old-nettle
357 MAKE_CHECK_ARGS: check
360 build-crypto-old-gcrypt:
361 <<: *native_build_job_definition
364 TARGETS: x86_64-softmmu x86_64-linux-user
365 CONFIGURE_ARGS: --disable-nettle --enable-gcrypt
366 MAKE_CHECK_ARGS: check-build
371 check-crypto-old-gcrypt:
372 <<: *native_test_job_definition
374 - job: build-crypto-old-gcrypt
378 MAKE_CHECK_ARGS: check
381 build-crypto-only-gnutls:
382 <<: *native_build_job_definition
385 TARGETS: x86_64-softmmu x86_64-linux-user
386 CONFIGURE_ARGS: --disable-nettle --disable-gcrypt --enable-gnutls
387 MAKE_CHECK_ARGS: check-build
392 check-crypto-only-gnutls:
393 <<: *native_test_job_definition
395 - job: build-crypto-only-gnutls
399 MAKE_CHECK_ARGS: check
404 image: $CI_REGISTRY_IMAGE/qemu/centos8:latest
405 script: .gitlab-ci.d/check-patch.py
408 - $CI_PROJECT_NAMESPACE == 'qemu-project' && $CI_COMMIT_BRANCH == 'master'
415 image: $CI_REGISTRY_IMAGE/qemu/centos8:latest
416 script: .gitlab-ci.d/check-dco.py
419 - $CI_PROJECT_NAMESPACE == 'qemu-project' && $CI_COMMIT_BRANCH == 'master'
424 image: $CI_REGISTRY_IMAGE/qemu/ubuntu2004:latest
427 - job: build-system-ubuntu
431 - mv build/docs/index.html public/
432 - for i in devel interop specs system tools user ; do mv build/docs/$i public/ ; done