Skip to content

ci: re-run CI on finished runs when e2e labels are modified in the PR#30580

Merged
jvbriones merged 5 commits into
mainfrom
ci-re-run-e2e-labels
May 25, 2026
Merged

ci: re-run CI on finished runs when e2e labels are modified in the PR#30580
jvbriones merged 5 commits into
mainfrom
ci-re-run-e2e-labels

Conversation

@jvbriones

@jvbriones jvbriones commented May 25, 2026

Copy link
Copy Markdown
Contributor

Description

Re-run CI on finished runs when e2e labels are modified in the PR

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
Changes only GitHub Actions orchestration for label-triggered CI reruns; no app, auth, or data paths.

Overview
Tightens the rerun CI on E2E skip label workflow so cancellation and rerun behave correctly when multiple ci.yml runs exist on the branch.

The wait-for-cancel step no longer tracks a single run ID from the find step. It polls gh run list for any ci.yml runs on the head branch that are still in_progress or queued, and only proceeds when that count hits zero (or times out after 600s).

The rerun step now runs only when the pull request is open and a latest run ID was found. Rerun is invoked directly without swallowing failures, so a non-retriable run surfaces as a workflow error instead of a soft log message.

Reviewed by Cursor Bugbot for commit cc82224. 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 25, 2026 07:51
@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.

@jvbriones jvbriones added the no-changelog no-changelog Indicates no external facing user changes, therefore no changelog documentation needed label May 25, 2026
@jvbriones jvbriones changed the title ci: re-run CI on finished runs when e2e labels are modified in the PR… ci: re-run CI on finished runs when e2e labels are modified in the PR May 25, 2026
@jvbriones jvbriones added the team-qa QA team label May 25, 2026
racitores
racitores previously approved these changes May 25, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5de04b2083

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/rerun-ci-on-skipped-e2e-labels.yml Outdated

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 5de04b2. Configure here.

Comment thread .github/workflows/rerun-ci-on-skipped-e2e-labels.yml Outdated
Comment thread .github/workflows/rerun-ci-on-skipped-e2e-labels.yml Outdated
@jvbriones jvbriones enabled auto-merge May 25, 2026 14:41
@sonarqubecloud

Copy link
Copy Markdown

@jvbriones jvbriones added this pull request to the merge queue May 25, 2026
Merged via the queue into main with commit af1f61f May 25, 2026
106 checks passed
@jvbriones jvbriones deleted the ci-re-run-e2e-labels branch May 25, 2026 15:20
@github-actions github-actions Bot locked and limited conversation to collaborators May 25, 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 size-S team-qa QA team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants