collector
collector copied to clipboard
eBPF turn-off-ening
Description
-
Make slim and full collector images the same.
- x86 and s390x “full” images will not contain any drivers
- Power slim and full images will both contain drivers (the current Power full image is only 10Mb larger than its slim equivalent)
-
Keep legacy driver builds on master, but separate them from the main CI workflow
- This will maintain observability while still removing complexity
- no kernel packer changes required in this case, though we could reduce the crawl frequency
Checklist
- [ ] Investigated and inspected CI test results
- [ ] Updated documentation accordingly
Automated testing
- [ ] Added unit tests
- [ ] Added integration tests
- [ ] Added regression tests
If any of these don't apply, please comment below.
Testing Performed
TODO(replace-me) Use this space to explain how you tested your PR, or, if you didn't test it, why you did not do so. (Valid reasons include "CI is sufficient" or "No testable changes") In addition to reviewing your code, reviewers must also review your testing instructions, and make sure they are sufficient.
For more details, ref the Confluence page about this section.