test: smoke-test the central PR-e2e pipeline (do not merge) - #381
Conversation
Comment-only change to one spec, so the changed-spec detector picks selective mode and runs just this file instead of the ~50 min mentor suite.
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
PR E2E - OKFull report, traces and screenshots
|
The e2e orchestration moved into iblai/pr-e2e-action@v1. A pull_request event runs from the merge ref, so this PR was still replaying the old inline caller. This is the one-time bootstrap cost documented in docs/pr-e2e.md - after it, action changes arrive without any further branch movement.
|
/status |
3 similar comments
|
/status |
|
/status |
|
/status |
Status — #381
Runs serialize per environment, so a wait means the box is busy — not that anything is broken. |
|
/help |
PR e2e commands
Requires write access to this repo; fork PRs are not eligible. |
|
/help |
PR e2e commands
Requires write access to this repo; fork PRs are not eligible. |
|
/report |
|
A central run exists (30967769025) but no report is published yet — it is probably still running. Try |
|
/report |
|
A central run exists (30967769025) but no report is published yet — it is probably still running. Try |
|
/report |
Latest report — #381Full report, traces and screenshots success — 0 failed, 0 new From central run 30967769025. |
|
/report |
Latest report — #381Full report, traces and screenshots success — 0 failed, 0 new From central run 30967769025. |
|
/retest 33 |
|
{"mode":"selective","specs":"e2e/journeys/33-ui-render-console-errors.spec.ts","head_sha":"237e4f990cfcd6c2ad77ea5e469ca90d21550be9","by":"bnsoni"} |
Re-running 1 spec file(s) — requested by @bnsoniA selective run is typically a few minutes instead of ~45.
|
|
/retest 33 |
|
|
/retest 33 |
Re-running 1 spec file(s) — requested by @bnsoniA selective run is typically a few minutes instead of ~45.
|
PR E2E - OKFull report, traces and screenshots
|
|
/report |
Latest report — #381Full report, traces and screenshots success — 0 failed, 0 new From central run 30971517679. |
Throwaway PR to exercise the new central PR-e2e pipeline end to end. Do not merge — delete the branch when done.
How to run it
Add the
run-testslabel. That is the only trigger.What should happen
gatepasses (label present, not a fork)unit-tests+build-app-imagerun — the mentor SPA image,--no-cache, from this PR's merge commite2ejob dispatchesiblai/iblai-deploy-opsand streams phase progress into this log:Why this spec
The change is a comment only in one spec file, so the changed-spec detector picks selective mode and runs just
33-ui-render-console-errors.spec.tsrather than the ~50 min mentor suite. That spec is a single test that passed clean on the last full run, so a red result means the pipeline, not the app.Expect roughly 10–15 min — most of it the Playwright image build. Longer on the first run if stg1 has to be synced to the prod release first.
What to check
PR E2E Testsreports a conclusion🤖 Generated with Claude Code