You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2020/04/04 17:09:00 UTC

[jira] [Created] (ARROW-8335) [Release] Add crossbow jobs to run release verification

Neal Richardson created ARROW-8335:
--------------------------------------

             Summary: [Release] Add crossbow jobs to run release verification
                 Key: ARROW-8335
                 URL: https://issues.apache.org/jira/browse/ARROW-8335
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Developer Tools
            Reporter: Neal Richardson
            Assignee: Neal Richardson
             Fix For: 0.17.0


Workflow: edit version number and rc number in template in {{dev/release/github.verify.yml}}, make PR, and do 

* {{@github-actions crossbow submit -g verify-rc}} to run everything
* {{@github-actions crossbow submit -g verify-rc-wheel|source|binary}} to run those groups
* Other groups at {{verify-rc-wheel|source-macos|ubuntu|windows}}, {{verify-rc-source-cpp|csharp|java|etc.}}
* Individual workflows at e.g. {{verify-rc-wheel-windows}}, {{verify-rc-source-macos-csharp}}. We could break out the wheel verification by python version (maybe we should), but that requires changes to the verification scripts themselves.

Running the main {{verify-rc}} group will put a ton of workflow svg badges on the PR so we can see at a glance what is passing and failing. If things fail when running all, can push fixes to the verification script to the branch and retry just those that failed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)