Skip to content

fix(ci): investigate recurring E2E Shard 3/4 failure on dep PRs #242

Description

@julianken

WHY

Drift audit 2026-05-04, nodes/09-github-state.json finding 4 (IMPORTANT). Four of five GitHub Actions Dependabot PRs (#124-#128, opened 2026-04-27) fail the same E2E Shard 3/4. That's a pattern, not flake, and needs a real diagnosis. Until this is resolved, every grouped GH-Actions Dependabot PR opened by #235's regrouping will fail the same way.

WHAT

  1. Wait for chore(deps): group ai-sdk + gcp-actions in dependabot #235 to merge and Dependabot to open a regrouped GH-Actions PR.
  2. Check out that PR locally.
  3. Reproduce shard 3/4 with the same env (matching CI: true and the matrix shard config).
  4. Identify the failing spec(s) — likely in tests/e2e/.
  5. If a real bug: fix or quarantine. File a child issue if the fix is non-trivial.
  6. If genuinely flaky: add retry: 2 per spec or refactor to remove the timing dependency. Document in tests/e2e/README.md.

DONE WHEN

  • At least one regrouped GH-Actions Dependabot PR passes E2E Shard 3/4, OR
  • The failing spec(s) are documented and quarantined with a tracking issue ref in tests/e2e/README.md.

OUT OF SCOPE

PRE-REQS

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions