-
Notifications
You must be signed in to change notification settings - Fork 175
[test] split up ess and beats serverless integration tests #8551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[test] split up ess and beats serverless integration tests #8551
Conversation
e4e6a41
to
cb5a016
Compare
db1dd0c
to
d1bf164
Compare
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a small nitpick (not blocking for merging) but code LGTM overall
💚 Build Succeeded
History
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for doing this!
e3a4138
to
2c3d09e
Compare
|
What does this PR do?
This PR introduces a CI pipeline update that splits the existing ECH-oriented integration tests into dedicated packages for improved modularity and execution flexibility. Specifically, it:
testing/integration/ess
: contains ESS-targeting integration teststesting/integration/serverless_beats
: contains Beats-specific serverless integration testsintegration:Test
,integration:Matrix
,integration:Single
andintegration:TestBeatServerless
) to run the corresponding test packages.Why is it important?
integration
test package.Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
No user-facing disruption; internal test structure change only.
How to test this PR locally
for Beats serverless you need to have an already compiled filebeat
Related issues