Skip to content

Commit ec27c2d

Browse files
authored
[libc++] Add link to premerge tesing dashboard to docs. (#160342)
This adds a link to the dashboard that shows premerge testing queue and run times for libc++ testing, to the Contributing.rst document.
1 parent d127d00 commit ec27c2d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

libcxx/docs/Contributing.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,17 @@ has been merged, an LLVM premerge maintainer (a Google employee) must use
330330
terraform to apply the change to the running GKE cluster.
331331

332332

333+
Monitoring premerge testing performance
334+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
335+
336+
The llvm-premerge-libcxx runners mentioned above collect metrics regarding the
337+
time the tests spend queued up before they start running and also the time it
338+
takes the tests to actually complete running. These metrics are collected and
339+
aggregated (based on stage and PR), and the results can be seen at the
340+
`Libc++ Premerge Testing dashboard
341+
<https://llvm.grafana.net/public-dashboards/0bd453e8b3034733a1b0ff8c7728086d>`__
342+
.
343+
333344
run-buildbot-container
334345
~~~~~~~~~~~~~~~~~~~~~~
335346

0 commit comments

Comments
 (0)