Skip to content

Conversation

@canova
Copy link
Member

@canova canova commented Nov 5, 2025

This PR attempts to migrate from CircleCI to GitHub.

There are some more things left to do:

  • Set the ssh key for l10n-sync with L10N_SYNC_SSH_KEY.
  • Codecov might need a token?
    • Apparently we don't need it. It works with their own action.
  • Make sure every workflows work correctly.

It looks like the workflows are working well. I added a new ssh key for l10n sync but there is no straightforward way to test the l10n sync for now because it's a cron job. I think it's fine and we can check it in the following morning once this PR is merged.

Things to do after we merge this PR:

  • Remove the CircleCI deploy keys.
  • Remove the required CircleCI PR checks from branch protection rules.
  • Add the checks for GitHub Actions in branch protection rules.
  • Remove the CircleCi webhooks.

@canova canova force-pushed the github-actions-migration branch from fb66a3d to 691cdc9 Compare November 5, 2025 12:56
@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.63%. Comparing base (5cd89ed) to head (051e627).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5654   +/-   ##
=======================================
  Coverage   85.63%   85.63%           
=======================================
  Files         312      312           
  Lines       30867    30867           
  Branches     8490     8490           
=======================================
  Hits        26434    26434           
  Misses       4009     4009           
  Partials      424      424           

☔ 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.

@canova
Copy link
Member Author

canova commented Nov 5, 2025

Looks like this PR is working well. I think we can do the switch.

The GitHub actions mostly improved the running times of the tasks slightly but not all:
Before:
Screenshot 2025-11-05 at 1 58 50 PM

After:
Screenshot 2025-11-05 at 1 58 59 PM

@canova canova changed the title [WIP] Migrate from CircleCI to GitHub Actions Migrate from CircleCI to GitHub Actions Nov 5, 2025
@canova canova requested a review from mstange November 5, 2025 14:05
Copy link
Contributor

@mstange mstange left a comment

Choose a reason for hiding this comment

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

sweet

This dependency was only used inside the CircleCI task for uploading the
code coverage results with `yarn codecov`. Since we use the official
codecov action in GitHub Actions now, we don't really need it anymore.

Note that running `yarn codecov` locally is not possible as it will
error out since we are not in a CI environment.
@canova canova force-pushed the github-actions-migration branch from 691cdc9 to 051e627 Compare November 6, 2025 13:05
@canova canova merged commit 6a9d78a into firefox-devtools:main Nov 6, 2025
16 of 17 checks passed
@canova
Copy link
Member Author

canova commented Nov 6, 2025

Updated the settings as well. The migration is complete, and it looks like it's successful!

@canova canova mentioned this pull request Nov 12, 2025
canova added a commit that referenced this pull request Nov 12, 2025
Changes:

[Nazım Can Altınova] Use getEmptySourceTable instead of constructing the
table manually (#5641)
[Florian Quèze] Source view for marker stacks (#5633)
[Nazım Can Altınova] Add fallback to funcTable.lineNumber when computing
line timings (#5644)
[Florian Quèze] Show the marker keys instead of the labels in marker
tooltips when alt is pressed. (#5625)
[Francesco Lodolo] Add GitHub workflow to check Fluent reference files
(#5647)
[Nazım Can Altınova] Switch from Gitpod to GitHub Codespaces (#5653)
[Nazım Can Altınova] Migrate from CircleCI to GitHub Actions (#5654)
[Nazım Can Altınova] Run the CI in the production branch and on every
pull request (#5661)
[Nazım Can Altınova] Convert l10n-sync.js from Flow comment types to
JSDoc comments for Typescript (#5659)
[Florian Quèze] Display correct unit in Stack Chart tooltips for size
profiles. (#5658)
[Florian Quèze] Hide track management UI in single track profiles.
(#5656)
[Florian Quèze] Rename hiddenTrackCount to trackCount. (#5665)
[Florian Quèze] Cleanup the profile info panel for size profiles (show
file size and name, hide empty sections). (#5657)
[Markus Stange] Use valibot for symbolication API response validation
(#5666)
[Nazım Can Altınova] Make sure to fetch the full git history for
l10n-sync job in CI (#5667)
[Nazım Can Altınova] Do not switch to call tree when clicking the
activity graph while on sample based panels (#5672)

And thanks to our localizers:

be: Mikalai Udodau
de: Michael Köhler
el: Jim Spentzos
en-GB: Ian Neal
es-CL: ravmn
fr: Théo Chevalier
fy-NL: Fjoerfoks
ia: Melo46
it: Francesco Lodolo [:flod]
nl: Mark Heijl
pt-BR: Marcelo Ghelman
ru: berry, Valery Ledovskoy
sv-SE: Andreas Pettersson
tr: Grk
zh-CN: Olvcpr423, wxie
zh-TW: Pin-guang Chen
Sign up for free to 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.

2 participants