[libcxx-commits] [libcxx] cbace67 - Revert "[libcxx] Temporarily skip Arm configs"
David Spickett via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 3 03:01:05 PST 2023
Author: David Spickett
Date: 2023-03-03T10:59:52Z
New Revision: cbace67345c741c1f2379cdc62d6be173eeaef5e
URL: https://github.com/llvm/llvm-project/commit/cbace67345c741c1f2379cdc62d6be173eeaef5e
DIFF: https://github.com/llvm/llvm-project/commit/cbace67345c741c1f2379cdc62d6be173eeaef5e.diff
LOG: Revert "[libcxx] Temporarily skip Arm configs"
This reverts commit 8a023fed2f848031769eae804e55eed719cdd12d.
The machine is back online.
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 3a58db3635a6a..694d141ebebc2 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -905,7 +905,6 @@ steps:
- group: "ARM"
steps:
- label: "AArch64"
- skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot aarch64"
artifact_paths:
- "**/test-results.xml"
@@ -920,7 +919,6 @@ 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"
@@ -935,7 +933,6 @@ steps:
timeout_in_minutes: 120
- label: "Armv8"
- skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot armv8"
artifact_paths:
- "**/test-results.xml"
@@ -950,7 +947,6 @@ 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"
@@ -965,7 +961,6 @@ steps:
timeout_in_minutes: 120
- label: "Armv7"
- skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot armv7"
artifact_paths:
- "**/test-results.xml"
@@ -980,7 +975,6 @@ 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