[libcxx-commits] [libcxx] 22a8671 - Revert "[libcxx] Temporarily skip Arm configs"
David Spickett via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 18 03:13:17 PDT 2022
Author: David Spickett
Date: 2022-07-18T10:13:12Z
New Revision: 22a8671fd6b7dc79f0a903170e2b0bc50f21aaec
URL: https://github.com/llvm/llvm-project/commit/22a8671fd6b7dc79f0a903170e2b0bc50f21aaec
DIFF: https://github.com/llvm/llvm-project/commit/22a8671fd6b7dc79f0a903170e2b0bc50f21aaec.diff
LOG: Revert "[libcxx] Temporarily skip Arm configs"
This reverts commit 81bffdf6a5d03c58440227eeecdd6fd1642c8eb8,
the machine is back online.
Differential Revision: https://reviews.llvm.org/D129987
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 9263a6fa66e8b..755f98d9c6b34 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -728,7 +728,6 @@ steps:
- group: "ARM"
steps:
- label: "AArch64"
- skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot aarch64"
artifact_paths:
- "**/test-results.xml"
@@ -743,7 +742,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"
@@ -758,7 +756,6 @@ steps:
timeout_in_minutes: 120
- label: "Armv8"
- skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot armv8"
artifact_paths:
- "**/test-results.xml"
@@ -773,7 +770,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"
@@ -788,7 +784,6 @@ steps:
timeout_in_minutes: 120
- label: "Armv7"
- skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot armv7"
artifact_paths:
- "**/test-results.xml"
@@ -803,7 +798,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