Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[api-docs] raise memory limit again #107065

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/on_merge_ts_refs_api_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export BUILD_TS_REFS_DISABLE=false
.buildkite/scripts/bootstrap.sh

echo "--- Build API Docs"
node scripts/build_api_docs
node --max-old-space-size=12000 scripts/build_api_docs
1 change: 0 additions & 1 deletion .ci/Jenkinsfile_baseline_capture
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ kibanaPipeline(timeoutMinutes: 210) {
kibanaPipeline.withCiTaskQueue([parallel: 2]) {
catchErrors {
tasks([
kibanaPipeline.functionalTestProcess('oss-baseline', './test/scripts/jenkins_baseline.sh'),
spalger marked this conversation as resolved.
Show resolved Hide resolved
kibanaPipeline.functionalTestProcess('xpack-baseline', './test/scripts/jenkins_xpack_baseline.sh'),
kibanaPipeline.scriptTask('Check Public API Docs', 'test/scripts/checks/baseline_plugin_public_api_docs.sh'),
])
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/checks/baseline_plugin_public_api_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ source src/dev/ci_setup/setup_env.sh
### rebuild plugin api docs to ensure it's not out of date
###
echo " -- building api docs"
node scripts/build_api_docs
node --max-old-space-size=12000 scripts/build_api_docs
2 changes: 1 addition & 1 deletion test/scripts/checks/type_check_plugin_public_api_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ checks-reporter-with-killswitch "Check Types" \
node scripts/type_check

echo " -- building api docs"
node --max-old-space-size=8000 scripts/build_api_docs
node --max-old-space-size=12000 scripts/build_api_docs
17 changes: 0 additions & 17 deletions test/scripts/jenkins_baseline.sh

This file was deleted.