Conversation
✅ Testkube GitHub IntegrationReview based on commit All tests and quality gates passed.
7 workflows executed
|
|
8a97337 to
90bae1a
Compare
90bae1a to
9e777b8
Compare
9e777b8 to
e887531
Compare
key, paths and restoreKeys are what a step declares; scope, workingDir and mount are the knobs around them. The scope enum is validated by the CRD, which is why it cannot be templated - enum validation runs before expressions are resolved. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
e887531 to
8e2c124
Compare
key, paths and restoreKeys are what a step declares; scope, workingDir and mount are the knobs around them. The scope enum is validated by the CRD, which is why it cannot be templated - enum validation runs before expressions are resolved.
Pull request description
Checklist (choose whats happened)
Breaking changes
Changes
Fixes