[libcxx-commits] [PATCH] D92794: [libc++] Add a CI job to backdeploy to macOS 10.14

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 8 08:08:11 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8726f94cc74f: [libc++] Add a CI job to backdeploy to macOS 10.14 (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92794/new/

https://reviews.llvm.org/D92794

Files:
  libcxx/utils/ci/buildkite-pipeline.yml


Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92794.310224.patch
Type: text/x-patch
Size: 638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201208/ab168fa2/attachment.bin>


More information about the libcxx-commits mailing list