aboutsummaryrefslogtreecommitdiff
path: root/nixos/release-small.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-19nixos/release-small: add amazonImageGraham Christensen1-1/+1
fixup breakage from #104193
2020-11-19nixos: release: add amazonImage as a channel blockerGraham Christensen1-0/+1
2020-04-19nixos/release-small: drop latestKernel.loginYegor Timoshenko1-1/+0
This partially reverts e133e396df9f5a466f2de592dd0b429dee62c959.
2020-04-17nixos/release-{small,combined}: add latestKernel.loginEmily1-0/+1
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 Tojnar1-1/+2
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 Hirwing1-2/+2
2020-03-24nixos/release-small.nix: Export options jobEelco Dolstra1-1/+1
2020-02-17nixos/release-small.nix: List constituents of the 'tested' job by nameEelco Dolstra1-7/+31
https://github.com/NixOS/hydra/issues/715
2019-11-27nixos/containers-ip: Test both ipv4 and ipv6 in the same scriptJacek Galowicz1-2/+1
2019-06-19release-small.nix: Don't depend on currentSystemEelco Dolstra1-1/+1
2019-03-24nixos/release: make ipv6 tests as important as legacy IP testsAndreas Rammhold1-0/+1
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 Dolstra1-0/+4
2018-02-09nixos/tests: add predictable-interface-names.nix (#34305)symphorien1-0/+1
2018-02-09nixos/release*.nix: Clean nixpkgs sources by defaultRobert Hensing1-1/+1
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 Brofeldt1-0/+1
2017-01-27nixos/release-small.nix: cleanup to use default versionsRobin Gloster1-3/+2
It makes more sense to test the packages, that probably more people are using.
2017-01-27apacheHttpd_2_2: removeRobin Gloster1-2/+1
2016-08-13release-small: drop mysql51, removed in 975d33e6Vladimír Čunát1-1/+0
There's still mysql55.
2016-04-26containers: test imperative and ipv4 in small-release (#15015)Arnold Krille1-1/+2
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 Dolstra1-1/+0
See 606d34e45aeedc843f0ddb375e1fb1aa9be429fd.
2015-07-14Make OpenJDK release-criticalEelco Dolstra1-1/+4
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 Dolstra1-2/+2
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 III1-1/+1
2014-10-27Add nodejs to the small channelEelco Dolstra1-0/+1
(cherry picked from commit d927ce03e4ad3d65f64eb2ddad970ec08f47fffc)
2014-10-20Add openjdk to the small channelEelco Dolstra1-0/+1
2014-10-09Add some more stuff to the small channelEelco Dolstra1-0/+7
(cherry picked from commit 8cf528174465c195dc9807075ef889d91994f018)
2014-10-09Remove missing attributeEelco Dolstra1-1/+0
(cherry picked from commit f963f57b6230679c6194889a05fcb7741883af70)
2014-10-09Add a jobset for a "nixos-small" channelEelco Dolstra1-0/+85
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)