[libcxx-commits] [PATCH] D126688: [libcxx] Temporarily skip Arm configs

David Spickett via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 31 03:17:01 PDT 2022


DavidSpickett created this revision.
Herald added subscribers: kristof.beyls, arichardson.
Herald added a project: All.
DavidSpickett requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

The machine hosting these agents will be down
for maintenance June 2nd.

We (Linaro) will remove this once the agents are back online.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126688

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
@@ -729,6 +729,7 @@
   - 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 @@
       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 @@
       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 @@
       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 @@
       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 @@
       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: D126688.433045.patch
Type: text/x-patch
Size: 1624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220531/c44b91af/attachment.bin>


More information about the libcxx-commits mailing list