[PATCH] D110565: Fix URLs to the prod/staging buildbot master in the doc

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 27 23:18:44 PDT 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG90babc86c3fe: Fix URLs to the prod/staging buildbot master in the doc (authored by mehdi_amini).

Changed prior to commit:
  https://reviews.llvm.org/D110565?vs=375316&id=375477#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110565/new/

https://reviews.llvm.org/D110565

Files:
  llvm/docs/HowToAddABuilder.rst


Index: llvm/docs/HowToAddABuilder.rst
===================================================================
--- llvm/docs/HowToAddABuilder.rst
+++ llvm/docs/HowToAddABuilder.rst
@@ -13,9 +13,9 @@
 
 There are two buildmasters running.
 
-* The main buildmaster at `<http://lab.llvm.org:8011>`_. All builders attached
+* The main buildmaster at `<https://lab.llvm.org/buildbot>`_. All builders attached
   to this machine will notify commit authors every time they break the build.
-* The staging buildbot at `<http://lab.llvm.org:8014>`_. All builders attached
+* The staging buildbot at `<https://lab.llvm.org/staging>`_. All builders attached
   to this machine will be completely silent by default when the build is broken.
   Builders for experimental backends should generally be attached to this
   buildmaster.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110565.375477.patch
Type: text/x-patch
Size: 816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210928/fa7744a1/attachment.bin>


More information about the llvm-commits mailing list