Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
.gitlab-ci.d/buildtest.yml | 13 +++++++++++++
.gitlab-ci.d/containers.yml | 6 ++++++
2 files changed, 19 insertions(+)
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index 669c980c4b4..a92e731d6af 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -120,6 +120,19 @@ build-system-fedora:
xtensa-softmmu m68k-softmmu riscv32-softmmu ppc-softmmu sparc64-softmmu
MAKE_CHECK_ARGS: check-build
+build-system-fedora-rust:
+ extends:
+ - .native_build_job_template
+ - .native_build_artifact_template
+ needs:
+ job: amd64-fedora-rust-container
+ variables:
+ IMAGE: fedora-rust-nightly
+ CONFIGURE_ARGS: --disable-gcrypt --enable-nettle --disable-docs --enable-rust
+ TARGETS: aarch64-softmmu
+ MAKE_CHECK_ARGS: check-build
+ allow_failure: true
+
check-system-fedora:
extends: .native_test_job_template
needs:
diff --git a/.gitlab-ci.d/containers.yml b/.gitlab-ci.d/containers.yml
index ae79d4c58bc..414ae5e828b 100644
--- a/.gitlab-ci.d/containers.yml
+++ b/.gitlab-ci.d/containers.yml
@@ -27,3 +27,9 @@ python-container:
extends: .container_job_template
variables:
NAME: python
+
+amd64-fedora-rust-container:
+ extends: .container_job_template
+ variables:
+ NAME: fedora-rust-nightly
+ allow_failure: true
--
2.46.1
On Mon, Oct 07, 2024 at 07:17:13PM +0200, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> > --- > .gitlab-ci.d/buildtest.yml | 13 +++++++++++++ > .gitlab-ci.d/containers.yml | 6 ++++++ > 2 files changed, 19 insertions(+) > > diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml > index 669c980c4b4..a92e731d6af 100644 > --- a/.gitlab-ci.d/buildtest.yml > +++ b/.gitlab-ci.d/buildtest.yml > @@ -120,6 +120,19 @@ build-system-fedora: > xtensa-softmmu m68k-softmmu riscv32-softmmu ppc-softmmu sparc64-softmmu > MAKE_CHECK_ARGS: check-build > > +build-system-fedora-rust: Add '-nightly' to the job name too, to match the container its using. > + extends: > + - .native_build_job_template > + - .native_build_artifact_template > + needs: > + job: amd64-fedora-rust-container > + variables: > + IMAGE: fedora-rust-nightly > + CONFIGURE_ARGS: --disable-gcrypt --enable-nettle --disable-docs --enable-rust You can leave out the crypt+nettle args and just let this job auto-detect the right one > + TARGETS: aarch64-softmmu > + MAKE_CHECK_ARGS: check-build > + allow_failure: true With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
© 2016 - 2024 Red Hat, Inc.