Skip to content

Commit

Permalink
tests/manifest: Don't retain image-info artifacts
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ochosi authored and supakeen committed Mar 6, 2024
1 parent 1278e5d commit 144b056
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 144b056

Please sign in to comment.