Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
14.57k
stars
3.54k
forks
source link
[CI] Include the first occurrence of a task failure in the nightly report #28556
Open
asfimport opened 3 years ago
It would be useful if the nightly report would help to identify the time of the regression when a nightly build has started to fail. We can automatize this during the report generation by filtering the crossbow branches for the task's name, like on the github UI: https://github.com/ursacomputing/crossbow/branches/all?query=test-conda-python-3.7-turbodbc-latest
In order to avoid reaching the github rate limit, we could limit this search for the last one or two weeks and mark the older issues as persistent.
Reporter: Krisztian Szucs / @kszucs
Note: This issue was originally created as ARROW-12821. Please see the migration documentation for further details.