-
Notifications
You must be signed in to change notification settings - Fork 15.3k
[libcxx][ci] Temporarily disable ARM jobs #169318
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
Linaro is doing network maintanence and I don't have an estimated time these will be back online.
|
@llvm/pr-subscribers-libcxx Author: David Spickett (DavidSpickett) ChangesLinaro is doing network maintenance and I don't have an estimated time these will be back online. Full diff: https://github.com/llvm/llvm-project/pull/169318.diff 1 Files Affected:
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index 2ac69c38ebffa..8b77a06323e3d 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -33,63 +33,64 @@ definitions:
- "**/CMakeOutput.log"
steps:
-- 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
+# 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: AIX
steps:
|
|
Buildkite accepted the YAML config file so I'm going to merge this to unblock other CI jobs (once they are retried that is). |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/24/builds/15042 Here is the relevant piece of the build log for the reference |
This reverts commit 840a43b.
Reverts #169318 Our builders are back online. I see them picking up existing jobs.
Reverts llvm/llvm-project#169318 Our builders are back online. I see them picking up existing jobs.
Linaro is doing network maintenance and I don't have an estimated time these will be back online.
Reverts llvm#169318 Our builders are back online. I see them picking up existing jobs.
Linaro is doing network maintenance and I don't have an estimated time these will be back online.
Linaro is doing network maintenance and I don't have an estimated time these will be back online.