-
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
chore(ci): disable E2E tests in Beats #28715
Conversation
At least until latest breaking changes in Kibana affecting Package Registry are resolved
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
/test |
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.
* chore(ci): disable E2E tests in Beats At least until latest breaking changes in Kibana affecting Package Registry are resolved * chore(ci): disable E2E tests in packaging job too (cherry picked from commit a83e883)
* chore(ci): disable E2E tests in Beats At least until latest breaking changes in Kibana affecting Package Registry are resolved * chore(ci): disable E2E tests in packaging job too (cherry picked from commit a83e883)
* chore(ci): disable E2E tests in Beats At least until latest breaking changes in Kibana affecting Package Registry are resolved * chore(ci): disable E2E tests in packaging job too (cherry picked from commit a83e883)
* chore(ci): disable E2E tests in Beats At least until latest breaking changes in Kibana affecting Package Registry are resolved * chore(ci): disable E2E tests in packaging job too (cherry picked from commit a83e883) Co-authored-by: Manuel de la Peña <[email protected]>
* chore(ci): disable E2E tests in Beats At least until latest breaking changes in Kibana affecting Package Registry are resolved * chore(ci): disable E2E tests in packaging job too (cherry picked from commit a83e883) Co-authored-by: Manuel de la Peña <[email protected]>
* chore(ci): disable E2E tests in Beats At least until latest breaking changes in Kibana affecting Package Registry are resolved * chore(ci): disable E2E tests in packaging job too (cherry picked from commit a83e883) Co-authored-by: Manuel de la Peña <[email protected]>
This reverts commit a83e883.
) This reverts commit a83e883. (cherry picked from commit 51414d6) Co-authored-by: Manuel de la Peña <[email protected]>
) This reverts commit a83e883. (cherry picked from commit 51414d6) Co-authored-by: Manuel de la Peña <[email protected]>
) This reverts commit a83e883. (cherry picked from commit 51414d6) Co-authored-by: Manuel de la Peña <[email protected]>
…in-the-package-binareis * upstream/master: allows disable pod events enrichment with deployment name (elastic#28521) Remove Docker input from Filebeat (elastic#28817) [breaking] Make default_field: false the default for all fields (elastic#28596) Osquerybeat: Improve osquery client connect code (elastic#28848) Add crawler metrics into the stats metricset for Enterprise Search (elastic#28790) Remove the now deprecated appsearch module from metricbeat (elastic#28850) Remove Beat generators (elastic#28816) chore: upload files to Google Storage when they exist (elastic#28836) Revert "chore(ci): disable E2E tests in Beats (elastic#28715)" (elastic#28812) Deprecate generating custom Beats (elastic#28814) [Metricbeat] upgrade flatbuffers to 1.12.1 (elastic#28094) Osquerybeat: Fix restart flags after previously bad config (elastic#28827) Force ECS and JSON logging for libbeat/logp (elastic#28573) Filebeat: Error on startup for unconfigured module (elastic#28818) Deprecate log input in favour of filestream (elastic#28623) Fix some spelling mistakes (elastic#28080)
…in-the-package-binareis * upstream/master: allows disable pod events enrichment with deployment name (elastic#28521) Remove Docker input from Filebeat (elastic#28817) [breaking] Make default_field: false the default for all fields (elastic#28596) Osquerybeat: Improve osquery client connect code (elastic#28848) Add crawler metrics into the stats metricset for Enterprise Search (elastic#28790) Remove the now deprecated appsearch module from metricbeat (elastic#28850) Remove Beat generators (elastic#28816) chore: upload files to Google Storage when they exist (elastic#28836) Revert "chore(ci): disable E2E tests in Beats (elastic#28715)" (elastic#28812) Deprecate generating custom Beats (elastic#28814) [Metricbeat] upgrade flatbuffers to 1.12.1 (elastic#28094) Osquerybeat: Fix restart flags after previously bad config (elastic#28827) Force ECS and JSON logging for libbeat/logp (elastic#28573) Filebeat: Error on startup for unconfigured module (elastic#28818) Deprecate log input in favour of filestream (elastic#28623) Fix some spelling mistakes (elastic#28080)
…ic#28812) (elastic#28839) This reverts commit 0af2ad3. (cherry picked from commit 61e43e5) Co-authored-by: Manuel de la Peña <[email protected]>
What does this PR do?
This PR comments out the execution of the E2E tests for Fleet at the CI pipelines level. For that we are logging a message instead of the exeuction.
Why is it important?
After recent changes in Kibana, Package Registry and Elastic Package, we are forced to disable the E2E tests as they are always going to fail because the stack is not going to start, causing the test scenarios to drastically fail.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
Related issues
I will be adding links to this list once I capture all parts in place (Kibana, package registry, elastic-package, E2E tests...)