From 237a17e81c2b19a031acb9a33aeb5ffccfef1def Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Fri, 3 Nov 2023 16:51:20 +0100 Subject: [PATCH] info --- containers/buildbot-linux/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/buildbot-linux/entrypoint.sh b/containers/buildbot-linux/entrypoint.sh index ff145d0..e425a8f 100755 --- a/containers/buildbot-linux/entrypoint.sh +++ b/containers/buildbot-linux/entrypoint.sh @@ -40,7 +40,7 @@ if [[ -z "${BUILDBOT_ADDRESS+x}" ]]; then else buildbot-worker create-worker /build/buildbot $BUILDBOT_ADDRESS $BUILDBOT_NAME $BUILDBOT_PASSWORD echo "llvm-premerge-buildbots " > /build/buildbot/info/admin - echo "Setup analogous to linux agent for Pull Request checks" >> /build/buildbot/info/host + echo "Setup analogous to linux agent for Pull Request checks" > /build/buildbot/info/host echo "Ubuntu 20, cmake-3.23.3, LLVM 16" >> /build/buildbot/info/host echo "https://github.com/google/llvm-premerge-checks/blob/main/containers/buildbot-linux/Dockerfile" >> /build/buildbot/info/host echo "lsb_release -a" >> /build/buildbot/info/host