public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/systemd] rawhide: test: skip the integration test suite on Fedora ELN (for now)
@ 2026-07-06 18:55 Frantisek Sumsal
  0 siblings, 0 replies; only message in thread
From: Frantisek Sumsal @ 2026-07-06 18:55 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-06 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:55 [rpms/systemd] rawhide: test: skip the integration test suite on Fedora ELN (for now) Frantisek Sumsal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox