aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2020-12-07 18:20:35 -0500
committerLouis Dionne <ldionne.2@gmail.com>2020-12-08 11:07:56 -0500
commit8726f94cc74ff1e91a24cb7259e209995283ae0f (patch)
treecebe19c5c6e0c1beeb3856ee6bca6c54fd89bcd4 /libcxx
parent5844bc540cafb4330e7625b83371f1dab90528c3 (diff)
downloadllvm-project-8726f94cc74ff1e91a24cb7259e209995283ae0f.tar.gz
[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
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/utils/ci/buildkite-pipeline.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index 888463720f56..10ac44d56647 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -275,3 +275,14 @@ steps:
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