Open
Description
If S3 (AWS, DigitalOcean, etc.) is configured, this helper downloads and uploads output
(actual), base
and diff
images to the S3 storage.
However for a regular CI workflow it does not make sense to have diff
images uploaded:
- They only make sense for the particular CI run with the particular source code state
- The result in the S3 storage is undefined in case of other CI runs executed in parallel or other CI pipelines
Thus it would be useful to have an option to skip the upload of diff
images to S3. Instead they should only be stored locally in this case.
Notice that the same goes for output
(actual) for the same reasons listed above. Updating the base
images should always be done locally
Metadata
Metadata
Assignees
Labels
No labels