Luca Boccassi
c7bee5b5d2
Merge pull request #32816 from bluca/chores
...
Chores for RC2
2024-05-14 22:07:40 +02:00
Daan De Meyer
4222f81597
test: Enable TEST-82-SOFTREBOOT on mkosi
2024-05-14 21:41:59 +02:00
Zbigniew Jędrzejewski-Szmek
f222ef107d
mkosi: Restore job for F40
...
This partially reverts ecf8468dd4 .
dist-git was made compatible again with F40.
2024-05-14 21:23:46 +02:00
Daan De Meyer
2476c21272
Merge pull request #32812 from DaanDeMeyer/test
...
test: Only add tpm2.target dependency to TEST-70-TPM2.service
2024-05-14 20:50:38 +02:00
Zbigniew Jędrzejewski-Szmek
0263816f88
sysusers: simplify meson config
...
There were two parts, for templated and non-templated files, and
they were more different than they should be.
2024-05-14 20:46:24 +02:00
Daan De Meyer
ecf8468dd4
mkosi: Update fedora to latest
...
We drop the Fedora 40 job as the latest rawhide spec introduced
dependencies that are not available in Fedora 40.
2024-05-14 20:44:39 +02:00
Zbigniew Jędrzejewski-Szmek
1743b8bad1
core/exec-credential: downgrade warning about missing cred to debug
...
Follow-up for 6b34871f5d .
The general idea is that the list of credentials to load can and will specify
credentials which actually aren't provided, so a warning is too much. Let's
downgrade this to "info". If it turns out to be too noisy, we can downgrade
further in the future.
2024-05-14 20:13:57 +02:00
Luca Boccassi
93df5217b9
tree-wide: 'allows to' -> 'allows one to'
...
As flagged by Lintian
2024-05-14 18:33:27 +02:00
Daan De Meyer
aaebebb7bd
TEST-64-UDEV-STORAGE: Fix drive ID
2024-05-14 18:23:59 +02:00
Luca Boccassi
7167dd5928
Update translation files
...
ninja -C build systemd-pot
ninja -C build systemd-update-po
2024-05-14 17:12:41 +01:00
Luca Boccassi
efcbf3e670
Update syscalls table
...
ninja -C build update-syscall-tables update-syscall-header
2024-05-14 17:01:08 +01:00
Luca Boccassi
753fb03df6
Update hwdb
...
ninja -C build update-hwdb
2024-05-14 17:00:29 +01:00
Luca Boccassi
ca8fc4c2e4
NEWS: update contributors list
2024-05-14 16:58:11 +01:00
Timo Rothenpieler
00f1714311
cgroup-util: allow cg_read_pid() to skip unmapped (zero) pids
2024-05-14 16:12:20 +02:00
Daan De Meyer
1d9b8f3476
test: Only add tpm2.target dependency to TEST-70-TPM2.service
...
Let's not add the dependency unless required.
2024-05-14 15:36:49 +02:00
Radoslav Kolev
19614a08d1
libsystemd-network: skip dhcp server test in case of EAFNOSUPPORT
...
We want to eanble running tests as part of the build, but
our builds run in VMs with networking disabled.
2024-05-14 15:00:29 +02:00
Mike Yuan
2c41722995
Merge pull request #32804 from YHNdnzj/bootspec-modernization
...
shared/bootspec: some fixes/modernizations
2024-05-14 20:55:52 +08:00
Daan De Meyer
7273d16022
Merge pull request #32766 from DaanDeMeyer/test
...
Various test improvements
2024-05-14 14:45:35 +02:00
Daan De Meyer
5692f87160
test: Run TEST-64-UDEV-STORAGE with mkosi
...
We add a configure script for each subtest to add the required
qemu arguments.
Co-authored-by: Richard Maw <richard.maw@codethink.co.uk >
2024-05-14 12:43:28 +02:00
Daan De Meyer
8e8a1b832d
mkosi: Mask mdmonitor and isc-dhcp-server services
...
They always fail and do not ship with proper units so we can't
disable them with presets so we mask them instead.
2024-05-14 12:43:28 +02:00
Daan De Meyer
f2c6afa6c0
TEST-64-UDEV-STORAGE: Skip LVM subtests on Ubuntu
...
These fail for unknown reasons on Ubuntu. Until someone from Ubuntu
who cares can figure out why, let's skip these tests on Ubuntu.
2024-05-14 12:43:28 +02:00
Daan De Meyer
2cf6f55b72
TEST-64-UDEV-STORAGE: Bump timeout for testcase_simultaneous_events_1
...
The timeout is reliably hit when running tests in mkosi.
2024-05-14 12:43:28 +02:00
Daan De Meyer
6c2d47d6d3
TEST-64-UDEV-STORAGE: Skip btrfs_basic if btrfs module is not available
2024-05-14 12:43:28 +02:00
Daan De Meyer
d760e2a8c3
TEST-64-UDEV-STORAGE: Check for tgt and tgtd services
...
On Debian/Ubuntu, the unit is named tgt.service instead of tgtd.service,
so let's make sure we take that into account.
On CentOS, tgtd.service is not available, so let's skip the test if we
can't find the service.
2024-05-14 12:43:28 +02:00
Daan De Meyer
3e550801e7
TEST-64-UDEV-STORAGE: Add missing udevadm settle
...
Otherwise we try to do the check before the udev queue is empty which
will make it fail.
2024-05-14 12:43:28 +02:00