[9.3] [CI] Reduce FTR and Jest bench runtime (#252198)#252798
Merged
Conversation
## Summary The `FTR Bench` step can block the build from finishing, so we want to get the run time down and start sooner. It currently takes ~90 minutes to finish. After these changes, it is ~45 minutes. - Reverts elastic#252437 - Upgrade machine to `c2d -> c4d` and use hyperdisk. This reduces runtime by ~6 minutes. - Removes `fleet` config from being benchmarked. This reduces runtime by ~17 minutes. - Removes one iteration of testing in FTR Bench. This reduces runtime by ~25 minutes. - Due to elastic#252200, the benchmarking steps now start with the pre checks. This will start them ~25 minutes sooner. - `FTR Bench` builds it's own distributables, and thus has no other step dependencies. If these builds fail, the bench doesn't run. - `Jest Bench` has no dependencies. - Upgrade `Jest Bench` machine from `n2-highmem-16` to `c4d-standard-16` and adds hyperdisk. - Reduces runtime from 51 min to 26 min. (cherry picked from commit 2e33182)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.3:Questions ?
Please refer to the Backport tool documentation