summary refs log tree commit diff
path: root/nixos/release-combined.nix
Commit message (Collapse)AuthorAge
* nixos/release-combined: re-add ZFS to release-combinedWill Fancher2023-10-24
| | | | | Since #262982, ZFS tests works again. Also, this time we'll use the correct systems.
* nixos/release-combined: drop nixos-rebuild-install-bootloaderVladimír Čunát2023-10-24
| | | | ... at least until it's fixed. /cc PR #262724 again.
* nixos/release-combined: drop ZFS+i686 from blockersVladimír Čunát2023-10-23
| | | | | | | | | The current state is certainly very wrong - testing ZFS only on i686. I suspect it was a typo (?) in commit 2de3caf01109891. The current practical problem is that the test fails, though in a part that looks cross-platform (which adds confusion): https://hydra.nixos.org/build/239290208#tabs-buildsteps
* nixos/release-combined: add nixos-rebuild-specialisations to release-combinedThiago Kenji Okada2023-10-23
|
* nixos/tests: add nixos-rebuild-install-bootloaderThiago Kenji Okada2023-10-23
|
* nixos/release-combined: make gitlab a channel blockerYureka2023-10-18
| | | | Prevent issues like https://github.com/NixOS/nixpkgs/pull/257932 from reaching nixos-unstable in the future
* nixos/release: fixup evaluation of tested job (firefox)Vladimír Čunát2023-10-15
| | | | This fixes 3b6389aa2f49e; I'm sorry for the mistake.
* nixos/release: don't block on firefox testsVladimír Čunát2023-10-10
| | | | | | I can't recall when these tests last discovered a real problem. Having to do many manual restarts is annoying, e.g. https://hydra.nixos.org/build/237622614#tabs-buildsteps
* nixos/release-combined.nix: Build pkgs/by-name testerSilvan Mosberger2023-08-29
|
* nixos/release-*: finish dropping the conntrack testsVladimír Čunát2023-03-04
| | | | This was forgotten in commit 84f3520c8ff96b.
* Revert "nixos/release: disable nfs3.simple"zowoq2023-02-28
| | | | This reverts commit 56828530275888e4d79ee64f8ff772bdbfe34637.
* nixos/tests/printing: split into service/socketrnhmjoj2022-12-07
| | | | | | | | | This splits the tests into two: one where cups.socket is started normally, the order with socket activation. Why? It's almost impossible to follow the test with 4 different machines printing at the same time. It should also be more efficient because only two VMs at a time were needed anyway.
* Merge pull request #197254 from Atemu/fstab-escape-optionsMartin Weinelt2022-11-19
|\
| * nixosTests: test spaces in mount options via btrfs subvolsLily Foster2022-11-06
| | | | | | | | Also enabled the btrfs tests for installer-systemd-stage-1 again
* | nixos/release: add acme to tested setMartin Weinelt2022-10-25
|/ | | | | | | | The ACME module has long been an important part of every nixos server deployment and we should therefore make sure the tests are working as expected before allowing a channel bump to happen. Related: #197443
* nixos/release-combined: Enable more jobs on aarch64-linuxMartin Weinelt2022-10-11
|
* nixos/release-combined: Build graphical ISOs for aarch64-linuxMartin Weinelt2022-10-11
|
* nixos/release-combined: Move aarch64-linux to supportedSystemsMartin Weinelt2022-10-11
| | | | | The builders have had a good track record in the last year so this is worth a try.
* treewide: remove myself as maintainer from some pkgsFranz Pletz2022-08-03
| | | | | Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while.
* nixos/release: add podman, oci-containers.podman to testedzowoq2022-05-03
|
* nixos/release tested job: drop `nano` testVladimír Čunát2022-03-01
| | | | It doesn't exist since PR #161707 (commit 7ef8df87679).
* nixos/release: disable nfs3.simplezowoq2022-02-27
|
* release-combined.tested: Add the Sway testMichael Weiss2021-05-27
| | | | | | | | | | | | | | | | | | | Sway is a Wayland compositor. It should have a smaller userbase than Gnome and KDE but Sway plays an important role in the Wayland ecosystem (it is e.g. maintained by Simon Ser who also maintains wlroots, Wayland, and Weston (the reference compositor) and contributes to a lot of important packages in the Wayland ecosystem). Sway also comes with much fewer dependencies than large desktop environments. This should make the Sway VM test an ideal choice for testing updates to core packages (e.g. wayland, wayland-protocols, wlroots, libdrm, mesa, and xwayland - I maintain all but XWayland in Nixpkgs) and test failures should be much easier to debug. The test is fairly new but so far all 18 Hydra builds on x86_64-linux have succeeded [0]. I'm actively maintaining the test and can look into build failures if I'm pinged. [0]: https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.sway.x86_64-linux/all
* nixos/release-combined: fix a test nameVladimír Čunát2021-05-17
| | | | Broken by 513143fe4 and breaking evaluation of trunk-combined jobset.
* gnome: rename from gnome3Jan Tojnar2021-05-08
| | | | Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
* Revert "release-combined.tested: Temporarily remove the Chromium test"Michael Weiss2021-01-24
| | | | | | | This reverts commit 2dbd08dcbd5fa78d6716aa1fbdfb04be175e4162. I've fixed the regression in 8a7a8442c17 and the rest of my refactorings/improvements shouldn't affect the stability of the test.
* release-combined.tested: Temporarily remove the Chromium testMichael Weiss2021-01-20
| | | | | | | | | | | | | Chromium seems to run fine but the VM test fails and prints errors like: machine # There are no windows in the stack machine # Invalid window '%1' machine # Usage: windowfocus [window=%1] machine # --sync - only exit once the window has focus This could be due to changes in Chromium's X11 code (or maybe some changes for Ozone/X11). I'll investigate this but let's temporarily remove the Chromium test from the tested jobset until I find a proper solution/fix.
* release-combined: Add shadow testTim Steinbach2020-12-23
|
* nixos: release-combined: only build the amazon image for ↵Graham Christensen2020-11-19
| | | | x86_64,aarch64-linux -- exclude i686
* nixos: release: add amazonImage as a channel blockerGraham Christensen2020-11-19
|
* nano: Add testTim Steinbach2020-11-16
|
* linux-hardened: Do not block channelTim Steinbach2020-11-05
|
* nixosTests: Disable networking.networkd.macvlanAnders Kaseorg2020-08-30
| | | | | | This test is failing nondeterministically. Fixes #96709. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* nixosTests: re-enable networking testsFlorian Klink2020-08-27
| | | | | | | | 5150378c2f10d34a7ba4404c52f6c882284dd254 fixed the long-broken nixosTests.networking.virtual. With all tests failures fixed, and #79328 making debugging much easier, let's re-add it to the tested jobset.
* nixos/release-combined: add systemd-networkd-ipv6-prefix-delegation testAndreas Rammhold2020-05-01
|
* Merge pull request #85711 from worldofpeace/gnome-isoEelco Dolstra2020-04-28
|\ | | | | nixos/release: add GNOME ISO
| * nixos/release: add GNOME ISOworldofpeace2020-04-21
| |
* | Merge pull request #85402 from jtojnar/httpd-phpJan Tojnar2020-04-22
|\ \ | |/ |/|
| * nixosTests.php.httpd: initJan Tojnar2020-04-17
| |
* | release-combined: Remove unused value `allSupportedNixpkgs`.Niklas Hambüchen2020-04-21
| | | | | | | | | | | | | | | | It was made obsolete by commit 2de3caf0 - nixos/release-combined.nix: List constituents of the 'tested' job by name see also https://github.com/NixOS/nixpkgs/commit/f996744fd32f255b7fd33d9e83d9ef688097b367#r38642487.
* | nixos/release-combined: add {,latestKernel.}hardenedEmily2020-04-17
| | | | | | | | | | | | These now depend on an external patch set; add them to the release tests to ensure that the build doesn't break silently as new kernel updates are merged.
* | 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/release-combined.nix: test hibernate only on x86_64Benno Fünfstück2020-04-08
|
* nixos/release-combined.nix: fix tested/supportedSystemsBenno Fünfstück2020-04-08
| | | | | | | | | | | | This properly supports the `supportedSystems` and `limitedSupportedSystems` arguments of `release-combined.nix`. Previously, evaluation would fail if `x86_64-linux` was not part either of those, since the tested job always referenced the `x86_64-linux` nixos tests (which won't exist in an aarch64-only eval). Since the hydra configuration for the jobset`trunk-combined` has both `aarch64-linux` and `x86_64-linux` as supported systems, this will make aarch64 be part of the tested job on that jobset.
* 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
|
* release-combined.tested: readd boot.biosUsb testVladimír Čunát2020-02-22
| | | | | | | It has been commented-out for some time and now removed in commit 2de3caf, but it seems reliable in past months: https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.boot.biosUsb.x86_64-linux/all so I can't see why not re-add it. Close #15690.
* release-combined: readd firefox-esr testVladimír Čunát2020-02-22
| | | | | | | It was added in PR #79786 (7a625e7) and then removed in commit 2de3caf (apparently unintentionally as a rebase conflict). _I think the ordering used by Eelco would sort the line this way._
* release-combined: readd keymap tests (again)worldofpeace2020-02-17
|
* nixos/release-combined.nix: List constituents of the 'tested' job by nameEelco Dolstra2020-02-17
| | | | https://github.com/NixOS/hydra/issues/715