1
Fork 0

Only run jobs for changed images in CI #3

Closed
opened 2024-08-24 11:48:17 +02:00 by lucas · 2 comments
Owner
No description provided.
Author
Owner

If #4 is implemented first, make sure that checks are considered as succeeded even when the image is skipped

If #4 is implemented first, make sure that checks are considered as succeeded even when the image is skipped
Author
Owner

Seems to be largely unnecessary. Layer caching for the build works well, and put steps also recognize existing manifests.
So the unchanged images all "build" in 20 - 30 seconds.

So it seems better to not bother with conditional logic, as in the worst case, it could be incorrect and not build an image that should have been built.

Seems to be largely unnecessary. Layer caching for the build works well, and `put` steps also recognize existing manifests. So the unchanged images all "build" in 20 - 30 seconds. So it seems better to not bother with conditional logic, as in the worst case, it could be incorrect and not build an image that should have been built.
lucas closed this issue 2024-08-28 10:24:21 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lucas/ci-images#3
No description provided.