ci: harden test coverage (functional gating, helm test, chart-testing, multi-version)#17
Open
FabienPapet wants to merge 3 commits into
Open
ci: harden test coverage (functional gating, helm test, chart-testing, multi-version)#17FabienPapet wants to merge 3 commits into
FabienPapet wants to merge 3 commits into
Conversation
…ulti-version matrix - Fix install-examples gating (remove continue-on-error) + assert deployment Available - Add helm test connection Pod (tests.enabled) and dunglas/frankenphp smoke job - Adopt chart-testing (ct lint --check-version-increment + ct install) - Matrix kubeconform and kind smoke over k8s 1.27/1.29/1.31 + upgrade regression job - Wire yamllint into CI, normalize example files, bump chart to 0.4.0
637c7b4 to
adea00a
Compare
- helm test: keep Pod after success (before-hook-creation only) so --logs works - ct: disable built-in yamllint (conflicts with chart comment style; covered by yamllint step) - 12-security: add NET_BIND_SERVICE + writable XDG dirs so non-root binds :80 - 10-symfony-app: move db jobs to post-install so php-ini ConfigMap exists when mounted - 11-secrets-volumes: use runnable image + apply examples/setup secrets before install
- 12-security: allowPrivilegeEscalation true so non-root NET_BIND_SERVICE binds :80 - 10-symfony: drop unsupported SQLite database:create; migrations create the file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Strengthens CI so new chart features are caught before merge.
tests.enabled) +dunglas/frankenphpsmoke job.ct lint --check-version-increment(enforces Chart.yaml bump) +ct install.🤖 Generated with Claude Code