buildtest.yml (18d154f57583dd06f0ce3e69e4952044490b2bc4) | buildtest.yml (72674db080bcdf2fd66b2a538379ee6000f5b113) |
---|---|
1include: 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 3 4build-system-alpine: 5 extends: 6 - .native_build_job_template 7 - .native_build_artifact_template 8 needs: --- 328 unchanged lines hidden (view full) --- 337 --disable-docs --disable-sdl --disable-gtk --disable-vnc 338 || { cat config.log meson-logs/meson-log.txt && exit 1; } 339 - make -j"$JOBS" 340 - make check-unit 341 - make check-qapi-schema 342 - cd tests/qemu-iotests/ 343 - ./check -raw 001 002 003 004 005 008 009 010 011 012 021 025 032 033 048 344 052 063 077 086 101 104 106 113 148 150 151 152 157 159 160 163 | 1include: 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 3 4build-system-alpine: 5 extends: 6 - .native_build_job_template 7 - .native_build_artifact_template 8 needs: --- 328 unchanged lines hidden (view full) --- 337 --disable-docs --disable-sdl --disable-gtk --disable-vnc 338 || { cat config.log meson-logs/meson-log.txt && exit 1; } 339 - make -j"$JOBS" 340 - make check-unit 341 - make check-qapi-schema 342 - cd tests/qemu-iotests/ 343 - ./check -raw 001 002 003 004 005 008 009 010 011 012 021 025 032 033 048 344 052 063 077 086 101 104 106 113 148 150 151 152 157 159 160 163 |
345 170 171 184 192 194 208 221 226 227 236 253 277 image-fleecing | 345 170 171 183 184 192 194 208 221 226 227 236 253 277 image-fleecing |
346 - ./check -qcow2 028 051 056 057 058 065 068 082 085 091 095 096 102 122 347 124 132 139 142 144 145 151 152 155 157 165 194 196 200 202 348 208 209 216 218 227 234 246 247 248 250 254 255 257 258 349 260 261 262 263 264 270 272 273 277 279 image-fleecing 350 351build-user: 352 extends: .native_build_job_template 353 needs: --- 291 unchanged lines hidden (view full) --- 645 done 646 - QTEST_QEMU_BINARY="./qemu-system-x86_64" ./tests/qtest/pxe-test 647 - QTEST_QEMU_BINARY="./qemu-system-s390x" ./tests/qtest/pxe-test -m slow 648 - make check-tcg 649 650# Check our reduced build configurations 651# requires libfdt: aarch64, arm, i386, loongarch64, microblaze, microblazeel, 652# mips64el, or1k, ppc, ppc64, riscv32, riscv64, rx, x86_64 | 346 - ./check -qcow2 028 051 056 057 058 065 068 082 085 091 095 096 102 122 347 124 132 139 142 144 145 151 152 155 157 165 194 196 200 202 348 208 209 216 218 227 234 246 247 248 250 254 255 257 258 349 260 261 262 263 264 270 272 273 277 279 image-fleecing 350 351build-user: 352 extends: .native_build_job_template 353 needs: --- 291 unchanged lines hidden (view full) --- 645 done 646 - QTEST_QEMU_BINARY="./qemu-system-x86_64" ./tests/qtest/pxe-test 647 - QTEST_QEMU_BINARY="./qemu-system-s390x" ./tests/qtest/pxe-test -m slow 648 - make check-tcg 649 650# Check our reduced build configurations 651# requires libfdt: aarch64, arm, i386, loongarch64, microblaze, microblazeel, 652# mips64el, or1k, ppc, ppc64, riscv32, riscv64, rx, x86_64 |
653# does not build without boards: i386, loongarch64, s390x, sh4, sh4eb, x86_64 | 653# does not build without boards: i386, s390x, sh4, sh4eb, x86_64 |
654build-without-defaults: 655 extends: .native_build_job_template 656 needs: 657 job: amd64-centos9-container 658 variables: 659 IMAGE: centos9 660 CONFIGURE_ARGS: 661 --without-default-devices --- 114 unchanged lines hidden --- | 654build-without-defaults: 655 extends: .native_build_job_template 656 needs: 657 job: amd64-centos9-container 658 variables: 659 IMAGE: centos9 660 CONFIGURE_ARGS: 661 --without-default-devices --- 114 unchanged lines hidden --- |