chore(ci): disable E2E tests in Beats#28715
Merged
mdelapenya merged 2 commits intoelastic:masterfrom Nov 2, 2021
Merged
Conversation
At least until latest breaking changes in Kibana affecting Package Registry are resolved
Contributor
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errors
Expand to view the steps failures
|
kuisathaverat
approved these changes
Oct 29, 2021
Contributor
Author
|
/test |
Contributor
Author
mergify bot
pushed a commit
that referenced
this pull request
Nov 2, 2021
* 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)
mergify bot
pushed a commit
that referenced
this pull request
Nov 2, 2021
* 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)
mergify bot
pushed a commit
that referenced
this pull request
Nov 2, 2021
* 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)
mdelapenya
added a commit
that referenced
this pull request
Nov 2, 2021
* 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 <mdelapenya@gmail.com>
mdelapenya
added a commit
that referenced
this pull request
Nov 2, 2021
* 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 <mdelapenya@gmail.com>
mdelapenya
added a commit
that referenced
this pull request
Nov 2, 2021
* 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 <mdelapenya@gmail.com>
mdelapenya
added a commit
to mdelapenya/beats
that referenced
this pull request
Nov 4, 2021
This reverts commit a83e883.
6 tasks
mdelapenya
added a commit
that referenced
this pull request
Nov 5, 2021
mdelapenya
added a commit
that referenced
this pull request
Nov 5, 2021
mdelapenya
added a commit
that referenced
this pull request
Nov 5, 2021
mdelapenya
added a commit
that referenced
this pull request
Nov 5, 2021
v1v
added a commit
to v1v/beats
that referenced
this pull request
Nov 8, 2021
…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)
leweafan
pushed a commit
to leweafan/beats
that referenced
this pull request
Apr 28, 2023
…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)
leweafan
pushed a commit
to leweafan/beats
that referenced
this pull request
Apr 28, 2023
…ic#28812) (elastic#28839) This reverts commit 0af2ad3. (cherry picked from commit 61e43e5) Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
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.
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.asciidocorCHANGELOG-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...)