Update packages to use Elastic Agent images based on Ubuntu#11007
Update packages to use Elastic Agent images based on Ubuntu#11007mrodm merged 8 commits intoelastic:mainfrom
Conversation
|
I guess that the config below stands for ubuntu images right? |
When that setting is If that setting is |
🚀 Benchmarks reportTo see the full report comment with |
There was a problem hiding this comment.
Moved variants file in order to be considered by elastic-package.
It is expected to be in _dev/deploy folder: https://github.com/elastic/package-spec/blob/aacaf7b19f51d54b394a7640e6898b8398d88cc8/spec/integration/_dev/deploy/spec.yml#L22
|
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) |
|
I think according to @cmacknz's comment this should rather close all the issues mentioned in the description and not only relate to them. |
|
💚 Build Succeeded
History
cc @mrodm |
packages/system_audit/data_stream/package/_dev/test/system/test-system-package-config.yml
Show resolved
Hide resolved
Ok, I'll update the description, so those issues are closed. Related to the permissions issue found here, there are already two issues in elastic-package that could be interesting: |
…11007) Updated configuration files of the system tests of the packages failing when Elastic Agent images based on Wolfi are used in tests. This PR updates these configuration files to allow using the Elastic Agent images based on Ubuntu or setting the user root for tests to avoid failures when testing those packages.
…11007) Updated configuration files of the system tests of the packages failing when Elastic Agent images based on Wolfi are used in tests. This PR updates these configuration files to allow using the Elastic Agent images based on Ubuntu or setting the user root for tests to avoid failures when testing those packages.





Proposed commit message
Once Elastic Agent images based on Wolfi are enabled for testing in 8.16.0-SNAPSHOT (tested here https://github.com/elastic/integrations/pull/10933/files) , there are some packages that their system tests fail for different reasons: permission logs, missing journalctl or not supported package manager.
This PR updates their configuration files to allow use the Elastic Agent images
based on Ubuntu or use user root for tests once it is set to run system tests with Wolfi images by default in #10969.
Checklist
[ ] I have verified that all data streams collect metrics or logs.[ ] I have added an entry to my package'schangelog.ymlfile.[ ] I have verified that Kibana version constraints are current according to guidelines.Author's Checklist
Related issues
Screenshots