summary refs log tree commit diff
path: root/nixos/release-combined.nix
Commit message (Collapse)AuthorAge
* nixos/sddm: test automatic and manual loginThomas Tuegel2017-03-24
|
* nixos/plasma5: re-enable testThomas Tuegel2017-03-24
| | | | | | Fixes #24240. I do not know the cause of the test failures, but the tests pass now.
* release-combined: disable plasma tests temporarilyVladimír Čunát2017-03-23
| | | | ... to get a channel bump after a long time; see #24240.
* 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: build for aarch64-linuxGraham Christensen2017-03-13
|
* Merge pull request #23388 from ttuegel/nixos-plasma5Thomas Tuegel2017-03-03
|\ | | | | NixOS: Plasma 5 tests and warnings
| * nixos/tests: fix Plasma 5 testThomas Tuegel2017-03-02
| |
* | tested job: drop the hibernate test on i686 for nowVladimír Čunát2017-03-02
|/ | | | /cc #23107.
* 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/tests/kde5: rename from sddm-kde5 and run by defaultThomas Tuegel2016-09-09
| | | | (cherry picked from commit 701f02a6eed902835e3d2a27838723cd9a7bb66a)
* Make the NFSv4 tests release-criticalEelco Dolstra2016-09-07
| | | | We can probably drop NFSv3...
* 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
* nixos tests: add hibernation test to blockersNikolay Amiantov2016-08-21
|
* Remove nixos.tests.boot.biosUsb.* as release blockersEelco Dolstra2016-07-21
| | | | These have a high random failure rate, blocking channel updates. Issue
* ecryptfs: add test to release-combined.nixobadz2016-07-14
|
* Make i3wm test a release blockerDomen Kožar2016-05-26
| | | | | Catch issues like https://github.com/NixOS/nixpkgs/commit/331fa2feff8cbdca5cc831d1fae36d9505618124
* nixos/release-combined: Add boot-stage1 testaszlig2016-05-06
| | | | | | | | We don't want to push out a channel update whenever this test fails, because that might have unexpected and confused side effects and it *really* means that stage 1 of our boot up is broken. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* tested job: fix evaluation of chromium testsVladimír Čunát2016-05-06
| | | | | It's a bit inconsistent now, but I want mainly unblock the channel. /cc maintainer @aszlig.
* release-combined.nix: More Chromium test evaluation fixesTuomas Tynkkynen2016-05-05
| | | | Follow-up to f35e9386bd7e.
* make all boot tests release critical #14902Domen Kožar2016-04-23
| | | | | (cherry picked from commit 9d1662c6c90059b63fad01b3f55a0df94af7cde4) Signed-off-by: Domen Kožar <domen@dev.si>
* Revert "NixOS release: Don't depend on chromium"obadz2016-04-19
| | | | | | This reverts commit 3135af2511cd3dfa8e3874244c46054550c563e2. Closes #14732
* NixOS release: Don't depend on chromiumEelco Dolstra2016-03-15
| | | | | | This is failing because it exceeds the hydra-queue-runner size limit. http://hydra.nixos.org/build/33303819
* Fix NixOS tested jobEelco Dolstra2016-03-15
|
* nixos/tests: Remove tests.boot.boot* prefixesaszlig2016-03-01
| | | | | | | | | | | | As @bobvanderlinden suggests in #13585: "Looks like that cleans things up quite a bit! Just one aesthetics note, the boot tests could now be renamed from boot.bootBiosCdrom to boot.biosCdrom in nixos/tests/boot.nix:L33. That makes them more consistent with the other tests." Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* 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/tests/networking: Add a test for loopbackaszlig2015-12-18
| | | | | | | | | | | | | | | | It serves as a regression test, because right now if you enable networking.useNetworkd the default loopback interface doesn't get assigned any IP addresses. To be sure, I have bisected this and it has been introduced with the update to systemd 228 in 1da87d4. Only the "scripted" networking tests have to succeed in order to trigger a channel update of nixos-unstable, so I'm leaving this test as broken and we have to figure out next what's the *exact* reason for the breakage. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos: add sddm test to combined constituentsThomas Tuegel2015-12-11
|
* Don't block releases on nixos.tests.gnome3.i686-linuxEelco Dolstra2015-10-14
| | | | | | http://hydra.nixos.org/build/26702440 Issue #10353.
* Disable lightdm testEelco Dolstra2015-08-17
| | | | | | | | It's hanging in the OCR step for hours. @aszlig http://hydra.nixos.org/build/24268601
* Revert "Revert "Drop tests.installer.grub1 as release critical""Eelco Dolstra2015-07-22
| | | | | | This reverts commit cd28c5517c224c0c969f6bccb1f85dcc280ed7f2. Still broken: http://hydra.nixos.org/build/23928152
* 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.
* nixos/tests/installer: Add a testcase for fat32 /bootWilliam A. Kennington III2015-07-08
|
* Revert "Drop tests.installer.grub1 as release critical"Eelco Dolstra2015-06-12
| | | | | | This reverts commit 1907ca8a2aaa51d3e6910bb086dd75efffa81a6b. See https://github.com/NixOS/nixpkgs/commit/1907ca8a2aaa51d3e6910bb086dd75efffa81a6b#commitcomment-9719007
* Make the boot test release-criticalEelco Dolstra2015-06-10
|
* nixos: Add lightdm test to the "tested" job.aszlig2015-05-28
| | | | | | This is to prevent bugs such as #7902 from hitting the channels again. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/release: Add luksroot test to "tested" job.aszlig2015-05-21
| | | | | | | | We want to avoid getting broken LUKS systems into the latest channel, so let's ensure that the channel update won't happen if LUKS support is broken again. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos: Re-add swraid installer tests to releases.aszlig2015-04-01
| | | | | | | | | | | | | | | | | | It has been removed by 71a197bc6e60c2c35687fc862cec9a0036a3877e. I'm reintroducing the test mainly because it actually *is* useful, because right now, machines with mdraid will not boot. In order to prevent such things from happening in the future, we should *not* remove this VM test again. If it really goes back to failing randomly, we should really try to fix it instead of removing it again. Of course it fails right now because of the mdraid bump in 7719f7f. Also, if you want to have additional info about the reasons, have a look at the commit message of 666cf992f05d20c537da7f495afe3622023495d2. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* 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.
* Drop tests.installer.grub1 as release criticalEelco Dolstra2015-02-12
| | | | | | | | | | | | | This test sometimes fails with Kernel panic - not syncing: assertion "i && sym_get_cam_status(cp->cmd) == DID_SOFT_ERROR" failed: file "/tmp/nix-build-linux-3.14.32.drv-0/linux-3.14.32/drivers/scsi/sym53c8xx_2/sym_hipd.c", line 3399 after "sd 2:0:0:0: ABORT operation timed-out." Since we don't care all that much about GRUB 1 anymore, don't make the release depend on it. http://hydra.nixos.org/build/19563197
* add chromium test to the tested jobDomen Kožar2014-12-14
| | | | | (cherry picked from commit fa4e45f20cc7049ed99fd81d96fc1f67b2a870f6) Signed-off-by: Domen Kožar <domen@dev.si>
* nixos/tests: Add networking tests for basic functionalityWilliam A. Kennington III2014-11-29
|
* Ditch efi installer testsShea Levy2014-10-07
| | | | They've been broken forever due to weirdness in qemu tests, and they don't add much over installer tests
* Add all default NixOS packages to the channelEelco Dolstra2014-09-25
| | | | | | The job ‘dummy’ depends on the default contents of ‘environment.systemPackages’, thus ensuring that those packages all end up in the channel.
* nixos/tests/nat: Add tests for standalone and firewall based natWilliam A. Kennington III2014-09-18
|
* nixos tested: only build on supportedSystemsLuca Bruno2014-09-03
|
* nixos/tests-installer: Add a test for btrfs default volumes and bind mountsWilliam A. Kennington III2014-09-02
|
* Revert "Revert "Merge pull request #2449 from wkennington/master.grub""William A. Kennington III2014-09-02
| | | | | | | This reverts commit 94205f5f21c4d9942bb4205c06229438051b6853. Conflicts: nixos/modules/system/boot/loader/grub/install-grub.pl
* Revert "Merge pull request #2449 from wkennington/master.grub"Michael Raskin2014-08-31
| | | | | | | | | | | | | This reverts commit 469f22d717e53c48d13a66ca862942e8098accc5, reversing changes made to 0078bc5d8f87512104902eab00c8a44bef286067. Conflicts: nixos/modules/installer/tools/nixos-generate-config.pl nixos/modules/system/boot/loader/grub/install-grub.pl nixos/release.nix nixos/tests/installer.nix I tried to keep apparently-safe code in conflicts.