[llvm] 1235ca3 - [docs] Update outdated mentions of lab.llvm.org:8011.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 18 02:56:11 PST 2021
Author: Florian Hahn
Date: 2021-11-18T10:51:47Z
New Revision: 1235ca37bd3f0504c7c3555cef48ef143bdf4720
URL: https://github.com/llvm/llvm-project/commit/1235ca37bd3f0504c7c3555cef48ef143bdf4720
DIFF: https://github.com/llvm/llvm-project/commit/1235ca37bd3f0504c7c3555cef48ef143bdf4720.diff
LOG: [docs] Update outdated mentions of lab.llvm.org:8011.
Some places were still referring to the outdated buildbot URL
http://lab.llvm.org:8011. Update those to use the new URL
http://lab.llvm.org/buildbot/#.
Added:
Modified:
llvm/docs/GettingInvolved.rst
llvm/docs/MyFirstTypoFix.rst
Removed:
################################################################################
diff --git a/llvm/docs/GettingInvolved.rst b/llvm/docs/GettingInvolved.rst
index 7fce1fd6fff5..ebd2fffe49a4 100644
--- a/llvm/docs/GettingInvolved.rst
+++ b/llvm/docs/GettingInvolved.rst
@@ -225,7 +225,7 @@ This channel has several bots.
* Buildbot reporters
* llvmbb - Bot for the main LLVM buildbot master.
- http://lab.llvm.org:8011/console
+ http://lab.llvm.org/buildbot/#/console
* robot - Bugzilla linker. %bug <number>
diff --git a/llvm/docs/MyFirstTypoFix.rst b/llvm/docs/MyFirstTypoFix.rst
index d945508100c2..662387cd810c 100644
--- a/llvm/docs/MyFirstTypoFix.rst
+++ b/llvm/docs/MyFirstTypoFix.rst
@@ -526,11 +526,11 @@ Once your change is submitted it will be picked up by automated build
bots that will build and test your patch in a variety of configurations.
You can see all configurations and their current state in a waterfall
-view at http://lab.llvm.org:8011/waterfall. The waterfall view is good
+view at http://lab.llvm.org/buildbot/#/waterfall. The waterfall view is good
to get a general overview over the tested configurations and to see
which configuration have been broken for a while.
-The console view at http://lab.llvm.org:8011/console helps to get a
+The console view at http://lab.llvm.org/buildbot/#/console helps to get a
better understanding of the build results of a specific patch. If you
want to follow along how your change is affecting the build bots, **this
should be the first place to look at** - the colored bubbles correspond
More information about the llvm-commits
mailing list