mirror of
https://github.com/elastic/kibana.git
synced 2025-04-16 22:21:06 -04:00
[sonarqube] update memory, cpu (#190547)
Fixes a misplaced comma, bumps the node memory to half of the container. https://buildkite.com/elastic/kibana-sonarqube/builds/12
This commit is contained in:
parent
3d8fad56f2
commit
3f14fcad56
2 changed files with 8 additions and 4 deletions
|
@ -6,4 +6,7 @@ steps:
|
|||
agents:
|
||||
image: docker.elastic.co/cloud-ci/sonarqube/buildkite-scanner:latest
|
||||
memory: 32G
|
||||
cpu: 4
|
||||
env:
|
||||
SONAR_SCANNER_JAVA_OPTS: '-Xmx16384m'
|
||||
command: /scan-source-code.sh
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
sonar.projectKey=elastic_kibana_AYvOkAHeQZlFqhqWIr9Y
|
||||
sonar.projectName=Kibana
|
||||
sonar.host.url=https://sonar.elastic.dev
|
||||
|
||||
sonar.sourceEncoding=UTF-8
|
||||
sonar.sources=\
|
||||
packages, \
|
||||
src, \
|
||||
|
@ -45,10 +45,11 @@ sonar.exclusions=\
|
|||
**/test_data/**/*, \
|
||||
**/test_mocks.ts, \
|
||||
**/test_resources/**/*, \
|
||||
**/test_helpers/**/*, \
|
||||
**/tests/**/*, \
|
||||
src/dev/**/*, \
|
||||
x-pack/plugins/*/scripts/**/*, \
|
||||
src/plugins/*/scripts/**/*, \
|
||||
packages/*/scripts/**/*,
|
||||
|
||||
sonar.javascript.node.maxspace=8192
|
||||
packages/*/scripts/**/*
|
||||
sonar.coverage.exclusions=**
|
||||
sonar.javascript.node.maxspace=16384
|
||||
|
|
Loading…
Add table
Reference in a new issue