diff --git a/containers/buildbot-windows/entrypoint.sh b/containers/buildbot-windows/entrypoint.sh index 65cb3d5..7ce0198 100644 --- a/containers/buildbot-windows/entrypoint.sh +++ b/containers/buildbot-windows/entrypoint.sh @@ -14,4 +14,7 @@ echo "configure buildbot" mkdir -p /c/ws/buildbbot buildbot-worker create-worker /c/ws/buildbot $BUILDBOT_ADDRESS $BUILDBOT_NAME $BUILDBOT_PASSWORD +echo "llvm-premerge-buildbots " > /c/ws/buildbot/info/admin +echo "Setup analogous to windows agent for to Pull Request checks" > /c/ws/buildbot/info/host + $@ \ No newline at end of file