Skip to content

Commit 46dabe6

Browse files
committed
nix/checks/master: check buildbot is running
1 parent af72b70 commit 46dabe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/checks/master.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
start_all()
3737
# wait for our service to start
3838
node1.wait_for_unit("buildbot-master")
39+
node1.wait_until_succeeds("curl --fail -s --head localhost:8010", timeout=60)
3940
'';
4041
}

0 commit comments

Comments
 (0)