Skip to content

Conversation

@DavidSpickett
Copy link
Collaborator

Reverts #169318

Our builders are back online. I see them picking up existing jobs.

@DavidSpickett DavidSpickett requested a review from a team as a code owner November 24, 2025 16:05
@DavidSpickett DavidSpickett added the skip-precommit-approval PR for CI feedback, not intended for review label Nov 24, 2025
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Nov 24, 2025
@llvmbot
Copy link
Member

llvmbot commented Nov 24, 2025

@llvm/pr-subscribers-libcxx

Author: David Spickett (DavidSpickett)

Changes

Reverts llvm/llvm-project#169318

Our builders are back online. I see them picking up existing jobs.


Full diff: https://github.com/llvm/llvm-project/pull/169352.diff

1 Files Affected:

  • (modified) libcxx/utils/ci/buildkite-pipeline.yml (+57-58)
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index 8b77a06323e3d..2ac69c38ebffa 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -33,64 +33,63 @@ definitions:
       - "**/CMakeOutput.log"
 
 steps:
-# Linaro's ARM builders are temporarily offline.
-#- group: ARM
-#  steps:
-#  - label: AArch64
-#    command: libcxx/utils/ci/run-buildbot aarch64
-#    agents:
-#      queue: libcxx-builders-linaro-arm
-#      arch: aarch64
-#    <<: *common
-#
-#  - label: AArch64 -fno-exceptions
-#    command: libcxx/utils/ci/run-buildbot aarch64-no-exceptions
-#    agents:
-#      queue: libcxx-builders-linaro-arm
-#      arch: aarch64
-#    <<: *common
-#
-#  - label: Armv8
-#    command: libcxx/utils/ci/run-buildbot armv8
-#    agents:
-#      queue: libcxx-builders-linaro-arm
-#      arch: armv8l
-#    <<: *common
-#
-#  - label: Armv8 -fno-exceptions
-#    command: libcxx/utils/ci/run-buildbot armv8-no-exceptions
-#    agents:
-#      queue: libcxx-builders-linaro-arm
-#      arch: armv8l
-#    <<: *common
-#
-#  - label: Armv7
-#    command: libcxx/utils/ci/run-buildbot armv7
-#    agents:
-#      queue: libcxx-builders-linaro-arm
-#      arch: armv8l
-#    <<: *common
-#
-#  - label: Armv7 -fno-exceptions
-#    command: libcxx/utils/ci/run-buildbot armv7-no-exceptions
-#    agents:
-#      queue: libcxx-builders-linaro-arm
-#      arch: armv8l
-#    <<: *common
-#
-#  - label: Armv7-M picolibc
-#    command: libcxx/utils/ci/run-buildbot armv7m-picolibc
-#    agents:
-#      queue: libcxx-builders-linaro-arm
-#      arch: aarch64
-#    <<: *common
-#
-#  - label: Armv7-M picolibc -fno-exceptions
-#    command: libcxx/utils/ci/run-buildbot armv7m-picolibc-no-exceptions
-#    agents:
-#      queue: libcxx-builders-linaro-arm
-#      arch: aarch64
-#    <<: *common
+- group: ARM
+  steps:
+  - label: AArch64
+    command: libcxx/utils/ci/run-buildbot aarch64
+    agents:
+      queue: libcxx-builders-linaro-arm
+      arch: aarch64
+    <<: *common
+
+  - label: AArch64 -fno-exceptions
+    command: libcxx/utils/ci/run-buildbot aarch64-no-exceptions
+    agents:
+      queue: libcxx-builders-linaro-arm
+      arch: aarch64
+    <<: *common
+
+  - label: Armv8
+    command: libcxx/utils/ci/run-buildbot armv8
+    agents:
+      queue: libcxx-builders-linaro-arm
+      arch: armv8l
+    <<: *common
+
+  - label: Armv8 -fno-exceptions
+    command: libcxx/utils/ci/run-buildbot armv8-no-exceptions
+    agents:
+      queue: libcxx-builders-linaro-arm
+      arch: armv8l
+    <<: *common
+
+  - label: Armv7
+    command: libcxx/utils/ci/run-buildbot armv7
+    agents:
+      queue: libcxx-builders-linaro-arm
+      arch: armv8l
+    <<: *common
+
+  - label: Armv7 -fno-exceptions
+    command: libcxx/utils/ci/run-buildbot armv7-no-exceptions
+    agents:
+      queue: libcxx-builders-linaro-arm
+      arch: armv8l
+    <<: *common
+
+  - label: Armv7-M picolibc
+    command: libcxx/utils/ci/run-buildbot armv7m-picolibc
+    agents:
+      queue: libcxx-builders-linaro-arm
+      arch: aarch64
+    <<: *common
+
+  - label: Armv7-M picolibc -fno-exceptions
+    command: libcxx/utils/ci/run-buildbot armv7m-picolibc-no-exceptions
+    agents:
+      queue: libcxx-builders-linaro-arm
+      arch: aarch64
+    <<: *common
 
 - group: AIX
   steps:

@DavidSpickett
Copy link
Collaborator Author

I'm going to enable auto-merge here as a reminder to me to clean up any test problems we missed during the downtime. If there are no issues, it'll merge and all new CI jobs will then have ARM included again.

@DavidSpickett DavidSpickett enabled auto-merge (squash) November 24, 2025 16:06
@DavidSpickett DavidSpickett merged commit ccd2c3e into main Nov 24, 2025
17 of 18 checks passed
@DavidSpickett DavidSpickett deleted the revert-169318-libcxx-disable-arm branch November 24, 2025 16:13
@DavidSpickett
Copy link
Collaborator Author

...did not realise that if I had no libcxx changes it wouldn't run the Buildkite part.

Well, as usual, ping me if you have problems.

aadeshps-mcw pushed a commit to aadeshps-mcw/llvm-project that referenced this pull request Nov 26, 2025
Reverts llvm#169318

Our builders are back online. I see them picking up existing jobs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. skip-precommit-approval PR for CI feedback, not intended for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants