Skip to content

Run test workflow against Linux only - #549

Merged
rob93c merged 6 commits into
mainfrom
run-ci-only-on-linux
Aug 20, 2026
Merged

Run test workflow against Linux only#549
rob93c merged 6 commits into
mainfrom
run-ci-only-on-linux

Conversation

@rob93c

@rob93c rob93c commented Aug 20, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • Streamlined automated checks to run more consistently in the supported build environment.
    • Improved handling of concurrent checks by cancelling outdated runs where appropriate.
    • Standardised media-processing tooling during validation to improve test reliability.
    • Ensured diagnostic results remain available when an earlier analysis step encounters an issue.
    • No changes to the product’s user-facing features or behaviour.

@rob93c rob93c self-assigned this Aug 20, 2026
@rob93c rob93c added the cicd The change affects CI/CD flows label Aug 20, 2026
@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@rob93c, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 47 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 9541c7e5-079d-4c0f-8693-cad39d2bebc3

📥 Commits

Reviewing files that changed from the base of the PR and between cf5ec1e and e7d868d.

📒 Files selected for processing (1)
  • .github/workflows/unit-test.yml
📝 Walkthrough

Walkthrough

Changes

The unit-test workflow now runs on Ubuntu with cached FFmpeg installation, executes ./gradlew check, cancels obsolete non-main runs, and always uploads Qodana SARIF results. The separate FFmpeg setup action was removed.

Unit test workflow

Layer / File(s) Summary
Workflow environment and test execution
.github/workflows/unit-test.yml
The workflow uses Ubuntu runners and concurrency cancellation. It installs FFmpeg from a cached static Docker image and runs ./gradlew check.
Qodana result publication
.github/workflows/unit-test.yml
The workflow uploads Qodana SARIF results when earlier steps fail.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: limiting the test workflow to Linux and removing the multi-OS test matrix.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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.

@coderabbitai coderabbitai 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.

Actionable comments posted: 2


ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ec93b8c7-3f4c-4866-a910-b5cdc66cb436

📥 Commits

Reviewing files that changed from the base of the PR and between 217b124 and cf5ec1e.

📒 Files selected for processing (2)
  • .github/actions/setup-ffmpeg/action.yml
  • .github/workflows/unit-test.yml
💤 Files with no reviewable changes (1)
  • .github/actions/setup-ffmpeg/action.yml

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.

Comment thread .github/workflows/unit-test.yml
Comment thread .github/workflows/unit-test.yml Outdated
@rob93c
rob93c marked this pull request as ready for review August 20, 2026 19:13
@rob93c
rob93c merged commit 60bcb80 into main Aug 20, 2026
6 checks passed
@rob93c
rob93c deleted the run-ci-only-on-linux branch August 20, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cicd The change affects CI/CD flows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants