[libcxx-commits] [libcxx] ef3e273 - Revert "[libc++] Comment out the AIX jobs that are failing"

David Tenty via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 30 10:39:48 PDT 2023


Author: David Tenty
Date: 2023-08-30T13:28:30-04:00
New Revision: ef3e27385b165dea20e3383a2c2fa39baeb28290

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

LOG: Revert "[libc++] Comment out the AIX jobs that are failing"

This reverts commit 014830193b21ff87639762cbb89dad79ae5831ec.
and ce12d6563e84c209c7200de3bfbf84c5d349824c.

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

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 dcdf30b8690f2d..723ae438619745 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -1063,44 +1063,43 @@ steps:
             limit: 2
       timeout_in_minutes: 120
 
-  # TODO: Uncomment these jobs once the AIX builders have been fixed.
-  # - group: "AIX"
-  #   steps:
-  #   - label: "AIX (32-bit)"
-  #     command: "libcxx/utils/ci/run-buildbot aix"
-  #     artifact_paths:
-  #       - "**/test-results.xml"
-  #       - "**/*.abilist"
-  #     env:
-  #         CC: "clang"
-  #         CXX: "clang++"
-  #         OBJECT_MODE: "32"
-  #     agents:
-  #         queue: libcxx-builders
-  #         os: aix
-  #     retry:
-  #       automatic:
-  #         - exit_status: -1  # Agent was lost
-  #           limit: 2
-  #     timeout_in_minutes: 120
-
-  #   - label: "AIX (64-bit)"
-  #     command: "libcxx/utils/ci/run-buildbot aix"
-  #     artifact_paths:
-  #       - "**/test-results.xml"
-  #       - "**/*.abilist"
-  #     env:
-  #         CC: "clang"
-  #         CXX: "clang++"
-  #         OBJECT_MODE: "64"
-  #     agents:
-  #         queue: libcxx-builders
-  #         os: aix
-  #     retry:
-  #       automatic:
-  #         - exit_status: -1  # Agent was lost
-  #           limit: 2
-  #     timeout_in_minutes: 120
+  - group: "AIX"
+    steps:
+    - label: "AIX (32-bit)"
+      command: "libcxx/utils/ci/run-buildbot aix"
+      artifact_paths:
+        - "**/test-results.xml"
+        - "**/*.abilist"
+      env:
+          CC: "clang"
+          CXX: "clang++"
+          OBJECT_MODE: "32"
+      agents:
+          queue: libcxx-builders
+          os: aix
+      retry:
+        automatic:
+          - exit_status: -1  # Agent was lost
+            limit: 2
+      timeout_in_minutes: 120
+
+    - label: "AIX (64-bit)"
+      command: "libcxx/utils/ci/run-buildbot aix"
+      artifact_paths:
+        - "**/test-results.xml"
+        - "**/*.abilist"
+      env:
+          CC: "clang"
+          CXX: "clang++"
+          OBJECT_MODE: "64"
+      agents:
+          queue: libcxx-builders
+          os: aix
+      retry:
+        automatic:
+          - exit_status: -1  # Agent was lost
+            limit: 2
+      timeout_in_minutes: 120
 
   - group: ":freebsd: FreeBSD"
     steps:


        


More information about the libcxx-commits mailing list