From f56107f12d681b0fb117ff096cb7f1dad06eff0f Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Tue, 23 Sep 2025 09:34:33 -0700 Subject: [PATCH 1/2] [libc++] Add link to premerge tesing dashboard to docs. This adds a link to the dashboard that shows premerge testing quueue and run times for libc++ testing, to the Contributing.rst document. --- libcxx/docs/Contributing.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/libcxx/docs/Contributing.rst b/libcxx/docs/Contributing.rst index ac856195ad68e..695fc95aad872 100644 --- a/libcxx/docs/Contributing.rst +++ b/libcxx/docs/Contributing.rst @@ -330,6 +330,17 @@ has been merged, an LLVM premerge maintainer (a Google employee) must use terraform to apply the change to the running GKE cluster. +monitoring premerge testing performance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The llvm-premerge-libcxx runners mentioned above collect metrics regarding the +time the tests spend queued up before they start running and also the time it +takes the tests to actually complete running. These metrics are collected and +aggregated (based on stage and PR), and the results can be seen at this +`Libc++ Premerge Testing dashboard +`__ +. + run-buildbot-container ~~~~~~~~~~~~~~~~~~~~~~ From d6329dd1be44b57f6cf025a7748ad9eea505314c Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Tue, 23 Sep 2025 20:22:22 -0700 Subject: [PATCH 2/2] Address reviewer suggestions. --- libcxx/docs/Contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/docs/Contributing.rst b/libcxx/docs/Contributing.rst index 695fc95aad872..4e9d1ba52b47e 100644 --- a/libcxx/docs/Contributing.rst +++ b/libcxx/docs/Contributing.rst @@ -330,13 +330,13 @@ has been merged, an LLVM premerge maintainer (a Google employee) must use terraform to apply the change to the running GKE cluster. -monitoring premerge testing performance +Monitoring premerge testing performance ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The llvm-premerge-libcxx runners mentioned above collect metrics regarding the time the tests spend queued up before they start running and also the time it takes the tests to actually complete running. These metrics are collected and -aggregated (based on stage and PR), and the results can be seen at this +aggregated (based on stage and PR), and the results can be seen at the `Libc++ Premerge Testing dashboard `__ .