ci: determinism + hook-free gate across all blueprints#25
Merged
Conversation
…ual hooks) Extends the lint workflow to assert, for every blueprint chart, that two helm renders are byte-identical (the reconcile-churn guard that caught gnocchi's uuidv4 statsd ids) and that no template emits helm.sh/hook (the Krateo CDC SA cannot manage hook Jobs). Also renders the umbrella under profile=full. Strips residual quoted-form hooks the original blueprints missed (glance job-clean, keystone fernet/credential-keys secrets + credential-cleanup, several pod test/rally templates) so all 34 charts pass the new gate. README already claims hooks are stripped - these were oversights. Verified locally: all 34 charts deterministic + hook-free; umbrella renders. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Extends the lint workflow with a determinism check (render x2, byte-identical) and a hook-free check (no
helm.sh/hookin rendered output) for every blueprint, plus an umbrellaprofile=fullrender.The determinism check is the guard that caught gnocchi's
uuidv4statsd IDs (re-randomised each reconcile). Running it across all charts surfaced residual hooks in the original blueprints (glance job-clean, keystone fernet/credential-key secrets + credential-cleanup, several test/rally pods) - stripped here so all 34 pass.Verified locally: all 34 charts deterministic + hook-free; umbrella renders.
🤖 Generated with Claude Code