Skip to content
Snippets Groups Projects
Unverified Commit 2ce37765 authored by Steve Xuereb's avatar Steve Xuereb :speech_balloon:
Browse files

Disable juint reports tmp

The junit reports are creating 90mb files inside of redis for
`gitlab-ce/ee` project. There is an ongoing production incident
https://gitlab.com/gitlab-com/gl-infra/production/issues/928 that is
because of high CPU uitlaization on the redis nodes. GitLab-ce/ee are
the highest consumers of memory becuase of these junit reports.

This is a bandage until we can scale redis properly.
parent 29b8830b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -168,8 +168,8 @@ karma:
paths:
- chrome_debug.log
- coverage-javascript/
reports:
junit: junit_karma.xml
# reports:
# junit: junit_karma.xml
 
jest:
extends: .dedicated-no-docs-and-no-qa-pull-cache-job
Loading
Loading
@@ -191,8 +191,8 @@ jest:
paths:
- coverage-frontend/
- junit_jest.xml
reports:
junit: junit_jest.xml
# reports:
# junit: junit_jest.xml
cache:
key: jest
paths:
Loading
Loading
Loading
Loading
@@ -77,8 +77,8 @@
- rspec_flaky/
- rspec_profiling/
- tmp/capybara/
reports:
junit: junit_rspec.xml
# reports:
# junit: junit_rspec.xml
 
.rspec-metadata-pg: &rspec-metadata-pg
<<: *rspec-metadata
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment