-
Notifications
You must be signed in to change notification settings - Fork 1.6k
chore(ui): move autopilot to first runner #25512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Add IsolatedTests project to playwright.config.ts matching AutoPilot.spec.ts - Update playwright-postgresql-e2e.yml to include IsolatedTests in shard 1 - Update mysql-nightly-e2e.yml to include IsolatedTests in shard 1 - Update postgresql-nightly-e2e.yml to include IsolatedTests in shard 1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🔍 CI failure analysis for c2fd3e6: CRITICAL: Retry also failed. Shard 1/5 now has 75% failure rate (3 of 4 attempts). Infrastructure issue persists with 215 failures. This is a systemic CI problem requiring immediate infrastructure fixes, NOT a PR code issue.CRITICAL: Infrastructure Failure Persists Despite RetryShard 1/5 Complete History
Success Rate: 25% (1 of 4 attempts) Infrastructure Failure Rate: 75% Attempt 4 Analysis (Latest Retry)Status: 215 tests failed, 322 passed, 2 flaky Duration: 3.6 hours Critical Finding: Retry did NOT resolve the issue - failures actually increased slightly (206 → 215) Error Escalation:
Root Cause: Confirmed Systemic IssueThree consecutive infrastructure failures with the same pattern prove this is NOT a random flake:
Diagnosis: CI infrastructure cannot sustain 3.6-hour test runs for this shard Likely causes:
Known Genuine FailuresFrom successful Attempt 2: Only 3 genuine test failures
The 200+ failures in Attempts 1, 3, 4 are ALL infrastructure-related. Relationship to PRNOT caused by this PR. This PR only changes:
This is a critical CI environment reliability issue. Other Shard StatusShard 3/5: Also had issues but improved 18→3 on retry. Currently has 3 genuine pre-existing failures. Code Review ✅ ApprovedClean CI configuration change to isolate AutoPilot E2E tests. The changes are consistent across all workflow files and the Playwright config properly excludes the tests from the main runner while creating a dedicated isolated project. Tip Comment OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|



chore(ui): move autopilot to first runner
Summary by Gitar
IsolatedTestsPlaywright project for AutoPilot E2E tests inplaywright.config.tsIsolatedTestsproject to shard 1 in all CI workflows (MySQL/PostgreSQL nightly and E2E)setupdependency, excluded from main chromium runnerThis will update automatically on new commits.