[libcxx-commits] [libcxx] 8a023fe - [libcxx] Temporarily skip Arm configs

David Spickett via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 3 01:23:00 PST 2023


Author: David Spickett
Date: 2023-03-03T09:22:17Z
New Revision: 8a023fed2f848031769eae804e55eed719cdd12d

URL: https://github.com/llvm/llvm-project/commit/8a023fed2f848031769eae804e55eed719cdd12d
DIFF: https://github.com/llvm/llvm-project/commit/8a023fed2f848031769eae804e55eed719cdd12d.diff

LOG: [libcxx] Temporarily skip Arm configs

The machine hosting these agents will be down
for maintenance today.

We (Linaro) will remove this once the agents are 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 694d141ebebc2..3a58db3635a6a 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -905,6 +905,7 @@ steps:
   - group: "ARM"
     steps:
     - label: "AArch64"
+      skip: "Linaro agents offline."
       command: "libcxx/utils/ci/run-buildbot aarch64"
       artifact_paths:
         - "**/test-results.xml"
@@ -919,6 +920,7 @@ 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"
@@ -933,6 +935,7 @@ steps:
       timeout_in_minutes: 120
 
     - label: "Armv8"
+      skip: "Linaro agents offline."
       command: "libcxx/utils/ci/run-buildbot armv8"
       artifact_paths:
         - "**/test-results.xml"
@@ -947,6 +950,7 @@ 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"
@@ -961,6 +965,7 @@ steps:
       timeout_in_minutes: 120
 
     - label: "Armv7"
+      skip: "Linaro agents offline."
       command: "libcxx/utils/ci/run-buildbot armv7"
       artifact_paths:
         - "**/test-results.xml"
@@ -975,6 +980,7 @@ 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