[libcxx-commits] [libcxx] [libc++] Re-enable backdeployment testing on arm64 macOS (PR #99488)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 18 06:11:52 PDT 2024


https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/99488

None

>From d424b9d02c3000df0054e931b51b7af0baaaaa53 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Thu, 18 Jul 2024 09:11:27 -0400
Subject: [PATCH] [libc++] Re-enable backdeployment testing on arm64 macOS

---
 libcxx/utils/ci/buildkite-pipeline.yml | 25 ++++++++-----------------
 1 file changed, 8 insertions(+), 17 deletions(-)

diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index 71d211bfc287d..39f3f62fff921 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -121,6 +121,14 @@ steps:
       arch: x86_64 # TODO: Remove this once we are able to run back-deployment on arm64 again, since this isn't x86_64 specific
     <<: *common
 
+  - label: "Apple back-deployment macosx11.0 arm64"
+    command: "libcxx/utils/ci/run-buildbot apple-system-backdeployment-11.0"
+    agents:
+      queue: libcxx-builders
+      os: macos
+      arch: arm64
+    <<: *common
+
 - group: ARM
   steps:
   - label: AArch64
@@ -230,20 +238,3 @@ steps:
       queue: libcxx-builders
       os: android
     <<: *common
-
-
-    # TODO: Re-enable this once we've figured out how to run back-deployment testing on arm64 on recent OSes
-    # - label: "Apple back-deployment macosx11.0 arm64"
-    #   command: "libcxx/utils/ci/run-buildbot apple-system-backdeployment-11.0"
-    #   artifact_paths:
-    #     - "**/test-results.xml"
-    #     - "**/*.abilist"
-    #   agents:
-    #     queue: "libcxx-builders"
-    #     os: "macos"
-    #     arch: "arm64"
-    #   retry:
-    #     automatic:
-    #       - exit_status: -1  # Agent was lost
-    #         limit: 2
-    #   timeout_in_minutes: 120



More information about the libcxx-commits mailing list