Skip to content
Snippets Groups Projects
Verified Commit 9d46ad83 authored by Konrad Botor's avatar Konrad Botor
Browse files

Added cache cleanup job

parent 33e472a5
Branches
Tags
1 merge request!54Moved BuildKit cache to separate registries
Pipeline #96489 passed
......@@ -10,6 +10,7 @@ stages:
- pre-build
- build
- test
- cleanup
- example-build
- example-test
- example-cleanup
......@@ -240,6 +241,13 @@ psql_image_test:
tags:
- public-runner-docker
buildkit_cache_cleanup:
stage: cleanup
extends: .buildkit_cleanup_job_template
needs: []
variables:
CACHE_REPOSITORIES: "benchmark-test-runner/cache,docker-builder/cache,docker-dind/cache,python-scripts/cache,tox-test-runner/cache"
example_docker_image_builder_job:
extends: .docker_image_builder_job_template
stage: example-build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment