Merge "Optimize repos for size when preparing for nodecache"

This commit is contained in:
Zuul 2020-03-18 20:23:55 +00:00 committed by Gerrit Code Review
commit e06a916021

View File

@ -19,7 +19,7 @@
- skip_ansible_lint - skip_ansible_lint
- name: Run git garbage collection - name: Run git garbage collection
command: git gc command: git gc --prune=now --aggressive
args: args:
chdir: "{{ git_cache_root }}/{{ item.canonical_name }}" chdir: "{{ git_cache_root }}/{{ item.canonical_name }}"
with_items: "{{ zuul.projects.values() | list }}" with_items: "{{ zuul.projects.values() | list }}"