Allow building content-addressed derivations with hydra, minimally#1349
Merged
Ericson2314 merged 4 commits intomasterfrom Jan 26, 2024
Merged
Allow building content-addressed derivations with hydra, minimally#1349Ericson2314 merged 4 commits intomasterfrom
Ericson2314 merged 4 commits intomasterfrom
Conversation
This verison has a worse UI, but also chnages the schema less: One non-null constraint is removed, but no new columns are added. Co-Authored-By: Andrea Ciceri <[email protected]> Co-Authored-By: regnat <[email protected]>
Ericson2314
added a commit
to ngi-nix/ngi0-infra
that referenced
this pull request
Jan 26, 2024
Flake lock file updates:
• Updated input 'hydra':
'github:thufschmitt/hydra/002a77a954259ddb49fd262607ba44fb2c3b34a9' (2024-01-24)
→ 'github:nixos/hydra/323b556dc8c348f1f9d5bf5b8a35f2617bfe600c' (2024-01-26)
• Updated input 'hydra/nix':
'github:NixOS/nix/b38e5a665e9d0aa7975beb0ed12e42d13a392e74' (2023-12-13)
→ 'github:NixOS/nix/2c4bb93ba5a97e7078896ebc36385ce172960e4e' (2024-01-25)
• Added input 'hydra/nixpkgs-for-fileset':
'github:NixOS/nixpkgs/a77ab169a83a4175169d78684ddd2e54486ac651' (2024-01-24)
Contributor
|
What exactly is meant by worse UI? |
Member
Author
|
@Mindavi The other one used the new |
Member
Author
|
This PR is now basically just the Schema change. I added a migration and tested it with https://hydra.ngi0.nixos.org/ and the migration worked just fine. I think we are all set! |
20 tasks
lorenzleutgeb
pushed a commit
to ngi-nix/ngipkgs
that referenced
this pull request
Apr 26, 2024
Flake lock file updates:
• Updated input 'hydra':
'github:thufschmitt/hydra/002a77a954259ddb49fd262607ba44fb2c3b34a9' (2024-01-24)
→ 'github:nixos/hydra/323b556dc8c348f1f9d5bf5b8a35f2617bfe600c' (2024-01-26)
• Updated input 'hydra/nix':
'github:NixOS/nix/b38e5a665e9d0aa7975beb0ed12e42d13a392e74' (2023-12-13)
→ 'github:NixOS/nix/2c4bb93ba5a97e7078896ebc36385ce172960e4e' (2024-01-25)
• Added input 'hydra/nixpkgs-for-fileset':
'github:NixOS/nixpkgs/a77ab169a83a4175169d78684ddd2e54486ac651' (2024-01-24)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This verison has a worse UI, but also chnages the schema less: One non-null constraint is removed, but no new columns are added.