Skip to content

FR-25895: Add full-test-suite-on-pr entrypoint - #116

Open
MaayanSidon wants to merge 3 commits into
masterfrom
FR-25895
Open

FR-25895: Add full-test-suite-on-pr entrypoint#116
MaayanSidon wants to merge 3 commits into
masterfrom
FR-25895

Conversation

@MaayanSidon

@MaayanSidon MaayanSidon commented Jul 14, 2026

Copy link
Copy Markdown

Summary

  • Adds full-test-suite-on-pr.yaml: PR entrypoint that checks the branch is up to date with base, then calls full-test-suite.
  • Leaves full-test-suite.yaml unchanged as suite-only (SRP).
  • Keeps shared action check-pr-up-to-date for callers that want a custom gate placement.

Ownership

Piece Responsibility
full-test-suite Run venv + e2e/API + cleanup
full-test-suite-on-pr PR policy (up to date?) then call the suite
Service PR workflow Choose which entrypoint to use

PR callers switch one line to full-test-suite-on-pr.yaml. Merge-queue / manual runs keep using full-test-suite.yaml.

Jira: FR-25895

Test plan

  • Caller points at full-test-suite-on-pr.yaml on a PR behind master → fails at up-to-date check, no venv
  • After updating the branch → suite runs as before
  • Merge-queue / workflow_dispatch callers of bare full-test-suite are unaffected

MaayanSidon and others added 2 commits July 14, 2026 11:11
Avoid spinning up a venv and running the full suite on PRs that are
already out of date with the base branch, since those runs are usually
re-done after an update anyway.

Co-authored-by: Cursor <cursoragent@cursor.com>
full-test-suite should only run the suite. Provide a shared action so
callers can decide whether a PR must be up to date before invoking it.

Co-authored-by: Cursor <cursoragent@cursor.com>
@MaayanSidon MaayanSidon changed the title FR-25895: Fail fast e2e when PR branch is behind base FR-25895: Shared action to check PR is up to date with base Aug 2, 2026
Thin PR wrapper that fails fast when the branch is behind base, then
calls full-test-suite. Keeps PR policy out of the suite itself.

Co-authored-by: Cursor <cursoragent@cursor.com>
@MaayanSidon MaayanSidon changed the title FR-25895: Shared action to check PR is up to date with base FR-25895: Add full-test-suite-on-pr entrypoint Aug 12, 2026
@MaayanSidon
MaayanSidon marked this pull request as ready for review August 12, 2026 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant