diff options
author | Philippe Lafoucrière <plafoucriere@gitlab.com> | 2019-06-25 08:57:33 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-06-25 08:57:33 +0000 |
commit | ab696cdf28064ec088de0292290461b57fd900f5 (patch) | |
tree | 88f870554d441e3b992ebd47b8f3451aab627275 /scripts | |
parent | 3115c9fc121743dea29aa92a603a0c782eb3d75b (diff) | |
download | gitlab-ce-ab696cdf28064ec088de0292290461b57fd900f5.tar.gz |
Fix reports jobs timing out because of cache
Note: This commit relies on
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26801
which brings support to multiple extends.
While `cache: {}` can disable a cache being set globally, it doesn't
work with extends, which will perform a reverse deep merge based on the
keys.
The cache defined in the base `.default-cache` job
won't be disabled in the report jobs.
As a side effect, the `code_quality`, `sast`, and `dependency_scanning`
jobs are running on a larger code base than expected, leading to
timeouts.
fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/11303
fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/60879
fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12021
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions