You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/13 10:51:46 UTC

[GitHub] [arrow] kszucs commented on a diff in pull request #12854: ARROW-15893: [Python] Exercise Python minimal build examples on CI

kszucs commented on code in PR #12854:
URL: https://github.com/apache/arrow/pull/12854#discussion_r849346743


##########
.github/workflows/python.yml:
##########
@@ -112,6 +112,43 @@ jobs:
         continue-on-error: true
         run: archery docker push ${{ matrix.image }}
 
+  build-example:
+    name: ${{ matrix.title }}
+    runs-on: ubuntu-latest
+    if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
+    timeout-minutes: 60
+    strategy:
+      fail-fast: false
+      matrix:
+        name:
+          - minimal-fedora-conda
+          - minimal-fedora-venv
+          - minimal-ubuntu-conda
+          - minimal-ubuntu-venv
+        include:
+          - name: minimal-fedora-conda
+            image: minimal-fedora-conda
+            title: Fedora Conda Minimal Build

Review Comment:
   Could you please use `<arch> <os> <version> <build-name>` title to better align with the rest of the build titles?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org