-
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
MINOR: [CI] Avoid docker-compose on Azure #40972
Conversation
@github-actions crossbow submit conda-clean test-debian-12-python-3-amd64 |
Revision: 1d321c4 Submitted crossbow builds: ursacomputing/crossbow @ actions-2c5940b7be
|
@assignUser @kou Can you advise? |
@@ -61,7 +61,7 @@ jobs: | |||
- name: Setup Python | |||
uses: actions/setup-python@v5.1.0 | |||
with: | |||
python-version: '3.12' | |||
python-version: '3.9' |
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.
Required for the docker-compose dependencies to install properly.
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 for getting everything going again! Sorry for the late review.
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 469430f. 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. |
### Rationale for this change Same as PR apache#40949, but for Crossbow builds hosted on Azure Pipelines. ### Are these changes tested? Yes, they fix CI tests. ### Are there any user-facing changes? No. Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
Same as PR apache#40949, but for Crossbow builds hosted on Azure Pipelines. Yes, they fix CI tests. No. Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
Same as PR apache#40949, but for Crossbow builds hosted on Azure Pipelines. Yes, they fix CI tests. No. Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
Same as PR apache#40949, but for Crossbow builds hosted on Azure Pipelines. Yes, they fix CI tests. No. Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
### Rationale for this change Same as PR apache#40949, but for Crossbow builds hosted on Azure Pipelines. ### Are these changes tested? Yes, they fix CI tests. ### Are there any user-facing changes? No. Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
Rationale for this change
Same as PR #40949, but for Crossbow builds hosted on Azure Pipelines.
Are these changes tested?
Yes, they fix CI tests.
Are there any user-facing changes?
No.