Revert "[libcxx] Temporarily skip Arm configs"

This reverts commit 8a023fed2f.

The machine is back online.
This commit is contained in:
David Spickett 2023-03-03 10:59:52 +00:00
parent 204800ad0a
commit cbace67345

View File

@ -905,7 +905,6 @@ steps:
- group: "ARM"
steps:
- label: "AArch64"
skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot aarch64"
artifact_paths:
- "**/test-results.xml"
@ -920,7 +919,6 @@ 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"
@ -935,7 +933,6 @@ steps:
timeout_in_minutes: 120
- label: "Armv8"
skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot armv8"
artifact_paths:
- "**/test-results.xml"
@ -950,7 +947,6 @@ 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"
@ -965,7 +961,6 @@ steps:
timeout_in_minutes: 120
- label: "Armv7"
skip: "Linaro agents offline."
command: "libcxx/utils/ci/run-buildbot armv7"
artifact_paths:
- "**/test-results.xml"
@ -980,7 +975,6 @@ 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"