-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Missing CI targets for x-pack software #17411
Comments
I've added test for the agent in #17445 |
I created a spreadsheet with all of the test targets that I think we need (haven't looked at the generators yet). https://docs.google.com/spreadsheets/d/1-m2-JlxeG_lmnvdL3UBQ7_BHhee_VL9J_EBM75SttLs To make sure all of the mage targets in the listed exist I created: #17773 |
This adds some arm64 stages to the pipeline to prove that it works. Each beat will get testing as we update to cover the full matrix in elastic#17411. This makes a few updates to the pipeline and supporting scripts so that they will execute on the aarch64 labeled Jenkins worker nodes.
I have prepared a table with the stages that we have now, and the ones that we may be missing: https://docs.google.com/spreadsheets/d/1cns4lri45WpYkl13Qeqk3ZyCuHv-ZTpEugxKpxV_ng0 |
@jsoriano I think I need a legend/key for the table. |
Legend added to the spreadsheet. |
Regarding this particular issue, since I'm working on the 2.0 Pipeline implementation, I created a script to generate the table with what beats are enabled in the CI and what build/stages are enabled for each, please see below: NOTE: the above-mentioned PR is still in progress, but wanted to clarify that we can create what we run in the CI in a markdown table. |
With the current pipelines I think we are covered. Closing this. |
In the issue #17391 and looking at the Jenkinsfile I've found out that we are missing a few important platform targets to test, here an incomplete list.
I think we have to audit all x-pack jobs at least.
Table with stages in the Jenkinsfile
The text was updated successfully, but these errors were encountered: