kou commented on issue #46014: URL: https://github.com/apache/arrow/issues/46014#issuecomment-3288312341
> matlab We should include this to `nightly-packaging`. (BTW, it seems that we can merge it to `.github/workflows/matlab.yml`.) > r-recheck-strong > r-recheck-most I have no idea. When do we use them? > test-debian-experimental-cpp-gcc-15 We can remove it because "AMD64 Debian C++23" in `.github/workflows/cpp_extra.yml` will covert this case. (It uses GCC 14 but C++23 will cover similar cases...?) > preview-docs We may want to use GitHub Pages on fork like we did for apache/arrow-site, apache/arrow-js, apache/arrow-dotnet. FYI: apache/arrow-dotnet implementation: https://github.com/apache/arrow-dotnet/blob/506bd148baed44a0ad34f7bce8a06b04da002e52/.github/workflows/rc.yaml#L171-L241 > The numbers for some of the tasks are still quite big, having to run 36 jobs every time I add the `CI Extra: wheels` or 21 for `CI Extra: linux-packaging` is a lot when I might be validating a fix and want a single job to run. How about using `strategy.fail-fast: true` for them? If any job is failed, all jobs are canceled with the configuration. -- 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]
