about summary refs log tree commit diff
path: root/nixos/release.nix
Commit message (Collapse)AuthorAge
* Revert "cjdns: Disable tests"Joachim Fasting2016-11-12
| | | | This reverts commit 0ba3d429a758cec15545fc11c9d3fd1424c5c5f8.
* cjdns: Disable testsEelco Dolstra2016-11-08
| | | | | | | | | Since 8180922d236c53b5e09cfe1b63f6c12977bb2803, the cjdns module imports from a derivation, which is very bad. It causes all of stdenv to be built at evaluation time. Since we have a hard 3600 second limit on Hydra evaluations, this was causing NixOS jobsets to time out. @joachifm
* leaps: 0.5.1 + add a service + testJoachim Schiele2016-11-06
|
* hound: init moduleGraham Christensen2016-10-15
|
* containers: Do not wait for udev for network devicesArnold Krille2016-10-08
| | | | | | | | | | | | | | | Test that adding physical devices to containers works, find that network setup then doesn't work because there is no udev in the container to tell systemd that the device is present. Fixed by not depending on the device in the container. Activate the new container test for release Bonds, bridges and other network devices need the underlying not as dependency when used inside the container. Because the device is already there. But the address configuration needs the aggregated device itself.
* Add a simple test for SambaEelco Dolstra2016-09-30
|
* mongodb service: add test caseRodney Lorrimar2016-09-17
|
* Disable nixos.tests.panamaxDomen Kožar2016-09-13
| | | | https://github.com/NixOS/nixpkgs/issues/18209#issuecomment-246763699
* Remove test leftover from docker-registryDomen Kožar2016-09-10
| | | | | (cherry picked from commit d171c59926b77564089964f06ba761609b9a477e) Signed-off-by: Domen Kožar <domen@dev.si>
* nixos/tests/kde5: rename from sddm-kde5 and run by defaultThomas Tuegel2016-09-09
| | | | (cherry picked from commit 701f02a6eed902835e3d2a27838723cd9a7bb66a)
* Merge pull request #18085 from Mic92/fermJoachim F2016-09-03
|\ | | | | ferm: add integration test
| * ferm: add integration testJörg Thalheim2016-08-29
| |
* | quagga test: Add test for the quagga service.Octavian Cerna2016-09-02
|/
* Revert "Temporarily disable chromium test"obadz2016-08-23
| | | | | | | This reverts commit 9e6eec201b8b56ef493c60af3acb2e8ddd8be258. Verified locally that cd063d7 fixes the problem. cc @edolstra @aszlig
* Temporarily disable chromium testEelco Dolstra2016-08-23
| | | | | | | | It's hanging and blocking the unstable channel. http://hydra.nixos.org/build/38984676 @aszlig
* netboot: prepare for https://github.com/NixOS/nixos-channel-scripts/issues/6Domen Kožar2016-08-16
|
* Remove the Cassandra moduleEelco Dolstra2016-08-12
| | | | | | | | | | | | It uses import-from-derivation, which is a bad thing, because this causes hydra-evaluator to build Cassandra at evaluation time. $ nix-instantiate nixos/release.nix -A tests.cassandra.i686-linux --dry-run error: cannot read ‘/nix/store/c41blyjz6pfvk9fnvrn6miihq5w3j0l4-cassandra-2.0.16/conf/cassandra-env.sh’, since path ‘/nix/store/0j9ax4z8xhaz5lhrwl3bwj10waxs3hgy-cassandra-2.0.16.drv’ is not valid, at /home/eelco/Dev/nixpkgs/nixos/modules/services/databases/cassandra.nix:373:11 Also, the module is a mess (bad option descriptions, poor indentation, a gazillion options where a generic "config" option would suffice, it opens ports in the firewall, it sets vm.swappiness, ...).
* Merge pull request #17464 from cransom/cassandraFrederik Rietdijk2016-08-10
|\ | | | | Cassandra
| * cassandra service: initCasey Ransom2016-08-02
| | | | | | | | | | | | The module will configure a Cassandra server with common options being tweakable. Included is also a test which will spin up 3 nodes and verify that the cluster can be formed, broken, and repaired.
* | release.nix: refactor with fileContentsEric Sagnes2016-08-01
| |
* | Remove the PDF manualEelco Dolstra2016-08-01
| | | | | | | | | | PDF is very 20th century and nobody reads technical documentation this way anymore.
* | declarative containers: additional vethsArnold Krille2016-07-28
|/ | | | | | | | With these changes, a container can have more then one veth-pair. This allows for example to have LAN and DMZ as bridges on the host and add dedicated containers for proxies, ipv4-firewall and ipv6-firewall. Or to have a bridge for normal WAN, one bridge for administration and one bridge for customer-internal communication. So that web-server containers can be reached from outside per http, from the management via ssh and can talk to their database via the customer network. The scripts to set up the containers are now rendered several times instead of just one template. The scripts now contain per-container code to configure the extra veth interfaces. The default template without support for extra-veths is still rendered for the imperative containers. Also a test is there to see if extra veths can be placed into host-bridges or can be reached via routing.
* add epub for NixOS manual (second try) (#17205)Christine Koppelt2016-07-28
|
* Add gocd agent and server service packages (#16273)Shawn Warren2016-07-23
| | | | | | | GoCD is an open source continuous delivery server specializing in advanced workflow modeling and visualization. Update maintainers list to include swarren83. Update module list to include gocd agent and server module. Update packages list to include gocd agent and server package. Update version, revision and checksum for GoCD release 16.5.0.
* smokeping: init at 2.6.11 (#17090)cransom2016-07-21
| | | | Includes a module for service setup and a test to verify functionality of both service and pkg.
* nixos/tests: add hibernation testNikolay Amiantov2016-07-19
|
* ecryptfs: add test to release (#16910)obadz2016-07-13
| | | Would have caught regression #16766
* nixos/tests: Add a test for boot stage 1aszlig2016-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | We already have a small regression test for #15226 within the swraid installer test. Unfortunately, we only check there whether the md kthread got signalled but not whether other rampaging processes are still alive that *should* have been killed. So in order to do this we provide multiple canary processes which are checked after the system has booted up: * canary1: It's a simple forking daemon which just sleeps until it's going to be killed. Of course we expect this process to not be alive anymore after boot up. * canary2: Similar to canary1, but tries to mimick a kthread to make sure that it's going to be properly killed at the end of stage 1. * canary3: Like canary2, but this time using a @ in front of its command name to actually prevent it from being killed. * kcanary: This one is a real kthread and it runs until killed, which shouldn't be the case. Tested with and without 67223ee and everything works as expected, at least on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/tests/chromium: Re-add map for all channelsaszlig2016-05-04
| | | | | | | | | | | | This partially reverts f2d24b98408b48c2179b131fa4c3700dc41f5b52. Instead of disabling the channels via removing the channel mapping from the tests themselves, let's just explicitly reference the stable test in release.nix. That way it's still possible to run the beta and dev tests via something like "nix-build nixos/tests/chromium.nix -A beta" and achieve the same effect of not building beta and dev versions on Hydra. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* chromium: Disable Hydra builds of -dev and -betaEelco Dolstra2016-05-04
| | | | | | It's not the job of Nixpkgs to distribute beta versions of upstream packages. More importantly, building these delays channel updates by several hours, which is bad for our security fix turnaround time.
* netboot: fix evalDomen Kožar2016-05-01
|
* netboot -> netboot.x86_64-linuxEelco Dolstra2016-04-29
| | | | | For consistency, and in case we ever want to support another architecture.
* installer: simple PXE bootable NixOS installerNahum Shalman2016-04-29
| | | | | | | The Nix store squashfs is stored inside the initrd instead of separately (cherry picked from commit 976fd407796877b538c470d3a5253ad3e1f7bc68) Signed-off-by: Domen Kožar <domen@dev.si>
* Merge pull request #14018 from ↵Franz Pletz2016-04-24
|\ | | | | | | | | kampfschlaefer/feature/hostbridge_and_ipv6_for_containers containers: hostbridge and IPv6
| * containers tests: Distinguish declarative and imperative containersArnold Krille2016-04-02
| |
| * containers: Add more tests for ipv6 and hostbridgeArnold Krille2016-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A testcase each for - declarative ipv6-only container Seems odd to define the container IPs with their prefix length attached. There should be a better way… - declarative bridged container Also fix the ping test by waiting for the container to start When the ping was executed, the container might not have finished starting. Or the host-side of the container wasn't finished with config. Waiting for 2 seconds in between fixes this.
* | nixos/tests: Add a test for the Taskserver serviceaszlig2016-04-05
|/ | | | | | | | | | | | A small test which checks whether tasks can be synced using the Taskserver. It doesn't test group functionality because I suspect that they're not yet implemented upstream. I haven't done an in-depth check on that but I couldn't find a method of linking groups to users yet so I guess this will get in with one of the text releases of Taskwarrior/Taskserver. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/tests: Add a test for keyboard layoutsaszlig2016-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had the basic version of this laying around for some while but didn't continue on it. Originally it was for testing support for the Neo layout introduced back then (8cd6d53). We only test the first three Neo layers, because the last three layers are largely comprised of special characters and in addition to that the support for the VT keymap seems to be limited compared to the Xorg keymap. Yesterday @NicolasPetton on IRC had troubles with the Colemak layout (IRC logs: http://nixos.org/irc/logs/log.20160330, starting at 16:08) and I found that test again, so I went for improving and adding to <nixpkgs>. While the original problem seemed to be related to GDM, we can still add another subtest that checks whether GDM correctly applies the keyboard layout. However I don't have a clue how to properly configure the keyboard layout on GDM, at least not within the NixOS configuration. The main goal of this test is not to test a complete set of all key mappings but to check whether the keymap is loaded and working at all. It also serves as an example for NixOS keyboard configurations. The list of keyboard layouts is by no means complete, so everybody is free to add their own to the test or improve the existing ones. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Build most ISOs/OVAs for x86_64-linux onlyEelco Dolstra2016-03-15
| | | | | | Probably not many people care about i686-linux any more, but building all these images is fairly expensive (e.g. in the worst case, every Nixpkgs commit would trigger a few gigabytes of uploads to S3).
* Combine ISO generation stepsEelco Dolstra2016-03-15
| | | | | This folds adding hydra-build-products into the actual ISO generation, preventing an unnecessary download of the ISO.
* Combine OVA generation stepsEelco Dolstra2016-03-15
| | | | | | | | Previously this was done in three derivations (one to build the raw disk image, one to convert to OVA, one to add a hydra-build-products file). Now it's done in one step to reduce the amount of copying to/from S3. In particular, not uploading the raw disk image prevents us from hitting hydra-queue-runner's size limit of 2 GiB.
* nixos/tests: implement dnscrypt-proxy testJoachim Fasting2016-03-11
| | | | | This test verifies that the daemon actually activates upon a user-initiated ping, when using the recommended configuration.
* nixos/release: Replace a: b: a // b by mergeAttrsaszlig2016-03-02
| | | | | | No change in functionality, it just looks nicer that way. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Merge pull request #13585 (nixos-tests-splitup)aszlig2016-03-01
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | This splits a few NixOS tests (namely Chromium, VirtualBox and the networking tests) into several subtests that are exposed via attributes. The networking tests were already split up but they didn't expose an attribute set of available tests but used a function attribute to specify the resulting test instead. A new function callSubTests in nixos/release.nix is now responsible for gathering subtests, which is also used for the installer and boot tests. The latter is now placed in a tests.boot.* namespace rather than "polluting" the tests attribute set with its subtest.
| * nixos/tests/chromium: Split up into subtestsaszlig2016-03-01
| | | | | | | | | | | | | | | | | | | | This makes it easier to test just a specific channel rather than to force testing all builds down the users/testers throat. Especially this makes it easier to test NixOS channel upgrades only against the Chromium stable channel instead of just removing the beta/dev channels from the tests entirely (as done in 69ec09f38aa1f1d37baec73ebdf9cf5f21050f94). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * nixos/release: Use callSubTests for subtestsaszlig2016-03-01
| | | | | | | | | | | | | | | | | | | | | | | | Should clean up a lot of these redundant lines for various sub-tests. Note that the tests.boot* are now called tests.boot.boot*, but otherwise all the test attribute names should stay the same. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @edolstra Cc: @wkennington Cc: @bobvanderlinden
| * nixos/release.nix: Add a callSubTests functionaszlig2016-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | This should de-clutter the various redundant lines of callTest's on subtests so that every main test file should have only one line with a callSubTests instead. Overrides work the same way as callTest, except that if the system attribute is explicitly specified we do not generate attributes for all available systems. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @edolstra
| * nixos/tests/virtualbox: Split up subtestsaszlig2016-02-29
| | | | | | | | | | | | | | | | | | | | | | | | Now subtests are separate derivations, because the individual tests do not depend on state from previous test runs. This has the advantage that it's easier to run individiual tests and it's also easier to pinpoint individual tests that randomly fail. I ran all of these tests locally and they still succeed. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | Revert "Add the tool "nixos-typecheck" that can check an option declaration to:"Eelco Dolstra2016-03-01
| | | | | | | | | | | | This reverts commit cad8957eabcbf73062226d28366fd446c15c8737. It breaks NixOps, but more importantly, such major changes to the module system really need to be reviewed.
* | Merge pull request #10288 from lethalman/gnomeisoLuca Bruno2016-02-29
|\ \ | | | | | | installer: add graphical GNOME iso