Skip to content

WIP: Add job for checking artifact size

Can Eldem requested to merge check-artifact-size into master

Description

Add check-dependency_scanning_artifact_size job to check artifact size. This job will require analyzers QA to have *_MAX_ARTIFACT_SIZE variable define in their .gitlab-ci.yml file

*_MAX_ARTIFACT_SIZE = CURRENT SIZE + %10 buffer #kilobytes

This job is allowed to fail until we add *_MAX_ARTIFACT_SIZE to all test projects (DS_MAX_ARTIFACT_SIZE )

Related issue

gitlab-org/gitlab#34902 (closed)

Test

branch (without variable defined on top) https://gitlab.com/caneldem/js-npm/pipelines/100073620

master (with variable) https://gitlab.com/caneldem/js-npm/pipelines/100042122

Edited by Can Eldem

Merge request reports