about summary refs log tree commit diff
path: root/nixos/tests
AgeCommit message (Collapse)AuthorFilesLines
2024-02-10Merge pull request #248315 from apeschar/oci-containers-backend-stopPeder Bergebakken Sundt1-0/+5
nixos/oci-containers: stop container using backend
2024-02-10Merge pull request #287512 from r-vdp/fwupd_1_9_13maxine1-4/+5
fwupd: 1.9.12 -> 1.9.13
2024-02-09fwupd: 1.9.12 -> 1.9.13r-vdp1-4/+5
Changelog: https://github.com/fwupd/fwupd/releases/tag/1.9.13
2024-02-09nixosTests.freetube: mark as broken on aarch64-linuxTopi1-0/+2
2024-02-09Merge pull request #286176 from nikstur/writable-overlaysLinus Heckemann2-0/+90
nixos/filesystems: init overlayfs
2024-02-07nixos/filesystems: init overlayfsnikstur2-0/+90
2024-02-07Merge pull request #286532 from ↵Kim Lindberger1-1/+1
flyingcircusio/PL-131811-gitlab-loose-coupling-upstream nixos.gitlab: loosen the coupling of gitlab services to postgresql and redis
2024-02-07nixos/services.gitlab: loosen the coupling between gitlab and postgres/ ↵Oliver Schmidt1-1/+1
redis to avoid restarts and races Gitlab stays running at redis and postgresql restarts as if these components were on a different host anyways. Handling reconnetctions is part of the application logic. Co-authored-by: Kim Lindberger <kim.lindberger@gmail.com> for formatting fixes and test failure debugging.
2024-02-07Merge pull request #285315 from jmbaur/sysupdate-fixesWill Fancher1-7/+7
nixos/sysupdate: allow lists in sysupdate config
2024-02-07Merge pull request #286287 from fleaz/frigate-updateMartin Weinelt1-2/+7
frigate: 0.12.1 -> 0.13.1
2024-02-06frigate: 0.12.1 -> 0.13.1fleaz1-2/+7
Changelog: https://github.com/blakeblackshear/frigate/releases/tag/v0.13.0 https://github.com/blakeblackshear/frigate/releases/tag/v0.13.1 Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2024-02-06Merge pull request #275621 from Yarny0/tsm-client-updateSandro1-1/+1
tsm-client: 8.1.20.0 -> 8.1.21.0
2024-02-05Merge pull request #278034 from trofi/nixosTests.kernel-generic-fix-evalMario Rodas1-1/+1
nixosTests.kernel-generic: fix the eval
2024-02-05Merge pull request #285858 from adamcstephens/incus/refactorAdam C. Stephens1-2/+0
incus: fix lxd-to-incus, add static client, support multi-version
2024-02-05Merge pull request #283543 from OPNA2608/init/lomiri/ayatana-indicator-sessionCosima Neidahl1-0/+1
ayatana-indicator-session: init at 23.10.3
2024-02-05Merge pull request #286343 from fgaz/urn-timer/nixos-testWeijia Wang2-0/+27
nixosTests.urn-timer: init
2024-02-04nixosTests.urn-timer: initFrancesco Gazzetta2-0/+27
2024-02-04Merge pull request #221628 from rhysmdnz/intuneArtturi2-0/+57
Microsoft Intune
2024-02-04ayatana-indicator-session: init at 23.10.3OPNA26081-0/+1
2024-02-04Merge pull request #285869 from 4JX/gnome-extensions-updatepiegames1-1/+1
gnomeExtensions: auto-update
2024-02-03Merge pull request #285931 from mweinelt/zigbee2mqtt-1.35.2Martin Weinelt1-2/+11
zigbee2mqtt: 1.35.1 -> 1.35.2
2024-02-03nixos/tests/zigbee2mqtt: test against dummy serial deviceMartin Weinelt1-2/+11
2024-02-02Merge pull request #285602 from NickCao/nvmetcfg-testNick Cao2-0/+44
nixosTests.nvmetcfg: init
2024-02-02nixosTests.nvmetcfg: initNick Cao2-0/+44
2024-02-02nixosTests.gnome-extensions: system-monitor has been removed4JX1-1/+1
https://github.com/NixOS/nixpkgs/pull/274140
2024-02-02incus: lxd-to-incus is now part of main packageAdam Stephens1-2/+0
Previously upstream was packaging this separately due to the inclusion of lxd in the go dependencies. This has been dropped and the package has been merged into the main go.mod file.
2024-02-02Merge pull request #285698 from adamcstephens/lxc/test-sleepMartin Weinelt3-11/+5
nixos/tests/incus: check system is running for verifying up
2024-02-02nixos/tests/incus: check system is running for verifying upAdam Stephens3-11/+5
It can can take a few seconds for the generator to initialize in slow environments. Switch to using systemctl is-system-running which should reflect the system is fully booted.
2024-02-02Merge pull request #285035 from Ma27/kernel-rust-matrixMaximilian Bosch2-27/+40
nixos/tests/kernel-rust: test against 6.7 and testing (6.8rc1)
2024-02-02nixos/intune: initRhys Davies2-0/+57
2024-02-01Merge pull request #270475 from MinerSebas/prometheus-restic-exporterh7x41-1/+39
prometheus-restic-exporter: init at 1.4.0
2024-02-01nixos/tests/prometheus-exporters: add test for prometheus-restic-exporterMinerSebas1-1/+39
2024-01-31nixos/sysupdate: fix systemd-sysupdate testJared Baur1-7/+7
The test fails when the `Target`'s parent directories don't exist. For the purpose of this test though, we can just download it to the root directory for simplicity.
2024-01-31Merge pull request #280821 from SuperSandro2000/pretalxPeder Bergebakken Sundt2-0/+32
pretalx: init 2023.1.3
2024-01-31nixos/tests/kernel-rust: test against 6.7 and testing (6.8rc1)Maximilian Bosch2-27/+40
In #283893 we realized that not only 6.7, but also testing is affected. And with more stable kernels following, we'll probably want to test against all of them whether Rust support is working fine. As long as it's not the default at least, then we should probably move this to `kernel-generic`. Every kernel that's new enough to support `rust-out-of-tree-module` (and `linux_testing`) is part of this text matrix.
2024-01-30Merge pull request #276177 from aaronjheng/prometheus-openvpn-exporterMario Rodas1-25/+0
prometheus-openvpn-exporter: remove
2024-01-30Merge pull request #278131 from symphorien/sane_testGuillaume Girol2-0/+86
nixos/sane: add nixos test
2024-01-30Merge pull request #283406 from tfc/nixos-rebuild-socketRobert Hensing1-0/+5
nixos-rebuild: Handle too-long tmpdir paths on macOS
2024-01-30nixos/tests/pretalx: initMartin Weinelt2-0/+32
2024-01-30Merge pull request #284263 from amarshall/fix-zfs-test-wrong-pkgRyan Lahfa1-11/+14
nixos/tests/zfs: fix using wrong package in tests; minor cleanup
2024-01-30Merge pull request #284174 from jmbaur/repart-sector-sizeRyan Lahfa1-0/+2
Fix appliance-repart-image NixOS VM test
2024-01-30Merge pull request #276547 from ambroisie/pyload-moduleh7x42-0/+34
nixos/pyload: init module
2024-01-30Merge pull request #284676 from r-ryantm/auto-update/exportarrFranz Pletz1-15/+0
2024-01-30nixos/tests/prometheus-exporters: remove exportarr_sonarrFranz Pletz1-15/+0
This test has never worked. Not sure why it was merged in the first place.
2024-01-29Merge pull request #284633 from FedericoSchonborn/budgie-desktop-10.9Bobby Rong1-4/+3
Budgie Desktop 10.9
2024-01-29nixosTests.budgie: Fix login subtestBobby Rong1-4/+3
After budgie-session is used.
2024-01-29Merge pull request #284711 from misuzu/netbird-testWeijia Wang1-1/+1
nixosTests.netbird: fix after module update
2024-01-29linux/hardened/patches/6.7: init at 6.7.2-hardened1Fabián Heredia Montiel1-0/+1
2024-01-29nixosTests.netbird: fix after module updatemisuzu1-1/+1
2024-01-29nixos-rebuilt-target-host test: Add long TMPDIR to verify that fix worksJacek Galowicz1-0/+5