提交 5a23d22b 编写于 作者: A Andrea Bolognani

gitlab: Perform some builds on Debian 10

The split is mostly arbitrary, but we purposefully moved
the mips64el builds off sid since currently that container
is failing to build and is thus unavailable.
Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 14a04f8b
...@@ -5,29 +5,33 @@ ...@@ -5,29 +5,33 @@
- ../autogen.sh $CONFIGURE_OPTS || (cat config.log && exit 1) - ../autogen.sh $CONFIGURE_OPTS || (cat config.log && exit 1)
- make -j $(getconf _NPROCESSORS_ONLN) - make -j $(getconf _NPROCESSORS_ONLN)
# We could run every arch on both versions, but it is a little # We could run every arch on every versions, but it is a little
# overkill. Instead we run half the jobs on 9 and half the jobs # overkill. Instead we split jobs evenly across 9, 10 and sid
# on sid to give reasonable cross-coverage. # to achieve reasonable cross-coverage.
debian-9-cross-armv6l: debian-9-cross-armv6l:
<<: *job_definition <<: *job_definition
image: quay.io/libvirt/buildenv-debian-9-cross-armv6l:latest image: quay.io/libvirt/buildenv-debian-9-cross-armv6l:latest
debian-9-cross-mips64el:
<<: *job_definition
image: quay.io/libvirt/buildenv-debian-9-cross-mips64el:latest
debian-9-cross-mipsel: debian-9-cross-mipsel:
<<: *job_definition <<: *job_definition
image: quay.io/libvirt/buildenv-debian-9-cross-mipsel:latest image: quay.io/libvirt/buildenv-debian-9-cross-mipsel:latest
debian-9-cross-ppc64le: debian-10-cross-aarch64:
<<: *job_definition <<: *job_definition
image: quay.io/libvirt/buildenv-debian-9-cross-ppc64le:latest image: quay.io/libvirt/buildenv-debian-10-cross-aarch64:latest
debian-9-cross-s390x: debian-10-cross-ppc64le:
<<: *job_definition <<: *job_definition
image: quay.io/libvirt/buildenv-debian-9-cross-s390x:latest image: quay.io/libvirt/buildenv-debian-10-cross-ppc64le:latest
debian-sid-cross-aarch64: debian-10-cross-s390x:
<<: *job_definition <<: *job_definition
image: quay.io/libvirt/buildenv-debian-sid-cross-aarch64:latest image: quay.io/libvirt/buildenv-debian-10-cross-s390x:latest
debian-sid-cross-armv7l: debian-sid-cross-armv7l:
<<: *job_definition <<: *job_definition
...@@ -37,10 +41,6 @@ debian-sid-cross-i686: ...@@ -37,10 +41,6 @@ debian-sid-cross-i686:
<<: *job_definition <<: *job_definition
image: quay.io/libvirt/buildenv-debian-sid-cross-i686:latest image: quay.io/libvirt/buildenv-debian-sid-cross-i686:latest
debian-sid-cross-mips64el:
<<: *job_definition
image: quay.io/libvirt/buildenv-debian-sid-cross-mips64el:latest
debian-sid-cross-mips: debian-sid-cross-mips:
<<: *job_definition <<: *job_definition
image: quay.io/libvirt/buildenv-debian-sid-cross-mips:latest image: quay.io/libvirt/buildenv-debian-sid-cross-mips:latest
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册