fix(#6125): delete leaked repo-level FULLSEND_MINT_URL in e2e cleanup - #6126
Conversation
CleanupStaleResources runs at the start of each admin E2E test but did not delete the repo-level FULLSEND_MINT_URL variable that cfmint behaviour tests (#6037) leave on test-repo. Repo variables shadow org-level ones, so a stale value pointing at a torn-down CF Worker preview breaks the OIDC mint step in dispatch.yml, preventing triage dispatch entirely. Add a deleteRepoVariable call for FULLSEND_MINT_URL so already-poisoned orgs self-heal on the next E2E run. Closes #6125 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Greg Allen <gallen@redhat.com>
PR Summary by QodoDelete leaked FULLSEND_MINT_URL repo variable during admin E2E cleanup
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
|
🤖 Finished Review · ✅ Success · Started 11:09 PM UTC · Completed 11:20 PM UTC Commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Code Review by Qodo
1. Duplicate variable deletion
|
ReviewFindingsLow
Labels: PR modifies e2e test cleanup code in pkg/e2etest/ |
|
🤖 Finished Retro · ✅ Success · Started 12:30 AM UTC · Completed 12:45 AM UTC Commit: |
Retro: PR #6126 — delete leaked repo-level FULLSEND_MINT_URL in e2e cleanupTimeline
What went well
What went wrong
Evidence for existing issues (not filing new proposals)
Proposals filed
|
Summary
Closes #6125
Test plan
Generated with Claude Code