Revert "fix(jobspec): Delete ipsec nfv density tests"
[csit.git] / fdio.infra.ansible / roles / cleanup / tasks / nomad.yaml
1 ---
2 # file: tasks/nomad.yaml
3
4 - name: Host Cleanup
5   block:
6   - name: Clean Images
7     import_tasks: clean_images.yaml
8     vars:
9       images_to_prefetch_by_arch:
10         aarch64:
11           - "fdiotools/builder-ubuntu2204:prod-aarch64"
12           - "fdiotools/builder-ubuntu2004:prod-aarch64"
13         x86_64:
14           - "fdiotools/builder-ubuntu2204:prod-x86_64"
15           - "fdiotools/builder-ubuntu2004:prod-x86_64"
16           - "fdiotools/builder-debian11:prod-x86_64"
17     tags:
18       - clean-images