[libc-commits] [PATCH] D89069: [libc] Update buildbot worker version to 2.8.4.
Paula Toth via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Oct 8 13:44:38 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf60686f35cc8: [libc] Update buildbot worker version to 2.8.4. (authored by PaulkaToast).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89069/new/
https://reviews.llvm.org/D89069
Files:
libc/utils/buildbot/Dockerfile
libc/utils/buildbot/run.sh
Index: libc/utils/buildbot/run.sh
===================================================================
--- libc/utils/buildbot/run.sh
+++ libc/utils/buildbot/run.sh
@@ -3,8 +3,8 @@
# This serves as the entrypoint for docker to allow us to
# run and start the buildbot while supplying the password
# as an argument.
-buildslave create-slave --keepalive=200 "${WORKER_NAME}" \
+buildbot-worker create-worker --keepalive=200 "${WORKER_NAME}" \
lab.llvm.org:9990 "${WORKER_NAME}" "$1"
-buildslave start "${WORKER_NAME}"
+buildbot-worker start "${WORKER_NAME}"
tail -f ${WORKER_NAME}/twistd.log
Index: libc/utils/buildbot/Dockerfile
===================================================================
--- libc/utils/buildbot/Dockerfile
+++ libc/utils/buildbot/Dockerfile
@@ -6,7 +6,7 @@
RUN apt-get install -y build-essential clang subversion git vim \
zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
ninja-build
-RUN python -m pip install buildbot-slave==0.8.12
+RUN python -m pip install buildbot-worker==2.8.4
# Temporary dependencies for AOR tests.
RUN apt-get install -y libmpfr-dev libmpc-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89069.297045.patch
Type: text/x-patch
Size: 1136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201008/190db1aa/attachment.bin>
More information about the libc-commits
mailing list