diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f50c2912502bb5d843f9ce9d7be8190b93c6c4e..1bd0303ffde3d274a9a883b9c50796832cb3b068 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -513,7 +513,7 @@ benchmarks:physics: strategy: depend allow_failure: false -cleanup: +clean: stage: finalize dependencies: - version @@ -528,6 +528,14 @@ cleanup: if [ "$CI_PIPELINE_SOURCE" == "merge_request_event" ]; then ./gitlab-ci/cleanup_registry.sh -i jug_xl -r 69 ${NIGHTLY_TAG} fi + - docker system df + - docker images + +deep_clean: + stage: finalize + dependencies: clean + when: manual + script: - docker system prune --force - docker system df - docker images