[libcxx-commits] [PATCH] D98883: [libc++] Only upload generated abilists.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 18 12:04:53 PDT 2021


Mordante created this revision.
Herald added a subscriber: arichardson.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Only upload the abilist that's generated on that platform.

Note, there are no reviewers yet since first want to test it on
buildkite.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98883

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
@@ -32,7 +32,7 @@
     command: "libcxx/utils/ci/run-buildbot generic-cxx03"
     artifact_paths:
       - "**/test-results.xml"
-      - "**/*.abilist"
+      - "**/*linux*.abilist"
     agents:
       queue: "libcxx-builders"
     retry:
@@ -44,7 +44,7 @@
     command: "libcxx/utils/ci/run-buildbot generic-cxx11"
     artifact_paths:
       - "**/test-results.xml"
-      - "**/*.abilist"
+      - "**/*linux*.abilist"
     agents:
       queue: "libcxx-builders"
     retry:
@@ -56,7 +56,7 @@
     command: "libcxx/utils/ci/run-buildbot generic-cxx14"
     artifact_paths:
       - "**/test-results.xml"
-      - "**/*.abilist"
+      - "**/*linux*.abilist"
     agents:
       queue: "libcxx-builders"
     retry:
@@ -68,7 +68,7 @@
     command: "libcxx/utils/ci/run-buildbot generic-cxx17"
     artifact_paths:
       - "**/test-results.xml"
-      - "**/*.abilist"
+      - "**/*linux*.abilist"
     agents:
       queue: "libcxx-builders"
     retry:
@@ -80,7 +80,7 @@
     command: "libcxx/utils/ci/run-buildbot generic-cxx20"
     artifact_paths:
       - "**/test-results.xml"
-      - "**/*.abilist"
+      - "**/*linux*.abilist"
     agents:
       queue: "libcxx-builders"
     retry:
@@ -92,7 +92,7 @@
     command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
     artifact_paths:
       - "**/test-results.xml"
-      - "**/*.abilist"
+      - "**/*linux*.abilist"
     agents:
       queue: "libcxx-builders"
     retry:
@@ -225,7 +225,7 @@
     command: "libcxx/utils/ci/run-buildbot generic-cxx20"
     artifact_paths:
       - "**/test-results.xml"
-      - "**/*.abilist"
+      - "**/*apple*.abilist"
     agents:
       queue: "libcxx-builders-macos"
     retry:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98883.331649.patch
Type: text/x-patch
Size: 1888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210318/1e709682/attachment.bin>


More information about the libcxx-commits mailing list