Skip to content

Commit

Permalink
[api-docs] raise memory limit again (elastic#107065)
Browse files Browse the repository at this point in the history
* [api-docs] raise memory limit again

* update buildkite script too

Co-authored-by: spalger <[email protected]>
  • Loading branch information
Spencer and spalger authored Jul 28, 2021
1 parent 134b2fd commit dfb1b61
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 21 deletions.
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'),
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.

0 comments on commit dfb1b61

Please sign in to comment.