forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kbn-journey] improve CI output by saving server logs into files (ela…
…stic#175293) ## Summary This PR refactors `run_performance` script logic that we use to run single user performance journeys: - simplify script by keeping only 2 functions: `startES` & `runFunctionalTest` - write ES and Kibana logs (for warmup phase) to files instead of console output; - upload files with server log as build artifacts - do not retry journey TEST phase run on failure, it doubles EBT metrics and does not provide much value: journey should be simple and stable. - do not retry step running journeys, most of the failures are due to journey flakiness and we just skip them Testing performance pipeline https://buildkite.com/elastic/kibana-single-user-performance/builds/12552 Before: <img width="1243" alt="image" src="https://github.com/elastic/kibana/assets/10977896/c4635986-6552-4842-abf9-640f09630674"> After <img width="1243" alt="Screenshot 2024-02-02 at 13 56 23" src="https://github.com/elastic/kibana/assets/10977896/47ff6a76-d8dd-44dd-93a5-2c49ef87e808"> --------- Co-authored-by: kibanamachine <[email protected]>
- Loading branch information
Showing
5 changed files
with
138 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters