checks/garage: sync on all jobs instead of just ascend-garage-layout
This commit is contained in:
parent
d8f58c6eff
commit
5efcf070a6
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ testers.runNixOSTest {
|
||||||
|
|
||||||
with subtest("should apply new layout with ascension"):
|
with subtest("should apply new layout with ascension"):
|
||||||
for node in nodes:
|
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:
|
for node in nodes:
|
||||||
node.succeed("/run/current-system/specialisation/modifiedLayout/bin/switch-to-configuration test")
|
node.succeed("/run/current-system/specialisation/modifiedLayout/bin/switch-to-configuration test")
|
||||||
|
|
Loading…
Reference in a new issue