[Lldb-commits] [lldb] a233d72 - [lldb/Docs] Update docs with new buildbot URLs

Jan Kratochvil via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 17 12:09:24 PDT 2021


Author: Jan Kratochvil
Date: 2021-03-17T20:09:03+01:00
New Revision: a233d72f0e1a5fdbc93bb9ccc4b57667b65272be

URL: https://github.com/llvm/llvm-project/commit/a233d72f0e1a5fdbc93bb9ccc4b57667b65272be
DIFF: https://github.com/llvm/llvm-project/commit/a233d72f0e1a5fdbc93bb9ccc4b57667b65272be.diff

LOG: [lldb/Docs] Update docs with new buildbot URLs

Added: 
    

Modified: 
    lldb/docs/resources/bots.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/resources/bots.rst b/lldb/docs/resources/bots.rst
index f80a2333992b..8a43f53bd250 100644
--- a/lldb/docs/resources/bots.rst
+++ b/lldb/docs/resources/bots.rst
@@ -7,15 +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/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:8014/#/builders/14>`_
+* `lldb-x64-windows-ninja <https://lab.llvm.org/buildbot/#/builders/83>`_
+* `lldb-x86_64-debian <https://lab.llvm.org/buildbot/#/builders/68>`_
+* `lldb-aarch64-ubuntu <https://lab.llvm.org/buildbot/#/builders/96>`_
+* `lldb-arm-ubuntu <https://lab.llvm.org/buildbot/#/builders/17>`_
+* `lldb-x86_64-fedora <https://lab.llvm.org/staging/#/builders/16>`_
 
-An overview of all LLDB builders can be found here:
+An overview of all LLDB builders (except Fedora) can be found here:
 
-`http://lab.llvm.org:8011/#/builders?tags=lldb <http://lab.llvm.org:8011/#/builders?tags=lldb>`_
+`https://lab.llvm.org/buildbot/#/builders?tags=lldb <https://lab.llvm.org/buildbot/#/builders?tags=lldb>`_
 
 GreenDragon
 -----------


        


More information about the lldb-commits mailing list