test: fixed performance pipeline#26071
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
These are CI infrastructure improvements that:
No E2E tests are needed because there's no application behavior change to validate. The workflow changes would be validated by the CI system itself running successfully, not by E2E tests. Performance Test Selection: |
Description
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Workflow-only changes to GitHub Actions permissions and concurrency; low code risk but could affect CI run frequency/queuing if misconfigured.
Overview
Fixes the release performance E2E trigger workflow by adding explicit top-level
permissionsso the reusablerun-performance-e2e.ymlworkflow can requestid-tokenandactionsaccess.Updates
run-performance-e2e.ymlconcurrency grouping to includeinputs.build_variant(defaulting torc), preventing experimental and release runs from sharing a queue and canceling each other while still leavingcancel-in-progress: false.Written by Cursor Bugbot for commit d578778. This will update automatically on new commits. Configure here.