Skip to content

Split the unit/font tests into per-browser jobs#21183

Merged
timvandermeij merged 1 commit intomozilla:masterfrom
timvandermeij:github-actions-split
Apr 28, 2026
Merged

Split the unit/font tests into per-browser jobs#21183
timvandermeij merged 1 commit intomozilla:masterfrom
timvandermeij:github-actions-split

Conversation

@timvandermeij
Copy link
Copy Markdown
Contributor

This commit mirrors the approach from e656b83 to the other workflows that run multiple OS/browser combinations. This approach has multiple advantages:

  • it improves performance because each job is run in its own environment so we don't have two browsers competing for resources in the same environment anymore;
  • it improves monitoring because each job is shown separately, with its own runtime, in e.g. the pull request checks and actions overviews, which makes it easier to spot bottlenecks that are specific to a certain OS/browser combination and enable follow-up optimizations.

This commit mirrors the approach from e656b83 to the other workflows
that run multiple OS/browser combinations. This approach has multiple
advantages:

- it improves performance because each job is run in its own environment
  so we don't have two browsers competing for resources in the same
  environment anymore;
- it improves monitoring because each job is shown separately, with its
  own runtime, in e.g. the pull request checks and actions overviews,
  which makes it easier to spot bottlenecks that are specific to a
  certain OS/browser combination and enable follow-up optimizations.
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.77%. Comparing base (e66fdfb) to head (485dcb7).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #21183      +/-   ##
==========================================
+ Coverage   63.32%   63.77%   +0.44%     
==========================================
  Files         206      213       +7     
  Lines      134464   134573     +109     
==========================================
+ Hits        85152    85825     +673     
+ Misses      49312    48748     -564     
Flag Coverage Δ
fonttest 8.66% <ø> (?)
unittest 38.86% <ø> (?)
unittestcli 63.32% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@calixteman calixteman left a comment

Choose a reason for hiding this comment

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

LGTM. THank you.

@timvandermeij timvandermeij merged commit 63e8c35 into mozilla:master Apr 28, 2026
19 checks passed
@timvandermeij timvandermeij deleted the github-actions-split branch April 28, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infra Infrastructure related test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants