[Lldb-commits] [lldb] 5d50109 - [lldb] Update docs with new buildbot URLs
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 9 10:58:38 PDT 2020
Author: Jonas Devlieghere
Date: 2020-10-09T10:57:39-07:00
New Revision: 5d501096ca1fae74f910411cfeb0491d94c635b7
URL: https://github.com/llvm/llvm-project/commit/5d501096ca1fae74f910411cfeb0491d94c635b7
DIFF: https://github.com/llvm/llvm-project/commit/5d501096ca1fae74f910411cfeb0491d94c635b7.diff
LOG: [lldb] Update docs with new buildbot URLs
Buildbot got upgraded and now the (LLDB) builders have different URLs.
Added:
Modified:
lldb/docs/resources/bots.rst
Removed:
################################################################################
diff --git a/lldb/docs/resources/bots.rst b/lldb/docs/resources/bots.rst
index d9ddcde41abc..926259bd92be 100644
--- a/lldb/docs/resources/bots.rst
+++ b/lldb/docs/resources/bots.rst
@@ -7,11 +7,15 @@ Buildbot
LLVM Buildbot is the place where volunteers provide build machines. Everyone can
`add a buildbot for LLDB <https://llvm.org/docs/HowToAddABuilder.html>`_.
-* `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-aarch64-ubuntu <http://lab.llvm.org:8011/builders/lldb-aarch64-ubuntu/>`_
-* `lldb-arm-ubuntu <http://lab.llvm.org:8011/builders/lldb-arm-ubuntu>`_
-* `lldb-x86_64-fedora <http://lab.llvm.org:8014/builders/lldb-x86_64-fedora>`_
+* `lldb-x64-windows-ninja <http://lab.llvm.org:8011/#/builders/83>`_
+* `lldb-x86_64-debian <http://lab.llvm.org:8011/#/builders/68>`_
+* `lldb-aarch64-ubuntu <http://lab.llvm.org:8011/#/builders/96>`_
+* `lldb-arm-ubuntu <http://lab.llvm.org:8011/#/builders/17>`_
+* `lldb-x86_64-fedora <http://lab.llvm.org:8011/#/builders/22>`_
+
+An overview of all LLDB builders can be found here:
+
+`http://lab.llvm.org:8011/#/builders?tags=lldb <http://lab.llvm.org:8011/#/builders?tags=lldb>`_
GreenDragon
-----------
More information about the lldb-commits
mailing list