Author: Louis Dionne Date: 2020-12-08T11:07:56-05:00 New Revision: 8726f94cc74ff1e91a24cb7259e209995283ae0f
URL: https://github.com/llvm/llvm-project/commit/8726f94cc74ff1e91a24cb7259e209995283ae0f DIFF: https://github.com/llvm/llvm-project/commit/8726f94cc74ff1e91a24cb7259e209995283ae0f.diff LOG: [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 Added: Modified: libcxx/utils/ci/buildkite-pipeline.yml Removed: ################################################################################ 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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits