fix: fix mdadm system extension

Update pkgs to include a fixed version of systemd-udevd which searches for udev rules under /usr/etc/udev/rules.d as used by our system extensions.

Re-enable the affected test

Fixes #9423

Signed-off-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com>
This commit is contained in:
Dmitry Sharshakov 2024-10-04 19:45:42 +02:00
parent f08669c7a9
commit b67bc73fd3
No known key found for this signature in database
GPG Key ID: 9866BBFAF691F3AF
3 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,7 @@ ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.9.0-alpha.0-3-g1151610
PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.9.0-alpha.0-17-g2b193f1
PKGS ?= v1.9.0-alpha.0-18-gba0341e
EXTRAS ?= v1.9.0-alpha.0
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest

View File

@ -437,7 +437,6 @@ func (suite *ExtensionsSuiteQEMU) TestExtensionsStargz() {
// TestExtensionsMdADM verifies mdadm is working, udev rules work and the raid is mounted on reboot.
func (suite *ExtensionsSuiteQEMU) TestExtensionsMdADM() {
suite.T().Skip("skipped - see https://github.com/siderolabs/talos/issue/9423")
node := suite.RandomDiscoveredNodeInternalIP(machine.TypeWorker)
userDisks, err := suite.UserDisks(suite.ctx, node)

View File

@ -1 +1 @@
v1.9.0-alpha.0-17-g2b193f1
v1.9.0-alpha.0-18-gba0341e