[libcxx-commits] [PATCH] D129987: Revert "[libcxx] Temporarily skip Arm configs"
David Spickett via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 18 03:13:18 PDT 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG22a8671fd6b7: Revert "[libcxx] Temporarily skip Arm configs" (authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129987/new/
https://reviews.llvm.org/D129987
Files:
libcxx/utils/ci/buildkite-pipeline.yml
Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/utils/ci/buildkite-pipeline.yml
@@ -728,7 +728,6 @@
- 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 @@
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 @@
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 @@
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 @@
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 @@
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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129987.445440.patch
Type: text/x-patch
Size: 1624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220718/ac8a574c/attachment.bin>
More information about the libcxx-commits
mailing list