[libcxx] Temporarily skip Arm configs
authorDavid Spickett <david.spickett@linaro.org>
Tue, 31 May 2022 10:10:12 +0000 (10:10 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Fri, 3 Mar 2023 09:22:17 +0000 (09:22 +0000)
The machine hosting these agents will be down
for maintenance today.

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

libcxx/utils/ci/buildkite-pipeline.yml

index 694d141ebebc20cd62ec9c53b017041838974cc7..3a58db3635a6ab82ed2b5e84e9a36ba978454ebc 100644 (file)
@@ -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"