[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 09:54:40 PDT 2021


mehdi_amini created this revision.
mehdi_amini added a reviewer: gkistanova.
mehdi_amini requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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 `<http://lab.llvm.org>`_. 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 `<http://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.375316.patch
Type: text/x-patch
Size: 805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210927/6e759368/attachment.bin>


More information about the llvm-commits mailing list