Philippe Lafoucrière
|
9d7c70c9de
|
Clean up CI reports
Also, `SAST_CONFIDENCE_LEVEL` has been renamed in
https://gitlab.com/gitlab-org/security-products/sast/merge_requests/72
|
2019-07-11 20:31:18 +00:00 |
|
Philippe Lafoucrière
|
ab696cdf28
|
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
|
2019-06-25 08:57:33 +00:00 |
|
Victor Zagorodny
|
d0375db249
|
Update ENV vars syntax for reports.ci.yml
|
2019-05-02 15:41:20 +00:00 |
|
Grzegorz Bizon
|
1f942ca383
|
Merge branch '58663-use-include-template-syntax-for-including-the-code-quality-job' into 'master'
Resolve "Use include template syntax for including the Code Quality job"
Closes #58663
See merge request gitlab-org/gitlab-ce!27448
|
2019-04-19 10:48:02 +00:00 |
|
Marcel Amirault
|
86daad6f2f
|
Add docs exceptions to CI
|
2019-04-17 13:51:48 +00:00 |
|
Matija Čupić
|
23230aa89e
|
Include CodeQuality with template syntax
|
2019-04-17 11:20:18 +02:00 |
|
Kamil Trzciński
|
931d84ac00
|
Refactor .gitlab-ci.yml
|
2019-04-15 14:16:58 +02:00 |
|