From 6b10a5d09b749c2e24fc1ffbd36985dcaa6de6be Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Mon, 30 Oct 2023 11:11:31 +0100 Subject: [PATCH] fix host info for linux --- containers/buildbot-linux/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/buildbot-linux/entrypoint.sh b/containers/buildbot-linux/entrypoint.sh index bf0fc4d..ff145d0 100755 --- a/containers/buildbot-linux/entrypoint.sh +++ b/containers/buildbot-linux/entrypoint.sh @@ -41,8 +41,8 @@ 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 "Ubuntu 20, cmake-3.23.3, LLVM 16" >> /c/ws/buildbot/info/host - echo "https://github.com/google/llvm-premerge-checks/blob/main/containers/buildbot-linux/Dockerfile" >> /c/ws/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 lsb_release -a >> /build/buildbot/info/host echo "lscpu" >> /build/buildbot/info/host