public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Frantisek Sumsal <frantisek@sumsal.cz>
To: git-commits@fedoraproject.org
Subject: [rpms/systemd] rawhide: test: skip the integration test suite on Fedora ELN (for now)
Date: Mon, 06 Jul 2026 18:55:26 GMT [thread overview]
Message-ID: <178336412694.1.12735567806771115080.rpms-systemd-521ab0fb095b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/systemd
Branch : rawhide
Commit : 521ab0fb095bf1435f96f59c536fec4f5a139141
Author : Frantisek Sumsal <frantisek@sumsal.cz>
Date : 2026-07-06T17:26:40+00:00
Stats : +7/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/systemd/c/521ab0fb095bf1435f96f59c536fec4f5a139141?branch=rawhide
Log:
test: skip the integration test suite on Fedora ELN (for now)
The test suite currently fails there during setup, because ELN ships
with a reduced package set and it's missing several tools that mkosi
expects to be available:
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
No match for argument: apk
No match for argument: apt
No match for argument: apt-utils
No match for argument: archlinux-keyring
No match for argument: coccinelle
No match for argument: gh
No match for argument: gh
No match for argument: lcov
No match for argument: musl-clang
No match for argument: musl-gcc
No match for argument: musl-libc
No match for argument: pacman
No match for argument: python3-mypy
No match for argument: qemu-system-aarch64-core
No match for argument: qemu-system-ppc-core
No match for argument: qemu-system-s390x-core
No match for argument: ruff
No match for argument: sbsigntools
No match for argument: zypper
You can try to add to command line:
--skip-unavailable to skip unavailable packages
Switching the tools tree to Rawhide doesn't help either, as that breaks
other things:
Updating and loading repositories:
fedora 100% | 69.2 MiB/s | 20.9 MiB | 00m00s
>>> Downloading successful, but checksum doesn't match. Calculated: ...
cannot open file: (95) - Operation not supported [/var/cache/libdnf5/fedora-306b6523e9c8dc02/repodata/fc1f05fc361729498fd568dec450c1e27598bd38e3179f9b80ae01fbc8a0b74d-primary.xml.zck]
We can revisit this later if running the test suite on ELN is desirable.
The "skip" on ELN is slightly unconventional, as using "enabled: false"
here causes Packit to error.
[skip changelog]
---
diff --git a/plans/upstream.fmf b/plans/upstream.fmf
index 494e816..d6edac5 100644
--- a/plans/upstream.fmf
+++ b/plans/upstream.fmf
@@ -17,6 +17,10 @@ prepare:
exclude:
- systemd-standalone-.*
execute:
- how: tmt
- script: exec plans/run-integration-tests.sh
- duration: 2h
+ how: tmt
+ script: exec plans/run-integration-tests.sh
+ duration: 2h
+adjust:
+ - when: distro == fedora-eln
+ execute:
+ script: echo skipped
reply other threads:[~2026-07-06 18:55 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=178336412694.1.12735567806771115080.rpms-systemd-521ab0fb095b@fedoraproject.org \
--to=frantisek@sumsal.cz \
--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