1
0
Fork 0
This commit is contained in:
Mikhail Goncharov 2023-11-03 16:51:20 +01:00
parent 57988f5329
commit 237a17e81c

View file

@ -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 <llvm-premerge-buildbots@google.com>" > /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