-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-45305: [CI][Python] Temporarily avoid newer boto3 version #45311
Conversation
Until Minio gets fixed.
@github-actions crossbow submit -g python |
|
Revision: 6671e83 Submitted crossbow builds: ursacomputing/crossbow @ actions-3dcdd8e768 |
@h-vetinari @raulcd I'd like to merge this quickly if it fixes the CI failures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @pitrou , 👍
The remaining CI failures (Substrait, Hypothesis, Emscripten) are unrelated. |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit a74eb7e. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 10 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…atible state backend) (#9035) <!-- Please, go through these steps when you submit a PR. 1. Make sure your branch is not protected. In particular, avoid making PRs from the `main` branch of your fork. 2. Give a descriptive title to your PR. We use semantic titles, and the accepted types and scopes are listed in https://github.com/meltano/meltano/blob/main/.github/semantic.yml. A good title should look like this: ``` feat(cli): The `meltano run` command now accepts a `--timeout` option to limit the time it runs ``` 3. Provide a description of your changes. 4. Put "Closes #XXXX" in your comment to auto-close the issue that your PR fixes (if such). --> ## Description <!-- Describe the changes introduced by this PR --> Example failure: https://github.com/meltano/meltano/actions/runs/12877579377/job/35902245665?pr=9035. We can remove the upper bound once there's a new release of Minio. ## Related Issues * Closes #XXXX * apache/arrow#45305 * minio/minio#20845 * minio/minio#20855 * apache/arrow#45311
Until Minio gets fixed.
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?