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

Adhemerval Zanella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 15 05:01:39 PDT 2022


zatrazz created this revision.
Herald added subscribers: kristof.beyls, arichardson.
Herald added a project: All.
zatrazz requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.

The machine hosting these agents will be down for maintenance July 15th.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129847

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,6 +728,7 @@
   - group: "ARM"
     steps:
     - label: "AArch64"
+      skip: "Linaro agents offline."
       command: "libcxx/utils/ci/run-buildbot aarch64"
       artifact_paths:
         - "**/test-results.xml"
@@ -742,6 +743,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"
@@ -756,6 +758,7 @@
       timeout_in_minutes: 120
 
     - label: "Armv8"
+      skip: "Linaro agents offline."
       command: "libcxx/utils/ci/run-buildbot armv8"
       artifact_paths:
         - "**/test-results.xml"
@@ -770,6 +773,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"
@@ -784,6 +788,7 @@
       timeout_in_minutes: 120
 
     - label: "Armv7"
+      skip: "Linaro agents offline."
       command: "libcxx/utils/ci/run-buildbot armv7"
       artifact_paths:
         - "**/test-results.xml"
@@ -798,6 +803,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: D129847.444943.patch
Type: text/x-patch
Size: 1624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220715/b55830c7/attachment.bin>


More information about the libcxx-commits mailing list