summary refs log tree commit diff
path: root/nixos/release-small.nix
Commit message (Collapse)AuthorAge
* nixos/release: disable nfs3.simplezowoq2022-03-03
| | | | follow up from 56828530275888e4d79ee64f8ff772bdbfe34637
* nixos/release: disable nfs3.simplezowoq2022-02-27
|
* Merge pull request #104322 from grahamc/amazon-imageGraham Christensen2020-11-19
|\ | | | | nixos/release-small: add amazonImage
| * nixos/release-small: add amazonImageGraham Christensen2020-11-19
| | | | | | | | fixup breakage from #104193
* | nixos: release: add amazonImage as a channel blockerGraham Christensen2020-11-19
|/
* nixos/release-small: drop latestKernel.loginYegor Timoshenko2020-04-19
| | | | This partially reverts e133e396df9f5a466f2de592dd0b429dee62c959.
* nixos/release-{small,combined}: add latestKernel.loginEmily2020-04-17
| | | | | Seems like a good idea to ensure that you can always use the latest stable upstream kernel.
* nixos: try to fix channel evalJan Tojnar2020-04-06
| | | | | | | | It was failing with error: aggregate job 'tested' references non-existent job 'nixos.tests.php.x86_64-linux' cc @etu
* nixos/php: Move the pcre tests to the php test attributeElis Hirwing2020-04-05
|
* nixos/release-small.nix: Export options jobEelco Dolstra2020-03-24
|
* nixos/release-small.nix: List constituents of the 'tested' job by nameEelco Dolstra2020-02-17
| | | | https://github.com/NixOS/hydra/issues/715
* nixos/containers-ip: Test both ipv4 and ipv6 in the same scriptJacek Galowicz2019-11-27
|
* release-small.nix: Don't depend on currentSystemEelco Dolstra2019-06-19
|
* nixos/release: make ipv6 tests as important as legacy IP testsAndreas Rammhold2019-03-24
| | | | | | | 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.
* 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)