[libcxx-commits] [libcxx] [libcxx] Update testing documentation about CI container images. (PR #149192)
Aiden Grossman via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 29 06:48:47 PDT 2025
================
@@ -261,6 +264,67 @@ GCC, and CMake.
.. note:: This image is pulled from Docker hub and not rebuild when changing
the Dockerfile.
+Updating the CI testing container images
+----------------------------------------
+
+The libcxx linux premerge testing can run on one of three sets of
+runner groups. The three runner group names are
+"llvm-premerge-libcxx-runners", "llvm-premerge-libcxx-release-runners"
+or "llvm-premerge-libcxx-next-runners". Which runner set to use is
+controlled by the contents of https://github.com/llvm/llvm-project/blob/main/.github/workflows/libcxx-build-and-test.yaml . By default, it uses
----------------
boomanaiden154 wrote:
Reflow this text.
https://github.com/llvm/llvm-project/pull/149192
More information about the libcxx-commits
mailing list