Do not cache indices in Gitlab (#44029)
This commit is contained in:
parent
d654d6b1f4
commit
a16ee3348b
1 changed files with 3 additions and 1 deletions
|
@ -160,7 +160,9 @@ default:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "${CI_PROJECT_DIR}/jobs_scratch_dir"
|
- "${CI_PROJECT_DIR}/jobs_scratch_dir"
|
||||||
- "${CI_PROJECT_DIR}/tmp/_user_cache/cache"
|
- "${CI_PROJECT_DIR}/tmp/_user_cache/cache/patches"
|
||||||
|
- "${CI_PROJECT_DIR}/tmp/_user_cache/cache/providers"
|
||||||
|
- "${CI_PROJECT_DIR}/tmp/_user_cache/cache/tags"
|
||||||
variables:
|
variables:
|
||||||
KUBERNETES_CPU_REQUEST: 4000m
|
KUBERNETES_CPU_REQUEST: 4000m
|
||||||
KUBERNETES_MEMORY_REQUEST: 16G
|
KUBERNETES_MEMORY_REQUEST: 16G
|
||||||
|
|
Loading…
Reference in a new issue