-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hydra-unstable: 2020-09-02 -> 2020-10-20 #98973
Conversation
@worldofpeace @jonringer FYI while this PR itself doesn't have to land in 20.09, I'd like to point out that at least NixOS/hydra#815 should be applied on top of current |
@GrahamcOfBorg test hydra |
Oh and btw before merging this, one should take a look at NixOS/hydra#818 which is applied on top :D |
Now that NixOS/hydra#815 is merged, this should be good to go :) |
This should NOT be backported to 20.09! When 21.03 is released, the DB changes are about a year old and operators had two release cycles for the upgrade. At this point it should be fair to remove the compat layer to reduce the complexity of the module itself.
@jonringer I think this should be good to go now :) |
@edolstra I'd be in favor of porting this to 20.09 as this contains a fix for declarative jobsets. To achieve this, I'd have to backport your last |
@Ma27 Yes, I've just cherry-picked the |
Ahh great, thanks! :) |
Ported to 20.09 as 3095f9c. |
Motivation for this change
Updates
nixUnstable
andhydra-unstable
to their latest revisions:hydra-unstable
would require at least Fix non-static declarative jobsets hydra#815 to fix declarative jobsets. Also applying Fix build against latest Nix master hydra#818 to get it working with the very latestnixUnstable
(instead of just the one in hydra'sflake.lock
)Removed the upgrade path from older Hydra versions due to a schema change:
Originally implemented in hydra: 2020-02-06 -> 2020-03-{24,27} #83600 this was used to guide users of Hydra through the DB migration that was necessary after some changes back in February.
(Note: this should NOT be backported to 20.09!)
Note: I didn't add support for LDAP authentication for Hydra yet, if someone wants to help out, that would be great :)
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)