mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -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
|
||||
|
||||
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,
|
||||
dist: true,
|
||||
includeCoreBundle: true,
|
||||
inspectWorkers: false,
|
||||
limitsPath: Path.resolve(REPO_ROOT, 'packages/kbn-optimizer/limits.yml'),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue