[libcxx-commits] [libcxx] d4220af - [libcxx] Temporarily skip Arm configs
David Spickett via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 1 01:37:37 PDT 2022
Author: David Spickett
Date: 2022-06-01T08:37:32Z
New Revision: d4220af52723e76973723d3089c6fe2527fd704d
URL: https://github.com/llvm/llvm-project/commit/d4220af52723e76973723d3089c6fe2527fd704d
DIFF: https://github.com/llvm/llvm-project/commit/d4220af52723e76973723d3089c6fe2527fd704d.diff
LOG: [libcxx] Temporarily skip Arm configs
The machine hosting these agents will be down
for maintenance June 2nd.
We (Linaro) will remove this once the agents are back online.
Differential Revision: https://reviews.llvm.org/D126688
Added:
Modified:
libcxx/utils/ci/buildkite-pipeline.yml
Removed:
################################################################################
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index d3db1e125c5cb..8a99824a0bfc3 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -729,6 +729,7 @@ steps:
- group: "ARM"
steps:
- label: "AArch64"
+ skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot aarch64"
artifact_paths:
- "**/test-results.xml"
@@ -743,6 +744,7 @@ steps:
timeout_in_minutes: 120
- label: "AArch64 -fno-exceptions"
+ skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot aarch64-noexceptions"
artifact_paths:
- "**/test-results.xml"
@@ -757,6 +759,7 @@ steps:
timeout_in_minutes: 120
- label: "Armv8"
+ skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot armv8"
artifact_paths:
- "**/test-results.xml"
@@ -771,6 +774,7 @@ steps:
timeout_in_minutes: 120
- label: "Armv8 -fno-exceptions"
+ skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot armv8-noexceptions"
artifact_paths:
- "**/test-results.xml"
@@ -785,6 +789,7 @@ steps:
timeout_in_minutes: 120
- label: "Armv7"
+ skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot armv7"
artifact_paths:
- "**/test-results.xml"
@@ -799,6 +804,7 @@ steps:
timeout_in_minutes: 120
- label: "Armv7 -fno-exceptions"
+ skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot armv7-noexceptions"
artifact_paths:
- "**/test-results.xml"
More information about the libcxx-commits
mailing list