Skip to content

Commit 8f8789c

Browse files
cgwaltersjlebon
authored andcommitted
kola: Explicitly mask zincati
The newer zincati errors out instead of retrying; mask it explicitly.
1 parent 0d2732d commit 8f8789c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mantle/platform/cluster.go

+2
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ After=network-online.target
282282
283283
[Service]
284284
Type=oneshot
285+
# Newer zincati more explicitly fails on containers; fully disable it
286+
ExecStart=systemctl mask --now zincati
285287
ExecStart=rpm-ostree rebase --experimental %s
286288
ExecStart=touch /etc/kola-rebase-done
287289
ExecStart=systemctl reboot

0 commit comments

Comments
 (0)