| 11 Oct 2023 |
| εΉΈη« (πππΎπ/πππΎπ) changed their display name from FC (they/them) to Fay (she/her). | 20:54:43 |
| 12 Oct 2023 |
@adam:robins.wtf | why does ofborg queue nixos tests on darwin? nixosTests.lxd.container on aarch64-darwin | 14:53:43 |
Lily Foster | In reply to @adam:robins.wtf why does ofborg queue nixos tests on darwin? nixosTests.lxd.container on aarch64-darwin that probably could actually be optimized to not bother queueing builds on platforms that won't eval for darwin, but it would take some refactoring iirc and also it doesn't really cause much delay to do so and let eval fail on the builder and report it back (except when the aarch64-darwin builders get backed up and so checks stay pending for way too long....) | 14:59:48 |
Lily Foster | but it's not a nixos test specific problem | 15:00:27 |
Lily Foster | * that probably could actually be optimized to not bother queueing builds on platforms that won't eval, e.g. for darwin, but it would take some refactoring iirc and also it doesn't really cause much delay to do so and let eval fail on the builder and report it back (except when the aarch64-darwin builders get backed up and so checks stay pending for way too long....) | 15:00:47 |
@adam:robins.wtf | Right :) | 15:04:55 |
@adam:robins.wtf | I guess I just figure no need to spend any cycles doing an eval that will never succeed | 15:06:04 |
@adam:robins.wtf | especially given that, as you point out, the aarch64-darwin builders get backed up | 15:06:20 |
Lily Foster | oh i agree no need to, just also saying it's a bit due to how ofborg handles that right now | 15:06:37 |
Lily Foster | it's on my "nice to have" list of those i'm vaguely putting together | 15:06:56 |
Lily Foster | (i really gotta pretty up some lists and plans and get community feedback going for ofborg soon...) | 15:07:53 |
@adam:robins.wtf | Yeah it'd be nice to see where you think the priorities are :) | 15:13:25 |
Lily Foster | it'd be more nice to see what others think they should be tbh, because i usually am not great at prioritization and often have bad ideas.... | 15:17:23 |
Lily Foster | (i've also been a bit busy the past few weeks since the OC may have come during a, uh, life event.... but i'll have time again this weekend to get some of that going) | 15:20:05 |
@delroth:delroth.net | small stuff I'd like to see ofborg do better:
- better handle changes to NixOS modules: automatically run tests, notify maintainers
- properly mark errors as errors, not just "skipped" (which is easy to miss) - and yes, that means people will have to fix their broken/flaky tests
- maybe split off the eval to compute number of rebuilds into a separate async step, so that maintainers notification / builds / tests can start while that long eval step gets processed
larger stuff:
- merge queue for nixpkgs when :) or at least a way to auto-merge a PR once eval+builds+tests have completed and are successful
- auto nixpkgs-review-like rebuild of dependents for changes with few dependents, maybe same but with some sampling for changes that impact more derivations (smoke test, basically)
- figuring out a way to have a local testing setup for ofborg so contributions aren't limited to people with access to the infra (maybe via a public tee of webhooks events to handle dynamic public/anonymous subscribers, and a dry run mode that doesn't try to perform actions on github)
| 15:39:55 |