#1283 openshift-apps: put the pruner to sleep again
Merged a year ago by jlebon. Opened a year ago by dustymabe.
fedora-infra/ dustymabe/ansible dusty-pruner-sleep  into  main

@@ -20,8 +20,8 @@ 

        - name: fedora-ostree-pruner

          # sleep infinity is useful for debugging environment issues

          # comment out when not debugging

-         #args: ['infinity']

-         #command: ['/usr/bin/sleep']

+         args: ['infinity']

+         command: ['/usr/bin/sleep']

          volumeMounts:

          - name: fedora-ostree-content-volume

            mountPath: /mnt/koji

Now that we've pruned 1.2T from the repo let's put the pruner back
to sleep over the holidays. It's a brand new service and if anything
goes awry we want to be around to investigate.

Will re-enabled in January.

Pull-Request has been merged by jlebon

a year ago

Build succeeded.