-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Revert "[libcxx][ci] Temporarily disable ARM jobs" #169352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit 840a43b.
|
@llvm/pr-subscribers-libcxx Author: David Spickett (DavidSpickett) ChangesReverts 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:
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:
|
|
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. |
|
...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. |
Reverts llvm#169318 Our builders are back online. I see them picking up existing jobs.
Reverts #169318
Our builders are back online. I see them picking up existing jobs.