-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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-125741: Update check_generated_files CI to use our published container image #125744
Conversation
corona10
commented
Oct 20, 2024
•
edited by hugovk
Loading
edited by hugovk
- Issue: Update check_generated_files CI to use our published container image #125741
This reverts commit ecb5299.
I verified the the workflows well through https://github.com/python/cpython/actions/runs/11422707050/job/31781018424 Let's handle it separately. |
Since the container python used has something different from Github Action official base image and that is the reason why we should switch to the internal container ? |
See: https://discuss.python.org/t/pinning-gnu-autotools-using-the-github-container-registry/47437/29 FYI, The purpose of CI is verification of whether the person generate autoconf properly So that’s why we have to unify the image to be same. |
Thanks. I need this for #125571. |
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Does that should be backport to 3.13 and 3.12 ? |
I think we should backport it, yes. Hugo? |
Yes, it'll be easier to maintain if the three branches are more similar. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
GH-125759 is a backport of this pull request to the 3.13 branch. |
…blished container image (pythongh-125744) (cherry picked from commit ed24702) Co-authored-by: Donghee Na <donghee.na@python.org>
This comment was marked as resolved.
This comment was marked as resolved.
GH-125760 is a backport of this pull request to the 3.12 branch. |
…blished container image (pythongh-125744) (cherry picked from commit ed24702) Co-authored-by: Donghee Na <donghee.na@python.org>