[libcxx] Temporarily skip Arm configs

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

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

Differential Revision: https://reviews.llvm.org/D126688
This commit is contained in:
David Spickett 2022-05-31 10:10:12 +00:00
parent d157019482
commit d4220af527
1 changed files with 6 additions and 0 deletions

View File

@ -729,6 +729,7 @@ steps:
- 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 @@ 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"
@ -757,6 +759,7 @@ steps:
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 @@ 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"
@ -785,6 +789,7 @@ steps:
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 @@ 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"