mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
[ci] Use more optimizer threads (#138320)
This commit is contained in:
parent
e59c7958de
commit
436f0df9a4
2 changed files with 3 additions and 1 deletions
|
@ -3,4 +3,5 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
echo "--- Build Platform Plugins"
|
echo "--- Build Platform Plugins"
|
||||||
node scripts/build_kibana_platform_plugins --examples --test-plugins
|
THREADS=$(grep -c ^processor /proc/cpuinfo)
|
||||||
|
node scripts/build_kibana_platform_plugins --examples --test-plugins --workers "$THREADS" --no-inspect-workers --no-progress
|
||||||
|
|
|
@ -31,6 +31,7 @@ export const BuildKibanaPlatformPlugins: Task = {
|
||||||
watch: false,
|
watch: false,
|
||||||
dist: true,
|
dist: true,
|
||||||
includeCoreBundle: true,
|
includeCoreBundle: true,
|
||||||
|
inspectWorkers: false,
|
||||||
limitsPath: Path.resolve(REPO_ROOT, 'packages/kbn-optimizer/limits.yml'),
|
limitsPath: Path.resolve(REPO_ROOT, 'packages/kbn-optimizer/limits.yml'),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue