Merge "Optimize repos for size when preparing for nodecache"
This commit is contained in:
commit
e06a916021
@ -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 }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user