summary refs log tree commit diff
path: root/nixos/release-small.nix
Commit message (Collapse)AuthorAge
* Add the boot test to release-small.nixEelco Dolstra2018-02-27
|
* nixos/tests: add predictable-interface-names.nix (#34305)symphorien2018-02-09
|
* nixos/release*.nix: Clean nixpkgs sources by defaultRobert Hensing2018-02-09
| | | | | | | | | | | Currently, when building NixOS from a git clone, Nix has to copy the entire repo at >1GB into the store by default. That is not necessary and causes a dumping large path message. If you need the old behaviour for some reason, you will have to specify it by passing the path to your repo explicitly as the nixpkgs argument like this: --arg nixpkgs '{outPath = ./.; revCount = 56789; shortRev = "gfedcba"; }'
* php: pcre test blocks -small channels as wellSarah Brofeldt2017-11-12
|
* nixos/release-small.nix: cleanup to use default versionsRobin Gloster2017-01-27
| | | | | It makes more sense to test the packages, that probably more people are using.
* apacheHttpd_2_2: removeRobin Gloster2017-01-27
|
* release-small: drop mysql51, removed in 975d33e6Vladimír Čunát2016-08-13
| | | | There's still mysql55.
* containers: test imperative and ipv4 in small-release (#15015)Arnold Krille2016-04-26
| | | | Test imperative containers and declarative containers with ipv4. These two tests are basically the extraction of the containers test from before.
* release-small.nix: Drop the grub1 testEelco Dolstra2015-08-11
| | | | See 606d34e45aeedc843f0ddb375e1fb1aa9be429fd.
* Make OpenJDK release-criticalEelco Dolstra2015-07-14
| | | | | | Currently there are no tests that depend on the JDK. Since we don't want a release with a broken JDK, make it an explicit dependency of the "tested" jobs.
* Rename scrubDrv -> hydraJob and make it more effectiveEelco Dolstra2015-03-20
| | | | | | | | | It now strictly evaluates all remaining attributes, preventing unevaluated thunks that cannot be garbage-collected. It's also applied to all jobs in Nixpkgs' release.nix. This reduces hydra-eval-jobs' memory consumption on the 14.12 release-combined jobset from 5.1 GB to 2.0 GB.
* java: Normalize to the default jre / jdkWilliam A. Kennington III2015-01-07
|
* Add nodejs to the small channelEelco Dolstra2014-10-27
| | | | (cherry picked from commit d927ce03e4ad3d65f64eb2ddad970ec08f47fffc)
* Add openjdk to the small channelEelco Dolstra2014-10-20
|
* Add some more stuff to the small channelEelco Dolstra2014-10-09
| | | | (cherry picked from commit 8cf528174465c195dc9807075ef889d91994f018)
* Remove missing attributeEelco Dolstra2014-10-09
| | | | (cherry picked from commit f963f57b6230679c6194889a05fcb7741883af70)
* Add a jobset for a "nixos-small" channelEelco Dolstra2014-10-09
This channel only builds a small subset of Nixpkgs, mostly suitable for servers. Since the channel update doesn't require thousands of packages to be built first, it should provide much faster turnaround in case of security updates. (cherry picked from commit 2c7acc6731ad4b05b1bbc3e632cdfcad4560ac22)