Skip to content

fix(ci): do not cancel jobs in calibnet-api-test-stateful queue - #6542

Merged
hanabi1224 merged 1 commit into
mainfrom
hm/do-not-cancel-calibnet-api-test-stateful
Feb 5, 2026
Merged

fix(ci): do not cancel jobs in calibnet-api-test-stateful queue#6542
hanabi1224 merged 1 commit into
mainfrom
hm/do-not-cancel-calibnet-api-test-stateful

Conversation

@hanabi1224

@hanabi1224hanabi1224 commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

Summary of changes

Jobs in this queue should be queued instead of cancelled.

https://github.com/ChainSafe/forest/actions/runs/21707275124/job/62602321021?pr=6538

Canceling since a higher priority waiting request for calibnet-api-test-stateful exists

Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Outside contributions

  • I have read and agree to the CONTRIBUTING document.
  • I have read and agree to the AI Policy document. I understand that failure to comply with the guidelines will lead to rejection of the pull request.

Summary by CodeRabbit

  • Chores
    • Updated continuous integration workflow configuration to prevent active pipeline runs from being canceled when new runs are triggered, improving CI/CD stability.

@coderabbitai

coderabbitaiBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

Adds cancel-in-progress: false to the calibnet-api-test-stateful concurrency configuration in the GitHub Actions workflow to prevent in-progress test runs from being canceled when a new run is triggered.

Changes

Cohort / File(s)Summary
GitHub Actions Workflow Configuration
.github/workflows/forest.yml
Added cancel-in-progress: false to the calibnet-api-test-stateful concurrency group configuration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • LesnyRumcajs
  • sudo-shashank
  • akaladarshi
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check nameStatusExplanation
Description Check✅ PassedCheck skipped - CodeRabbit’s high-level summary is enabled.
Title check✅ PassedThe title clearly and concisely describes the main change: preventing job cancellation in the calibnet-api-test-stateful CI queue, which directly matches the PR's primary objective.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch hm/do-not-cancel-calibnet-api-test-stateful

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

@hanabi1224
hanabi1224 marked this pull request as ready for review February 5, 2026 10:38
@hanabi1224
hanabi1224 requested a review from a team as a code ownerFebruary 5, 2026 10:38
@hanabi1224
hanabi1224 requested review from akaladarshi and sudo-shashank and removed request for a teamFebruary 5, 2026 10:38

@LesnyRumcajsLesnyRumcajs left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Interesting, I can't find the default value for this key in the docs; I kind of assumed (and I guess @sudo-shashank as well) that if we put everywhere true it means that the default is false.

@hanabi1224
hanabi1224 added this pull request to the merge queueFeb 5, 2026
Merged via the queue into main with commit 83aa632Feb 5, 2026
40 checks passed
@hanabi1224
hanabi1224 deleted the hm/do-not-cancel-calibnet-api-test-stateful branch February 5, 2026 11:45
@coderabbitaicoderabbitaiBot mentioned this pull request Mar 31, 2026
6 tasks
Sign up for freeto 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.

3 participants

@hanabi1224@LesnyRumcajs@sudo-shashank