summary refs log tree commit diff
path: root/nixos/release.nix
Commit message (Collapse)AuthorAge
* quagga service: disableRobin Gloster2017-03-30
|
* network-interfaces: reload bridges on conf changesArnold Krille2017-03-26
| | | | | | | | | | | And adopt the tests to add an interface and remove it again. It should work when deactivating rstp, it will not work when activating rstp for the first bridge as then the userspace daemon is not yet available. But once one bridge is active with stp, it should work with the reload for any further bridge. Fixes #21745. Also see #22547.
* nixos/sddm: test automatic and manual loginThomas Tuegel2017-03-24
|
* nixos: enable nginx testFranz Pletz2017-03-20
| | | | cc #23279
* Revert "nixos: build for aarch64-linux"Tuomas Tynkkynen2017-03-20
| | | | | | | | | | | | This reverts commit b806e25d65421d7aa0a524ce1601f0e51099df11. This seems to push Hydra's memory usage out of the roof fail nixos evaluating with: Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS Let's revert this for now. It's not a big deal at all since the nixpkgs-unstable jobset is still building the packages.
* nixos/release.nix: added tests.wordpressJoachim Schiele2017-03-18
|
* nixos: build for aarch64-linuxGraham Christensen2017-03-13
|
* nixos: fix renaming warning in KDE closureThomas Tuegel2017-03-03
|
* nixos/tests: fix Plasma 5 testThomas Tuegel2017-03-02
|
* pgjwt: init at 0.0.1 (#22644)Tomasz Czyż2017-02-26
|
* pam_oath: require OATH and pam_unix credentials to be validGraham Christensen2017-02-12
|
* nixos: drop references to kde4Graham Christensen2017-02-11
| | | | Excluding modules/programs/environment.nix for PATHand QT_PLUGIN_PATH to allow the programs to continue running.
* nixos: update default cases from KDM/KDE4 to SDDM/KDE5Graham Christensen2017-02-09
|
* nixos/tests/nat: add test for conntrack helper autoloadingFranz Pletz2017-01-25
|
* nixos/glance: add testAntoine Eiche2016-12-31
| | | | | | | | The test starts the glance service, creates a nixos image and ensures Glance list it. Note the test also starts the Keystone service since it is required by Glance.
* nixos/keystone: add test in release.nixAntoine Eiche2016-12-16
|
* containers: add tests for hosts and macvlansmontag4512016-12-12
|
* nixos/release: add containers-tmpfs testFranz Pletz2016-11-22
| | | | cc #20557
* 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.