mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -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:
|
agents:
|
||||||
image: docker.elastic.co/cloud-ci/sonarqube/buildkite-scanner:latest
|
image: docker.elastic.co/cloud-ci/sonarqube/buildkite-scanner:latest
|
||||||
memory: 32G
|
memory: 32G
|
||||||
|
cpu: 4
|
||||||
|
env:
|
||||||
|
SONAR_SCANNER_JAVA_OPTS: '-Xmx16384m'
|
||||||
command: /scan-source-code.sh
|
command: /scan-source-code.sh
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
sonar.projectKey=elastic_kibana_AYvOkAHeQZlFqhqWIr9Y
|
sonar.projectKey=elastic_kibana_AYvOkAHeQZlFqhqWIr9Y
|
||||||
sonar.projectName=Kibana
|
sonar.projectName=Kibana
|
||||||
sonar.host.url=https://sonar.elastic.dev
|
sonar.host.url=https://sonar.elastic.dev
|
||||||
|
sonar.sourceEncoding=UTF-8
|
||||||
sonar.sources=\
|
sonar.sources=\
|
||||||
packages, \
|
packages, \
|
||||||
src, \
|
src, \
|
||||||
|
@ -45,10 +45,11 @@ sonar.exclusions=\
|
||||||
**/test_data/**/*, \
|
**/test_data/**/*, \
|
||||||
**/test_mocks.ts, \
|
**/test_mocks.ts, \
|
||||||
**/test_resources/**/*, \
|
**/test_resources/**/*, \
|
||||||
|
**/test_helpers/**/*, \
|
||||||
**/tests/**/*, \
|
**/tests/**/*, \
|
||||||
src/dev/**/*, \
|
src/dev/**/*, \
|
||||||
x-pack/plugins/*/scripts/**/*, \
|
x-pack/plugins/*/scripts/**/*, \
|
||||||
src/plugins/*/scripts/**/*, \
|
src/plugins/*/scripts/**/*, \
|
||||||
packages/*/scripts/**/*,
|
packages/*/scripts/**/*
|
||||||
|
sonar.coverage.exclusions=**
|
||||||
sonar.javascript.node.maxspace=8192
|
sonar.javascript.node.maxspace=16384
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue