diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml index 9263a6fa66e8b7..755f98d9c6b344 100644 --- a/libcxx/utils/ci/buildkite-pipeline.yml +++ b/libcxx/utils/ci/buildkite-pipeline.yml @@ -728,7 +728,6 @@ steps: - group: "ARM" steps: - label: "AArch64" - skip: "Linaro agents offline." command: "libcxx/utils/ci/run-buildbot aarch64" artifact_paths: - "**/test-results.xml" @@ -743,7 +742,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" @@ -758,7 +756,6 @@ steps: timeout_in_minutes: 120 - label: "Armv8" - skip: "Linaro agents offline." command: "libcxx/utils/ci/run-buildbot armv8" artifact_paths: - "**/test-results.xml" @@ -773,7 +770,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" @@ -788,7 +784,6 @@ steps: timeout_in_minutes: 120 - label: "Armv7" - skip: "Linaro agents offline." command: "libcxx/utils/ci/run-buildbot armv7" artifact_paths: - "**/test-results.xml" @@ -803,7 +798,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"