[8.19] (backport #8320) ci: update all n1-standard-8 type runners to n2-standard-8 #8324
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.





What does this PR do?
This PR updates all Buildkite pipeline steps that were previously using
n1-standard-8GCP machine types to instead usen2-standard-8.The following pipeline YAML files were updated:
.buildkite/bk.integration.pipeline.yml.buildkite/pipeline.elastic-agent-helm-charts.yml.buildkite/pipeline.integration-test-matrix.ymlWhy is it important?
The
n1machine series is deprecated and offers worse performance and price efficiency compared to then2series. As noted in the review of a prior PR, usingn2-standard-8helps prevent resource limitations and improves overall CI stability and performance. This change ensures consistency across all CI steps and aligns with best practices for machine type selection in GCP (context here).Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
None. This is a CI-only change and does not affect the behavior of the Elastic Agent or its packaging. No user-facing configuration or interface is impacted.
How to test this PR locally
These changes affect the CI configuration and will be automatically exercised by Buildkite when the pipeline runs.
Related issues
n2-standard-8for better performance and consistencyThis is an automatic backport of pull request ci: update all n1-standard-8 type runners to n2-standard-8 #8320 done by Mergify.