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

Commits on Feb 12, 2023

  1. pythongh-89792: Prevent test_tools from copying 1000M of "source" in …

    …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 authored and miss-islington committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    7362387 View commit details
    Browse the repository at this point in the history