public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-psutil] rawhide: Repurpose the test_disk_partitions skip from Zuul CI to RHEL Konflux
@ 2026-08-17 12:21
0 siblings, 0 replies; only message in thread
From: @ 2026-08-17 12:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-psutil
Branch : rawhide
Commit : 5e7775859b7dbb273a36cd0a90ad47faedfec681
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-08-17T12:21:34+00:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-psutil/c/5e7775859b7dbb273a36cd0a90ad47faedfec681?branch=rawhide
Log:
Repurpose the test_disk_partitions skip from Zuul CI to RHEL Konflux
Zuul CI is no longer a thing and this test needed to be skipped on c10s:
https://gitlab.com/redhat/centos-stream/rpms/python-psutil/-/merge_requests/14
[skip changelog]
---
diff --git a/python-psutil.spec b/python-psutil.spec
index fbd081d..291f7dc 100644
--- a/python-psutil.spec
+++ b/python-psutil.spec
@@ -59,10 +59,10 @@ find psutil -name \*.py | while read file; do
rm $file.orig
done
-# When running tests on Zuul CI, "/" is not mounted, hence the test fail
+# When running tests on RHEL Konflux, "/" is not mounted, hence the test fail
# We want to run it on other build systems, hence the explicit skip for
# the particular buildhost
-%if "%{_buildhost}" == "zuulci-mockbuild.redhat.com"
+%if "%{_buildhost}" == "konflux.redhat.com"
sed -i "s/test_disk_partitions/notest_disk_partitions/" tests/test_system.py
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-17 12:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 12:21 [rpms/python-psutil] rawhide: Repurpose the test_disk_partitions skip from Zuul CI to RHEL Konflux
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox