pitrou commented on issue #46014: URL: https://github.com/apache/arrow/issues/46014#issuecomment-3290982840
> This would be more efficient as we would build Arrow C++ a single time but the final number of jobs would be the same as we have the same number of combinations. For example, we still require to build the 36 wheels. +1 > Also in my opinion, one of the things that we should take into account, if we want to modify the existing workflows, is that this should be easily reproducible on local environments so any of us can easily test with just docker commands. +1 > How about using `strategy.fail-fast: true` for them? If any job is failed, all jobs are canceled with the configuration. So if one of the jobs fails, I can't see the results of other jobs? Please don't do this. It seems like we want to retain Crossbow's flexibility but use the `apache/arrow` repo. Or perhaps we can use a separate `apache/arrow-ci-extra` repo for Crossbow branches? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
