Skip to content

ci: skip smart E2E selection for PRs targeting stable branch#30247

Merged
jvbriones merged 1 commit into
mainfrom
mmqa-1815
May 15, 2026
Merged

ci: skip smart E2E selection for PRs targeting stable branch#30247
jvbriones merged 1 commit into
mainfrom
mmqa-1815

Conversation

@jvbriones
Copy link
Copy Markdown
Contributor

@jvbriones jvbriones commented May 15, 2026

Description

Extends the existing release/* skip logic in the Smart E2E Selection action to also skip AI-driven test selection when a PR targets stable. PRs to stable (like hotfixes) should always run the full E2E suite, same as release branches.

Changelog

CHANGELOG entry:

Related issues

Fixes:

Manual testing steps

Feature: my feature name

  Scenario: user [verb for user action]
    Given [describe expected initial app state]

    When user [verb for user action]
    Then [describe expected outcome]

Screenshots/Recordings

Before

After

Pre-merge author checklist

Performance checks (if applicable)

  • I've tested on Android
    • Ideally on a mid-range device; emulator is acceptable
  • I've tested with a power user scenario
    • Use these power-user SRPs to import wallets with many accounts and tokens
  • I've instrumented key operations with Sentry traces for production performance metrics

For performance guidelines and tooling, see the Performance Guide.

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

Note

Low Risk
Low risk CI-only change that extends existing release-branch exemptions to the stable branch; impact is limited to which E2E suites run and whether pr-not-ready-for-e2e is auto-applied.

Overview
Extends the existing release-branch CI behavior to the stable branch.

The smart-e2e-selection composite action now skips AI suite selection (falling back to running the full E2E suite) when the PR base ref is release/* or stable, and updates skip messaging accordingly. The auto-label workflow for pr-not-ready-for-e2e also ignores PRs targeting stable, and the E2E decision tree docs are updated to reflect these exemptions.

Reviewed by Cursor Bugbot for commit 0966726. Bugbot is set up for automated code reviews on this repo. Configure here.

@jvbriones jvbriones requested a review from a team as a code owner May 15, 2026 12:54
@github-actions
Copy link
Copy Markdown
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@metamaskbotv2 metamaskbotv2 Bot added the team-qa QA team label May 15, 2026
@jvbriones jvbriones added the no-changelog no-changelog Indicates no external facing user changes, therefore no changelog documentation needed label May 15, 2026
@jvbriones jvbriones enabled auto-merge May 15, 2026 13:10
@sonarqubecloud
Copy link
Copy Markdown

@jvbriones jvbriones added this pull request to the merge queue May 15, 2026
Merged via the queue into main with commit e4b89a4 May 15, 2026
86 checks passed
@jvbriones jvbriones deleted the mmqa-1815 branch May 15, 2026 13:35
@github-actions github-actions Bot locked and limited conversation to collaborators May 15, 2026
@metamaskbotv2 metamaskbotv2 Bot added the release-7.79.0 Issue or pull request that will be included in release 7.79.0 label May 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

no-changelog no-changelog Indicates no external facing user changes, therefore no changelog documentation needed release-7.79.0 Issue or pull request that will be included in release 7.79.0 size-S team-qa QA team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants