[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.
This commit is contained in:
David Spickett 2022-05-31 10:10:12 +00:00
parent a14e3c2aa7
commit 8a023fed2f

View 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"