info
This commit is contained in:
parent
57988f5329
commit
237a17e81c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ if [[ -z "${BUILDBOT_ADDRESS+x}" ]]; then
|
||||||
else
|
else
|
||||||
buildbot-worker create-worker /build/buildbot $BUILDBOT_ADDRESS $BUILDBOT_NAME $BUILDBOT_PASSWORD
|
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 "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 "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 "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
|
echo "lsb_release -a" >> /build/buildbot/info/host
|
||||||
|
|
Loading…
Reference in a new issue