Skip to content

Commit

Permalink
docs: PR feedback, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Jul 22, 2024
1 parent 5c37d7e commit 2ba1135
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wiki/eui-team-processes/upgrading-kibana.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ If it's too much effort for the EUI team alone to handle migrating/updating depr

## Opening a draft PR to kick off CI

At this point, we recommend opening a **draft** PR with your existing commits/changes against Kibana main. Unfortunately, Kibana's many tests are far too numerous to reasonably run them all locally - your machine will OOM if you even try. Kicking off a CI run is therefore the quickest way to find test failures at this point. To starts the Kibana CI simply comment `/ci` on your draft PR.
At this point, we recommend opening a **draft** PR with your existing commits/changes against Kibana main. Unfortunately, Kibana's many tests are far too numerous to reasonably run them all locally - your machine will OOM if you even try. Kicking off a CI run is therefore the quickest way to find test failures at this point.

Draft PRs in Kibana do not start CI automatically - you'll need to manually comment `/ci` in GitHub to kick off a run.

### PR template

Expand Down

0 comments on commit 2ba1135

Please sign in to comment.