tests/manifest: Don't retain image-info artifacts

Nothing else seems to rely on the image-info generated by the manifest
tests, so let's not retain those artifacts. This currently makes the
`finish` stage take 6 minutes for no good reason.
This commit is contained in:
Simon Steinbeiss 2024-03-06 10:54:23 +01:00 committed by Simon de Vlieger
parent 1278e5d217
commit 144b0563d6

View file

@ -89,10 +89,6 @@ Manifests:
script:
- schutzbot/deploy.sh
- schutzbot/manifest_tests.sh ${PARALLEL_EXEC}
artifacts:
when: always
paths:
- manifest-db/generated-image-infos/
parallel:
matrix:
- PARALLEL_EXEC: ["1/8", "2/8", "3/8", "4/8", "5/8", "6/8", "7/8", "8/8"]