pass component prerelease image tag to E2E tests#765
Conversation
Replace the hardcoded charts_name (already defaulted in the receiver) with component_image_tags so system tests run against the actual pre-release image instead of the default release. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA GitHub Actions workflow was modified to change the dispatch payload sent to a Helm E2E testing job. The Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
component_image_tagsin the E2E dispatch payload (local workflow copy)incluster-comp-pr-merged.yamlcharts_namefrom dispatch (receiver defaults it) to stay within GitHub's 10 key limit onclient_payloadHow it works
The dispatch now includes
component_image_tags=nodeAgent-tag=<prerelease-version>. The receiver forwards it to system tests which override the helm chart image tag.Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit