Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions libcxx/docs/Contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Given this is a section title, it should probably be capitalized as such.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: s/this/the

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

`Libc++ Premerge Testing dashboard
<https://llvm.grafana.net/public-dashboards/0bd453e8b3034733a1b0ff8c7728086d>`__
.

run-buildbot-container
~~~~~~~~~~~~~~~~~~~~~~

Expand Down
Loading