-
Notifications
You must be signed in to change notification settings - Fork 419
Ansieng 5667 - Tests on new OS and Arch #2242
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
base: master
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR updates Docker container configurations for Molecule tests to address compatibility issues with newer OS and architecture environments. The changes modify Docker configurations to use read-write cgroup mounts and host cgroup namespace mode.
- Updates cgroup volume mounts from read-only to read-write across all molecule test configurations
- Adds
cgroupns_mode: hostsetting to container platform configurations - Fixes package installation commands in Dockerfiles to use proper flags and tools
Reviewed Changes
Copilot reviewed 67 out of 67 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| molecule/*/molecule.yml | Updates Docker container cgroup mount permissions and namespace mode |
| molecule/oauth-plain-rhel/verify.yml | Adds verification task for custom JAR preservation |
| molecule/Dockerfile-rhel-python39.j2 | Changes dnf to microdnf for package installation |
| molecule/Dockerfile-rhel-java17.j2 | Adds nodocs flag to microdnf installation |
| molecule/Dockerfile-oauth.j2 | Updates base image and package manager usage |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Test run - https://semaphore.ci.confluent.io/jobs/968607e5-ad73-42bc-8c94-b3193e0292dc/summary?report_id=63a7566e-bb24-3b6d-a18c-7af5cdce63f5
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: