public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jesus Checa Hidalgo <jchecahi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust] rawhide: Add provision hw requirements to ci testplan
Date: Mon, 01 Jun 2026 16:12:20 GMT	[thread overview]
Message-ID: <178033034078.1.16003527927730038982.rpms-rust-04de6d5162d3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust
            Branch : rawhide
            Commit : 04de6d5162d3b91761d706bc820d1e224bc4dafc
            Author : Jesus Checa Hidalgo <jchecahi@redhat.com>
            Date   : 2026-05-07T09:50:07+02:00
            Stats  : +6/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust/c/04de6d5162d3b91761d706bc820d1e224bc4dafc?branch=rawhide

            Log:
            Add provision hw requirements to ci testplan

stratisd rebuild test keeps raising false positives due to limitations
in test systems, either timing out, getting OOM-killed or running out
of disk space. Explicitly request a system with at least 8GB of ram
and 40GB of disk space.

[skip changelog]

---
diff --git a/plans/ci.fmf b/plans/ci.fmf
index 9160802..ae4e8f9 100644
--- a/plans/ci.fmf
+++ b/plans/ci.fmf
@@ -4,3 +4,9 @@ discover:
     url: https://src.fedoraproject.org/tests/rust.git
 execute:
     how: tmt
+# Some tests like rpm-build/stratisd needs more memory or they OOM/timeout
+provision:
+  hardware:
+    memory: ">= 8 GiB"
+    disk:
+      - size: ">= 40GiB"

                 reply	other threads:[~2026-06-01 16:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178033034078.1.16003527927730038982.rpms-rust-04de6d5162d3@fedoraproject.org \
    --to=jchecahi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox