Skip to content

Commit

Permalink
merge docs and definitions steps
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Jun 12, 2024
1 parent 633dfc8 commit 498c689
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 85 deletions.
13 changes: 2 additions & 11 deletions .buildkite/pipelines/esql_grammar_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,8 @@ steps:
provider: gcp
machineType: n2-standard-2
preemptible: true
- command: .buildkite/scripts/steps/esql_generate_function_definitions.sh
label: Generate Function Definitions
timeout_in_minutes: 10
agents:
image: family/kibana-ubuntu-2004
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-2
preemptible: true
- command: .buildkite/scripts/steps/esql_generate_function_docs.sh
label: Generate Function Docs
- command: .buildkite/scripts/steps/esql_generate_function_metadata.sh
label: Generate Function Metadata
timeout_in_minutes: 10
agents:
image: family/kibana-ubuntu-2004
Expand Down
72 changes: 0 additions & 72 deletions .buildkite/scripts/steps/esql_generate_function_docs.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ main () {

yarn make:tests

report_main_step "Generate inline function docs"

cd "$KIBANA_DIR/packages/kbn-text-based-editor"

yarn make:docs $PARENT_DIR/elasticsearch

# Check for differences
set +e
git diff --exit-code --quiet .
Expand Down
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1224,8 +1224,7 @@ x-pack/test/observability_ai_assistant_functional @elastic/obs-ai-assistant
/WORKSPACE.bazel @elastic/kibana-operations
/.buildkite/ @elastic/kibana-operations
/.buildkite/scripts/steps/esql_grammar_sync.sh @elastic/kibana-esql
/.buildkite/scripts/steps/esql_generate_function_definitions.sh @elastic/kibana-esql
/.buildkite/scripts/steps/esql_generate_function_docs.sh @elastic/kibana-esql
/.buildkite/scripts/steps/esql_generate_function_metadata.sh @elastic/kibana-esql
/.buildkite/pipelines/esql_grammar_sync.yml @elastic/kibana-esql
/kbn_pm/ @elastic/kibana-operations
/x-pack/dev-tools @elastic/kibana-operations
Expand Down

0 comments on commit 498c689

Please sign in to comment.