[Lldb-commits] [lldb] r358693 - [Docs] Add LLDB bots

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 18 10:31:20 PDT 2019


Author: jdevlieghere
Date: Thu Apr 18 10:31:20 2019
New Revision: 358693

URL: http://llvm.org/viewvc/llvm-project?rev=358693&view=rev
Log:
[Docs] Add LLDB bots

Added:
    lldb/trunk/docs/resources/bots.rst
Modified:
    lldb/trunk/docs/index.rst

Modified: lldb/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/index.rst?rev=358693&r1=358692&r2=358693&view=diff
==============================================================================
--- lldb/trunk/docs/index.rst (original)
+++ lldb/trunk/docs/index.rst Thu Apr 18 10:31:20 2019
@@ -54,6 +54,7 @@ Resources
    resources/build
    resources/source
    resources/test
+   resources/bots
    resources/sbapi
    resources/external
 

Added: lldb/trunk/docs/resources/bots.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/resources/bots.rst?rev=358693&view=auto
==============================================================================
--- lldb/trunk/docs/resources/bots.rst (added)
+++ lldb/trunk/docs/resources/bots.rst Thu Apr 18 10:31:20 2019
@@ -0,0 +1,20 @@
+Continuous Integration
+======================
+
+Buildbot
+--------
+
+* `lldb-amd64-ninja-freebsd11 <http://lab.llvm.org:8011/builders/lldb-amd64-ninja-freebsd11>`_
+* `lldb-x64-windows-ninja <http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja>`_
+* `lldb-x86_64-debian <http://lab.llvm.org:8011/builders/lldb-x86_64-debian>`_
+* `lldb-x86_64-fedora <http://lab.llvm.org:8011/builders/lldb-x86_64-fedora>`_
+
+GreenDragon
+-----------
+
+* `lldb-cmake <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/>`_
+* `lldb-cmake-matrix <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-matrix/>`_
+* `lldb-cmake-python3 <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-python3/>`_
+* `lldb-cmake-standalone <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-standalone/>`_
+* `lldb-sanitized <http://green.lab.llvm.org/green/view/LLDB/job/lldb-sanitized/>`_
+* `lldb-xcode <http://green.lab.llvm.org/green/view/LLDB/job/lldb-xcode/>`_




More information about the lldb-commits mailing list