@ -1,13 +1,6 @@
include:
- local : '/.gitlab-ci.d/crossbuild-template.yml'
cross-armhf-user:
extends : .cross_user_build_job
needs:
- job : armhf-debian-cross-container
variables:
IMAGE : debian-armhf-cross
cross-arm64-system:
extends : .cross_system_build_job
needs:
@ -30,44 +23,6 @@ cross-arm64-kvm-only:
IMAGE : debian-arm64-cross
EXTRA_CONFIGURE_OPTS : --disable-tcg --without-default-features
cross-i686-system:
extends:
- .cross_system_build_job
- .cross_test_artifacts
needs:
- job : i686-debian-cross-container
variables:
IMAGE : debian-i686-cross
EXTRA_CONFIGURE_OPTS : --disable-kvm
MAKE_CHECK_ARGS : check-qtest
cross-i686-user:
extends:
- .cross_user_build_job
- .cross_test_artifacts
needs:
- job : i686-debian-cross-container
variables:
IMAGE : debian-i686-cross
MAKE_CHECK_ARGS : check
cross-i686-tci:
extends:
- .cross_accel_build_job
- .cross_test_artifacts
timeout : 60m
needs:
- job : i686-debian-cross-container
variables:
IMAGE : debian-i686-cross
ACCEL : tcg-interpreter
EXTRA_CONFIGURE_OPTS : --target-list=i386-softmmu,i386-linux-user,arm-softmmu,arm-linux-user,ppc-softmmu,ppc-linux-user --disable-plugins --disable-kvm
# Force tests to run with reduced parallelism, to see whether this
# reduces the flakiness of this CI job. The CI
# environment by default shows us 8 CPUs and so we
# would otherwise be using a parallelism of 9.
MAKE_CHECK_ARGS : check check-tcg -j2
cross-mips64el-system:
extends : .cross_system_build_job
needs: