From d69568723d3e95c010f7252127bcd9f3913ffa85 Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Wed, 2 Nov 2011 22:05:18 +0000 Subject: Few corrections on the document page. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143578 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/HowToAddABuilder.html | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'docs') diff --git a/docs/HowToAddABuilder.html b/docs/HowToAddABuilder.html index 4fc7188a07..3913f358af 100644 --- a/docs/HowToAddABuilder.html +++ b/docs/HowToAddABuilder.html @@ -8,10 +8,10 @@ -

How To Release LLVM To The Public

+

How To Add Your Build Configuration To LLVM Buildbot Infrastructure

  1. Introduction
  2. -
  3. Steps To Add Builder To LLVM Buildbot
  4. +
  5. Steps To Add Builder To LLVM Buildbot

Written by Galina Kistanova @@ -24,8 +24,9 @@

-

This document contains information about adding private slave builder to - LLVM Buildbot Infrastructure: http://lab.llvm.org:8011 +

This document contains information about adding a build configuration and + buildslave to private slave builder to LLVM Buildbot Infrastructure + http://lab.llvm.org:8011

@@ -33,7 +34,7 @@
-

Volunters can provide there build machines to work as slave builders to +

Volunteers can provide their build machines to work as build slaves to public LLVM Buildbot. Below described recommended steps to implement this task.

@@ -42,8 +43,8 @@
  1. Check the existing build configurations to make sure the one you are interested in is not covered yet or gets built on your computer much - faster than existing one. We prefer faster builds so developers will get - feedback sooner after changes get committed.

  2. + faster than on the existing one. We prefer faster builds so developers + will get feedback sooner after changes get committed.

  3. The computer you will be registering with the LLVM buildbot infrastructure should have all dependencies installed and you can @@ -53,7 +54,8 @@

  4. Install buildslave (currently we are using buildbot version 0.8.5). Depending on the platform, buildslave could be available to download and install with your packet manager, or you can download it directly from - http://trac.buildbot.net/ and install it manually.

  5. + http://trac.buildbot.net and + install it manually.

  6. Create a designated user account your buildslave will be running under.

  7. @@ -63,7 +65,7 @@ to authenticate your build slave.

  8. Then create a build slave in context of that buildslave account. - Point it to the lab.llvm.org port 9990
    + Point it to the lab.llvm.org port 9990
    (see http://buildbot.net/buildbot/docs/current/full.html#creating-a-slave for more details) by running the following command:

    @@ -78,7 +80,7 @@
                Windows 7 x64
                Core i7 (2.66GHz), 16GB of RAM
    -           
    +
                g++.exe (TDM-1 mingw32) 4.4.0
                GNU Binutils 2.19.1
                cmake version 2.8.4
    @@ -87,7 +89,7 @@
     
       
  9. Make sure you can actually start the buildslave successfully. Then set up your build slave to start automatically at the start up time. - See buildbot manual for help.

  10. + See buildbot manual for help. You may want to restart your computer to see if it works.

  11. Send a patch which adds your build slave and builder to zorg.
    * slaves are added to
    @@ -98,7 +100,13 @@

  12. Then send the buildslave access name and password directly to Galina Kistanova -

  13. Finally, the end!

  14. +
  15. Check the status of your buildslave on + http://lab.llvm.org:8011/waterfall to make sure it is connected, and + http://lab.llvm.org:8011/buildslaves/<your buildslave name> to see + if the information is correct.

  16. + +
  17. Wait for the first build to succeed and see if it could go faster with + higher degree of parallelism (-j param).

-- cgit v1.2.3