Skip to content
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

[3.11] gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (GH-101837) #101839

Merged
merged 1 commit into from
Feb 12, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 12, 2023

Prevent test_tools from copying 1000M of "source"

It doesn't need a git repo, just the checkout. We skip .git metadata, Doc/build, Doc/venv, and __pycache__ subdirs, that developers often have in their clients to reduce the size of the source tree copy ten-fold.

This should significantly reduce IO and presumably time on buildbots during this long test.
(cherry picked from commit 1d19423)

Co-authored-by: Gregory P. Smith greg@krypto.org

…freeze test (pythonGH-101837)

Prevent test_tools from copying 1000M of "source"

It doesn't need a git repo, just the checkout.  We skip .git metadata, Doc/build, Doc/venv, and `__pycache__` subdirs, that developers often have in their clients to reduce the size of the source tree copy ten-fold.

This should significantly reduce IO and presumably time on buildbots during this long test.
(cherry picked from commit 1d19423)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
@gpshead gpshead self-assigned this Feb 12, 2023
@miss-islington miss-islington merged commit d17cc3d into python:3.11 Feb 12, 2023
@miss-islington miss-islington deleted the backport-1d19423-3.11 branch February 12, 2023 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants