public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust] f44: Add provision hw requirements to ci testplan
@ 2026-06-01 20:28 Jesus Checa Hidalgo
0 siblings, 0 replies; only message in thread
From: Jesus Checa Hidalgo @ 2026-06-01 20:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust
Branch : f44
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=f44
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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-01 20:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 20:28 [rpms/rust] f44: Add provision hw requirements to ci testplan Jesus Checa Hidalgo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox