You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we should do is use pkgs.linkfarm. so that in CI we only build pkgs.linkfarm [ ... all deploy packages ...]
and then for the individual deploy-* packages we set mkCi false
and only let the linkfarm that includes them have mkCi true
This way we can "summarize" multiple packages in CI. Devs still get fast build times for deploy, but it does not spawn tons of jobs.
The text was updated successfully, but these errors were encountered:
cor
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
A-ci
Area: Our CI
A-nix
Area: Our Nix configuration
labels
Jan 9, 2025
Currently, we have about 370 package jobs in CI.
What we should do is use
pkgs.linkfarm
. so that in CI we only buildpkgs.linkfarm [ ... all deploy packages ...]
and then for the individual deploy-* packages we set
mkCi false
and only let the linkfarm that includes them have
mkCi true
This way we can "summarize" multiple packages in CI. Devs still get fast build times for deploy, but it does not spawn tons of jobs.
The text was updated successfully, but these errors were encountered: