Uploaded image for project: 'Multiple Architecture Enablement'
  1. Multiple Architecture Enablement
  2. MULTIARCH-3729

Add chron job to clean up old images

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • None
    • Multi-Arch CI
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • None
    • None
    • None

      Over time, the openshift-installs we do on libvirt leave behind disk artifacts.
      to clean this up, we occasionally have to run:
      find /var/lib/libvirt/openshift-images -depth -type d -mmin +$((60*24)) -exec /bin/rm -rf {} \;
      We should set this up as a weekly chron and host it in https://github.com/openshift/ocp-remote-ci

              tvardema Trevor Vardeman
              jpoulin Jeremy Poulin
              None
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: