public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-psutil] rawhide: Repurpose the test_disk_partitions skip from Zuul CI to RHEL Konflux
Date: Mon, 17 Aug 2026 12:21:55 GMT [thread overview]
Message-ID: <178696931587.1.18260790832220697419.rpms-python-psutil-5e7775859b7d@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-17 12:21 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=178696931587.1.18260790832220697419.rpms-python-psutil-5e7775859b7d@fedoraproject.org \
--to=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