xref: /openbsd/gnu/llvm/lldb/docs/resources/bots.rst (revision d89ec533)
1Continuous Integration
2======================
3
4Buildbot
5--------
6
7LLVM Buildbot is the place where volunteers provide build machines. Everyone can
8`add a buildbot for LLDB <https://llvm.org/docs/HowToAddABuilder.html>`_.
9
10* `lldb-x64-windows-ninja <https://lab.llvm.org/buildbot/#/builders/83>`_
11* `lldb-x86_64-debian <https://lab.llvm.org/buildbot/#/builders/68>`_
12* `lldb-aarch64-ubuntu <https://lab.llvm.org/buildbot/#/builders/96>`_
13* `lldb-arm-ubuntu <https://lab.llvm.org/buildbot/#/builders/17>`_
14* `lldb-x86_64-fedora <https://lab.llvm.org/staging/#/builders/16>`_
15
16An overview of all LLDB builders (except Fedora) can be found here:
17
18`https://lab.llvm.org/buildbot/#/builders?tags=lldb <https://lab.llvm.org/buildbot/#/builders?tags=lldb>`_
19
20GreenDragon
21-----------
22
23GreenDragon builds and tests LLDB on macOS. It has a `dedicated tab
24<http://green.lab.llvm.org/green/view/LLDB/>`_ for LLDB.
25
26* `lldb-cmake <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/>`_
27* `lldb-cmake-matrix <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-matrix/>`_
28* `lldb-cmake-reproducers <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-reproducers/>`_
29* `lldb-cmake-standalone <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-standalone/>`_
30* `lldb-cmake-sanitized <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-sanitized/>`_
31
32Documentation
33-------------
34
35The documentation bot validates that the website builds correctly with Sphinx.
36It does not generate the website itself, which happens on a separate server.
37
38* `lldb-sphinx-docs <http://lab.llvm.org:8011/builders/lldb-sphinx-docs>`_
39