Skip to content

Run E2E on every PR and gate releases on it - #85

Open
janithjay wants to merge 1 commit into
thunder-id:mainfrom
janithjay:e2e-fix
Open

Run E2E on every PR and gate releases on it#85
janithjay wants to merge 1 commit into
thunder-id:mainfrom
janithjay:e2e-fix

Conversation

@janithjay

Copy link
Copy Markdown
Contributor

Purpose

External PRs currently need a maintainer to manually add the trigger-e2e label before E2E ever runs. If that's missed, a PR can merge with a broken SDK and nobody finds out until the next nightly run (or later). Releases had no E2E coverage at all. release.yml only ran integration tests, so a broken SDK could ship as long as main was green on unit tests.

Approach

  • pr-builder.yml: dropped the trigger-e2e label gate on the e2e job. It now runs on every PR. Removed the now-unused labeled event type from the pull_request trigger.

  • release.yml: added a test-e2e job and made validate depend on it. Every release-* job already gates on needs.validate.result == 'success', so this cascades correctly. An E2E failure skips validate, which skips every SDK's publish step. Nothing ships if E2E fails.

  • e2e-nightly.yml: fixed a comment that described the per-PR job as label-gated, which is no longer true.

Related Issues

Related PRs

Checklist

  • Followed the contribution guidelines.
  • Manual test round performed and verified.
  • Documentation provided. (Add links if there are any)
  • Tests provided. (Add links if there are any)
    • Unit Tests
    • Integration Tests
  • Breaking changes. (Fill if applicable)
    • Breaking changes section filled.
    • breaking change label added.

Security checks

  • Followed secure coding standards.
  • Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets.

Copilot AI lite review requested due to automatic review settings August 18, 2026 10:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Important

Review available on request

  • 🔍 Trigger review

Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment @coderabbitai review to review the latest changes. For a full review, comment @coderabbitai full review.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 6ebbc90c-0307-484f-ac20-70bd003a7459


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Signed-off-by: janithjay <janithjayashan018@gmail.com>
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.

2 participants