kszucs commented on PR #13258: URL: https://github.com/apache/arrow/pull/13258#issuecomment-1141225737
> > @raulcd how about not fetching at all (by default) since you added support for unique hash job prefixes? > > I am probably missing something obvious but I am not sure I follow. Do you mean changing all the cli defaults for: `'--fetch/--no-fetch', default=True` to `'--fetch/--no-fetch', default=False` ? Exactly! > The specific case I am trying to solve will still require fetching the references (and retry in case of failure) in order to generate the nightly reports, right? We may want to remove the fetch functionality entirely because pygit2's fetch fails occasionally for non obvious reasons. Theoretically all references should be available in that build due to the fresh crossbow checkout already, so `--no-fetch` shouldn't be required. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org