blob: 086a4eff7d640035530e47bc4a69fc334f287e38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
# file: tasks/nomad.yaml
- name: Host Cleanup
block:
- name: Clean Images
import_tasks: clean_images.yaml
vars:
images_to_prefetch_by_arch:
aarch64:
- "fdiotools/builder-ubuntu2204:prod-aarch64"
- "fdiotools/builder-ubuntu2004:prod-aarch64"
x86_64:
- "fdiotools/builder-ubuntu2204:prod-x86_64"
- "fdiotools/builder-ubuntu2004:prod-x86_64"
- "fdiotools/builder-debian11:prod-x86_64"
tags:
- clean-images
|