[CI] Update images to 20260214-152058-2a448ce4#18775
Conversation
Summary of ChangesHello @mshr-h, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on a critical infrastructure update for the continuous integration system. It refreshes the Docker images used across various CI environments to a newer version. This update is essential for enabling support for Python 3.10 within the CI pipelines, ensuring that future development and testing can leverage this Python version. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the CI docker image tags in ci/jenkins/docker-images.ini. The change is straightforward and aligns with the goal of using new images that include Python 3.10. I have provided one suggestion to improve the maintainability of this configuration file by reducing redundancy, which could make future updates easier.
|
the ci error is due to the changes in setuptools that they removed pkg_resources in 82.0.0 (released 2026‑02‑08). |
…and pytorch (apache#18777) Fix apache#18775 (comment) , update xgboost, onnx and pytorch
20260213-110714-021547fe20260214-152058-2a448ce4
91b700d to
8a5485f
Compare
3eabe9e to
d7bbc90
Compare
|
@tvm-bot rerun |
|
Failed to re-run CI in https://github.com/apache/tvm/actions/runs/22035353943 Detailswith response |
47be4cf to
1e574b1
Compare
Follow-up for #18755 tvm-bot rerun fails due to remaining tvm-unity #18775 (comment)
aad3938 to
ac90959
Compare
f960bba to
35d2d51
Compare
|
opencl tests are failing with segmentation fault. |
1442f81 to
f31ec5a
Compare
20260214-152058-2a448ce4 20260214-152058-2a448ce4
|
try to skip all the opencl tests for now and see if it passes. commit id: |
f31ec5a to
b83680b
Compare
Update the CI docker images to include Python 3.10, PyTorch 2.10, ONNX 1.20.1 and so on.
Part of #18682