summaryrefslogtreecommitdiffstats
path: root/nixos/release-small.nix
AgeCommit message (Collapse)Author
2020-04-19nixos/release-small: drop latestKernel.loginYegor Timoshenko
This partially reverts e133e396df9f5a466f2de592dd0b429dee62c959.
2020-04-17nixos/release-{small,combined}: add latestKernel.loginEmily
Seems like a good idea to ensure that you can always use the latest stable upstream kernel.
2020-04-06nixos: try to fix channel evalJan Tojnar
It was failing with error: aggregate job 'tested' references non-existent job 'nixos.tests.php.x86_64-linux' cc @etu
2020-04-05nixos/php: Move the pcre tests to the php test attributeElis Hirwing
2020-03-24nixos/release-small.nix: Export options jobEelco Dolstra
2020-02-17nixos/release-small.nix: List constituents of the 'tested' job by nameEelco Dolstra
https://github.com/NixOS/hydra/issues/715
2019-11-27nixos/containers-ip: Test both ipv4 and ipv6 in the same scriptJacek Galowicz
2019-06-19release-small.nix: Don't depend on currentSystemEelco Dolstra
2019-03-24nixos/release: make ipv6 tests as important as legacy IP testsAndreas Rammhold
IPv6 container support broke a while ago and we didn't notice it. Making them part of the (small) release test set should fix that. At this point in time they should be granted the same amount of importance as the legacy IP tests.
2018-02-27Add the boot test to release-small.nixEelco Dolstra
2018-02-09nixos/tests: add predictable-interface-names.nix (#34305)symphorien
2018-02-09nixos/release*.nix: Clean nixpkgs sources by defaultRobert Hensing
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"; }'
2017-11-12php: pcre test blocks -small channels as wellSarah Brofeldt
2017-01-27nixos/release-small.nix: cleanup to use default versionsRobin Gloster
It makes more sense to test the packages, that probably more people are using.
2017-01-27apacheHttpd_2_2: removeRobin Gloster
2016-08-13release-small: drop mysql51, removed in 975d33e6Vladimír Čunát
There's still mysql55.
2016-04-26containers: test imperative and ipv4 in small-release (#15015)Arnold Krille
Test imperative containers and declarative containers with ipv4. These two tests are basically the extraction of the containers test from before.
2015-08-11release-small.nix: Drop the grub1 testEelco Dolstra
See 606d34e45aeedc843f0ddb375e1fb1aa9be429fd.
2015-07-14Make OpenJDK release-criticalEelco Dolstra
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.
2015-03-20Rename scrubDrv -> hydraJob and make it more effectiveEelco Dolstra
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.
2015-01-07java: Normalize to the default jre / jdkWilliam A. Kennington III
2014-10-27Add nodejs to the small channelEelco Dolstra
(cherry picked from commit d927ce03e4ad3d65f64eb2ddad970ec08f47fffc)
2014-10-20Add openjdk to the small channelEelco Dolstra
2014-10-09Add some more stuff to the small channelEelco Dolstra
(cherry picked from commit 8cf528174465c195dc9807075ef889d91994f018)
2014-10-09Remove missing attributeEelco Dolstra
(cherry picked from commit f963f57b6230679c6194889a05fcb7741883af70)
2014-10-09Add a jobset for a "nixos-small" channelEelco Dolstra
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)