←back to thread

848 points thefilmore | 3 comments | | HN request time: 0.653s | source
1. mhh__ ◴[] No.43970131[source]
Inevitable. GitHub is a good platform in need of some proper dev workflows (pull requests are atrocious, branches footguns, yml driven CI is a noose) but they've obviously won.
replies(1): >>43970486 #
2. jopsen ◴[] No.43970486[source]
I don't Firefox is moving to Github Actions anytime soon. I was pretty involved with the TaskCluster setup years ago, and it still seems to be running a bunch of CI things.

mozilla-central has a LOT of tests -- each push burns a lot of compute hours.

replies(1): >>43975340 #
3. sfink ◴[] No.43975340[source]
Yes. All CI is remaining in TaskCluster. Bugs are remaining in bugzilla, not GH issues. Code review is remaining in Phabricator (pre-Phorge fork), pushing in Lando (a custom layer).

Some associated projects are using more GitHub stuff.