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

fedora-ostree-pruner: drop hardcoding of test mode; limit to compose repo #163

Merged
merged 2 commits into from
Dec 14, 2022

Commits on Dec 14, 2022

  1. fedora-ostree-pruner: add ppc64le and s390x fedora-coreos arches

    We now have s390x and will soon have ppc64le in the prod repo for
    Fedora CoreOS.
    dustymabe committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    575b0b1 View commit details
    Browse the repository at this point in the history
  2. fedora-ostree-pruner: drop hardcoding of test mode; limit to compose …

    …repo
    
    We're in a position right now where we need to recover some space but
    Kevin Fenzi is out on a much deserved break. Let's make this script
    start taking real action by unsetting `args.test = True`, but let's
    be conservative and only operate on the compose repo for now until
    Kevin gets back.
    
    In the most recent test this got us 1.2T in space back:
    
    ```
    Total objects: 10768149
    Would delete: 7437430 objects, freeing 1.2 TB
    ```
    dustymabe committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4adfb72 View commit details
    Browse the repository at this point in the history