Lines Matching refs:worker
9 buildbot-worker to private worker builder to LLVM Buildbot Infrastructure.
41 #. Install buildbot-worker (currently we are using buildbot version 2.8.5).
42 Depending on the platform, buildbot-worker could be available to download and
46 #. Create a designated user account, your buildbot-worker will be running under,
49 #. Choose the buildbot-worker root directory (all builds will be placed under
50 it), buildbot-worker access name and password the build master will be using
51 to authenticate your buildbot-worker.
53 #. Create a buildbot-worker in context of that buildbot-worker account. Point it
55 Creating a worker
56 <http://docs.buildbot.net/current/tutorial/firstrun.html#creating-a-worker>`_
61 $ buildbot-worker create-worker <buildbot-worker-root-directory> \
63 <buildbot-worker-access-name> \
64 <buildbot-worker-access-password>
66 To point a worker to silent master please use lab.llvm.org:9994 instead
69 #. Fill the buildbot-worker description and admin name/e-mail. Here is an
70 example of the buildbot-worker description::
80 #. Make sure you can actually start the buildbot-worker successfully. Then set
81 up your buildbot-worker to start automatically at the start up time. See the
85 #. Send a patch which adds your build worker and your builder to
101 #. Send the buildbot-worker access name and the access password directly to
106 #. Check the status of your buildbot-worker on the `Waterfall Display
109 worker information are correct.