GH-49998: [CI][Python] Pin to an older release of miniforge to fix mamba hang#49999
Conversation
|
|
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 2984d23. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 2984d23. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them. |
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 2984d23. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…fix mamba hang (apache#49999) ### Rationale for this change See apache#49998. This prevents CI jobs from timing out after an hour. ### What changes are included in this PR? Pins miniforge to 26.1.1-3. ### Are these changes tested? Yes, I tested locally that this fixes the slow install. ### Are there any user-facing changes? No, this only affects CI. * GitHub Issue: apache#49998 Authored-by: Adam Reeve <adreeve@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Rationale for this change
See #49998. This prevents CI jobs from timing out after an hour.
What changes are included in this PR?
Pins miniforge to 26.1.1-3.
Are these changes tested?
Yes, I tested locally that this fixes the slow install.
Are there any user-facing changes?
No, this only affects CI.