Skip to content

Commit dc37d5e

Browse files
committed
[libc++] Temporarily disable back-deployment testing on arm64 until we figure out ongoing issues
1 parent f292fff commit dc37d5e

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -896,20 +896,21 @@ steps:
896896
limit: 2
897897
timeout_in_minutes: 120
898898

899-
- label: "Apple back-deployment macosx11.0 arm64"
900-
command: "libcxx/utils/ci/run-buildbot apple-system-backdeployment-11.0"
901-
artifact_paths:
902-
- "**/test-results.xml"
903-
- "**/*.abilist"
904-
agents:
905-
queue: "libcxx-builders"
906-
os: "macos"
907-
arch: "arm64"
908-
retry:
909-
automatic:
910-
- exit_status: -1 # Agent was lost
911-
limit: 2
912-
timeout_in_minutes: 120
899+
# TODO: Re-enable this once we've figured out how to run back-deployment testing on arm64 on recent OSes
900+
# - label: "Apple back-deployment macosx11.0 arm64"
901+
# command: "libcxx/utils/ci/run-buildbot apple-system-backdeployment-11.0"
902+
# artifact_paths:
903+
# - "**/test-results.xml"
904+
# - "**/*.abilist"
905+
# agents:
906+
# queue: "libcxx-builders"
907+
# os: "macos"
908+
# arch: "arm64"
909+
# retry:
910+
# automatic:
911+
# - exit_status: -1 # Agent was lost
912+
# limit: 2
913+
# timeout_in_minutes: 120
913914

914915
- label: "Apple back-deployment with hardening enabled"
915916
command: "libcxx/utils/ci/run-buildbot apple-system-backdeployment-hardened-11.0"
@@ -919,6 +920,7 @@ steps:
919920
agents:
920921
queue: "libcxx-builders"
921922
os: "macos"
923+
arch: "x86_64" # TODO: Remove this once we are able to run back-deployment on arm64 again, since this isn't x86_64 specific
922924
retry:
923925
automatic:
924926
- exit_status: -1 # Agent was lost

0 commit comments

Comments
 (0)