Merge tool still claims master runs the full prod E2E by default #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Symptom
The merge tool's guidance for PRs into
masterof Philflow/flow.raven still says: "full= the prod default already runs the whole suite, so no token".This has been wrong since Philflow/flow.raven PR 7143, which closes flow.raven#7130. After a prod deploy,
deploy-prod.ymlnow runs the named scopeprodby default (@smoke|@criticalwithout@slow, 35-minute limit). The full suite runs only with the commit flag[e2e: full], or in the nightly full sweep (e2e-prod-full-sweep.yml, 00:23).Consequence
Anyone who follows the hint and merges without a token is expecting a full sweep. What actually runs is
prod.Acceptance
prod(default),[e2e: full],[e2e: smoke]./home/philflow/Dokumente/coding/flow.raven/.forgejo/workflows/README.mdfor the details.🤖 Generated with Claude Code