Skip to content

Commit aea1f5c

Browse files
[CI] Add sleep to buildbot startup script
buildbot-worker start does start the buildbot worker, but in a background process. This means that the container then immediately exists, also killing the worker. Add a sleep at the end to prevent termination.
1 parent 16f1577 commit aea1f5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

premerge/buildbot/startup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ echo "Google LLVM Premerge Infra Rotation <[email protected]>" \
1818
} > /worker/info/host
1919

2020
buildbot-worker start /worker
21+
22+
sleep 31536000000

0 commit comments

Comments
 (0)