kou commented on a change in pull request #9767:
URL: https://github.com/apache/arrow/pull/9767#discussion_r600294968
##########
File path: dev/tasks/crossbow.py
##########
@@ -322,7 +322,11 @@ def create_tree(self, files):
def create_commit(self, files, parents=None, message='',
reference_name=None):
- parents = parents or []
+ if parents is None:
+ # by default use the main branch as the base of the new branch
+ # required to reuse github actions cache across crossbow tasks
Review comment:
Travis CI's new free plan isn't unlimited.
Crossbow Travis CI builds are disabled again:
https://travis-ci.com/github/ursacomputing/crossbow
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]