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

Automatically clean old nightlies #16487

Merged
merged 2 commits into from Apr 18, 2017

Commits on Apr 18, 2017

  1. Move delete function to util.py

    This makes it easier to reuse in other places.
    aneeshusa committed Apr 18, 2017
  2. Automatically clean old nightlies

    Add a new `-keep` flag to `./mach clean-nightlies` to control how many
    nightlies to keep, which keeps the n most recent nightlies found in git.
    
    Use this to clean old nightlies at the start of each build,
    currently keeping 3 nightlies at a time.
    aneeshusa committed Apr 18, 2017
You can’t perform that action at this time.