[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/#.
This commit is contained in:
Florian Hahn 2021-11-18 10:51:47 +00:00
parent 09f39862dc
commit 1235ca37bd
No known key found for this signature in database
GPG Key ID: EEF712BB5E80EBBA
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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