checks/garage: sync on all jobs instead of just ascend-garage-layout

This commit is contained in:
Max Headroom 2023-12-01 02:19:56 +01:00
parent d8f58c6eff
commit 5efcf070a6

View file

@ -94,7 +94,7 @@ testers.runNixOSTest {
with subtest("should apply new layout with ascension"):
for node in nodes:
node.wait_until_succeeds('test "$(systemctl is-active ascend-garage-layout)" != activating')
node.wait_until_succeeds('test "$(systemctl list-jobs | wc -l)" -eq 1')
for node in nodes:
node.succeed("/run/current-system/specialisation/modifiedLayout/bin/switch-to-configuration test")