-
Notifications
You must be signed in to change notification settings - Fork 126
refactor(ci): Centralize Docker configuration testing using matrix strategy #9388
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
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🔴 ⛓️ Depends-On RequirementsThis rule is failing.Requirement based on the presence of
|
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.
This is amazing.
|
Motivation
This PR addresses the need for Docker configuration testing identified in issue #9037. Our current testing approach for Docker configurations has several limitations:
Depends-On: #9344
Closes: #9037
Solution
This PR implements a centralized, matrix-based approach to Docker configuration testing:
This centralized approach makes it easier to add new test scenarios, including those that validate third-party integrations.
Tests
The solution is self-testing (validation of the test outputs must be done)
Specifications & References
Follow-up Work
Future enhancements to consider:
PR Checklist
C-exclude-from-changelog
label.