[libc++] Add a CI job to backdeploy to macOS 10.14
It adds coverage for back-deploying to a system that contains the
filesystem library, which 10.9 (currently our only back-deployment
target in the CI) does not have.
Differential Revision: https://reviews.llvm.org/D92794
GitOrigin-RevId: 8726f94cc74ff1e91a24cb7259e209995283ae0f
diff --git a/utils/ci/buildkite-pipeline.yml b/utils/ci/buildkite-pipeline.yml
index 8884637..10ac44d 100644
--- a/utils/ci/buildkite-pipeline.yml
+++ b/utils/ci/buildkite-pipeline.yml
@@ -275,3 +275,14 @@
automatic:
- exit_status: -1 # Agent was lost
limit: 2
+
+ - label: "Apple back-deployment macosx10.14"
+ command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.14"
+ artifact_paths:
+ - "**/test-results.xml"
+ agents:
+ queue: "libcxx-macos-builders"
+ retry:
+ automatic:
+ - exit_status: -1 # Agent was lost
+ limit: 2