-
Notifications
You must be signed in to change notification settings - Fork 463
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
Update tests using journalctl tool to start a custom independent agent #11186
Conversation
🚀 Benchmarks reportTo see the full report comment with |
language: "sh" | ||
contents: | | ||
set -eu | ||
if grep fedora /etc/os-release > /dev/null ; then |
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.
Added support in case the base image is an UBI image (e.g. docker.elastic.co/elastic-agent/elastic-agent-ubi).
a1e1c0e
to
468f504
Compare
This reverts commit 1bcdf08.
Quality Gate passedIssues Measures |
💚 Build Succeeded
History
cc @mrodm |
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
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.
👍
Proposed commit message
Avoid using Elastic Agent complete image for tests requiring the usage of
journalctl
tool. As the goal is to replace those complete images to the corresponding wolfi images, those wolfi images would not have that tool available.Those tests will be running on Elastic Agent images based on
docker.elastic.co/elastic-agent/elastic-agent
.systemd
package will be installed in order to be availablejournalctl
tool for the tests requiring it customizing the independent Elastic Agents used.Checklist
[ ] I have verified that all data streams collect metrics or logs.[ ] I have added an entry to my package'schangelog.yml
file.[ ] I have verified that Kibana version constraints are current according to guidelines.Author's Checklist
Related issues