[libcxx-commits] [libcxx] ae4dad2 - [libc++] Add a CI job to test libc++ when building for 32 bit

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 1 19:07:48 PDT 2021


Author: Louis Dionne
Date: 2021-06-01T22:07:43-04:00
New Revision: ae4dad2b731eefce5f65ed1a74510563ffe64c0f

URL: https://github.com/llvm/llvm-project/commit/ae4dad2b731eefce5f65ed1a74510563ffe64c0f
DIFF: https://github.com/llvm/llvm-project/commit/ae4dad2b731eefce5f65ed1a74510563ffe64c0f.diff

LOG: [libc++] Add a CI job to test libc++ when building for 32 bit

Differential Revision: https://reviews.llvm.org/D92508

Added: 
    

Modified: 
    libcxx/utils/ci/buildkite-pipeline.yml

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index 5ded1befaf2d2..b27222c773801 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -374,6 +374,17 @@ steps:
         - exit_status: -1  # Agent was lost
           limit: 2
 
+  - label: "32 bit"
+    command: "libcxx/utils/ci/run-buildbot generic-32bit"
+    artifact_paths:
+      - "**/test-results.xml"
+    agents:
+      queue: "libcxx-builders"
+    retry:
+      automatic:
+        - exit_status: -1  # Agent was lost
+          limit: 2
+
   - label: "MacOS C++20"
     command: "libcxx/utils/ci/run-buildbot generic-cxx20"
     artifact_paths:


        


More information about the libcxx-commits mailing list