[
https://issues.apache.org/jira/browse/ARROW-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16511240#comment-16511240
]
Phillip Cloud commented on ARROW-2676:
--------------------------------------
Update on this: [~kszucs] is making progress.
Let's address each bullet individually:
- *_Can we run each desired task in a particular CI service?_*: This is
currently possible as of ARROW-2430, as noted.
- *_We can determine the list of created tasks associated with a particular
run_*: Crossbow is now creating a new branch per job like {{build-<number>}}.
The individual tasks are prefixed with the job name, and that is followed by
the task name. A concrete example is:
[{{build-30-conda-linux}}|https://github.com/kszucs/crossbow/tree/build-33-conda-linux].
This contains the YAML file that is run on some service, in this case Travis
CI.
- *_Each task can upload its artifacts to a deterministic central location
(e.g. GitHub), where the artifacts are not commingled with any other run_*:
Because of the way branches are named, this is by definition how the tool
works. [Here are the artifacts for
build-30-conda-linux|https://github.com/kszucs/crossbow/releases/tag/build-30].
- *_We can determine whether all the expected artifacts from a particular run
have been successfully uploaded (i.e. to GitHub)_*: This is [in
progress|https://github.com/apache/arrow/pull/2109/files#diff-9bbf77c0a253f3c1c9a490af27c9101dR353].
- *_We can, in an automated way and without clicking on a webpage, download all
the artifacts from a successful run and GPG sign them for purposes of a release
vote_*: Not yet started, but next up in the queue.
> [Packaging] Deploy build artifacts to github releases
> -----------------------------------------------------
>
> Key: ARROW-2676
> URL: https://issues.apache.org/jira/browse/ARROW-2676
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Packaging
> Reporter: Krisztian Szucs
> Assignee: Krisztian Szucs
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)