Skip to content

Optionally skip "output" & "diff" upload to S3 #139

Open
@mbrodala

Description

@mbrodala

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:

  1. They only make sense for the particular CI run with the particular source code state
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions