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

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


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGef3e27385b16: Revert "[libc++] Comment out the AIX jobs that are failing" (authored by daltenty).
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158754/new/

https://reviews.llvm.org/D158754

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


Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/utils/ci/buildkite-pipeline.yml
@@ -1063,44 +1063,43 @@
             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:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158754.554773.patch
Type: text/x-patch
Size: 2348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230830/e5f43876/attachment.bin>


More information about the libcxx-commits mailing list