Florian Friesdorf
fbef5ab82f
Remove myself as maintainer from packages
...
I'm currently not maintaining any packages.
2019-02-22 16:14:13 +01:00
Tor Hedin Brønner
59d1fb6151
Merge pull request #44497 from hedning/gnome-upstream-wayland
...
Add gnome wayland support
2018-12-10 16:53:27 +01:00
Tor Hedin Brønner
116c16d9e2
nixos/tests/gnome3: select X11 gnome shell explicitely
...
This isn't strictly necessary yet as LightDM doesn't read the wayland sessions,
but there's no harm in being explicit.
2018-12-10 10:36:25 +01:00
Tor Hedin Brønner
80fdafb373
nixos/tests/gnome3: fix terminal title
...
The tests passes, but that's just because a race condition where the window is
titled `Terminal` long enough.
2018-12-09 19:27:06 +01:00
lassulus
fc035da4a4
xserver.displayManager: change default
...
Switch from slim to lightdm as the display-manager.
If plasma5 is used as desktop-manager use sdddm.
If gnome3 is used as desktop-manager use gdm.
Based on #12516
2018-08-31 17:57:39 +02:00
Tor Hedin Brønner
e8e0edd95c
nixos/tests/gnome3: Explicitly set default desktopManager
...
Sessions from `extraSessionFilePackages` isn't picked automatically as the
default session.
2018-08-01 19:14:33 +02:00
volth
2e979e8ceb
[bot] nixos/*: remove unused arguments in lambdas
2018-07-20 20:56:59 +00:00
xeji
08197d032a
nixos/tests/gnome3: switch to lightdm ( #41742 )
2018-06-09 22:02:48 +02:00
Jan Tojnar
3b9f0c6a46
gnome3 tests: fix by providing more memory
...
/cc #28053 .
2017-09-01 07:51:05 +02:00
Eelco Dolstra
bb0ce819b3
nixos/tests/gnome3.nix: Speed up test
...
It turns out that "journalctl -f | grep -m 1 pattern" will block for
one more line after "pattern" appears, which can take a long time.
2016-12-29 16:23:31 +01:00
Domen Kožar
b49bf121b8
rename iElectric to domenkozar to match GitHub
2016-05-17 13:00:47 +01:00
Eelco Dolstra
9153d8ed64
Fix X11 tests broken by the removal of -ac
...
Probably missed a few. Also adding xauth to the system path (it was
already in the closure).
2016-04-12 19:13:47 +02:00
Mathnerd314
faa82a676b
gnome3 test: increase timeout
...
The gnome3 test has been failing recently ([1](http://hydra.nixos.org/build/26608126/nixlog/1/raw ) [2](http://hydra.nixos.org/build/26605926/nixlog/1/raw )); this is due to exit code 124 which is [the command timing out](https://www.gnu.org/software/coreutils/manual/html_node/timeout-invocation.html ).
This increases the timeout to 900, to align with the similar timeout in https://github.com/NixOS/nixpkgs/blob/master/nixos/lib/test-driver/Machine.pm#L222
2015-10-05 22:10:40 -06:00
Luca Bruno
c6d77eb0bf
nixos/tests/gnome3: wait for gnome shell to be started, for a better screenshot
2015-09-30 18:29:51 +02:00
Luca Bruno
38dd4f5ce1
gnome3 test: revert back to using slim
...
GDM needs more time to load on hydra, need a better way to find out
when the user has logged in.
2015-08-31 10:36:18 +02:00
Luca Bruno
119a6ef543
gnome3 test: use gdm with autologin instead of slim
2015-08-27 18:11:40 +02:00
Joachim Schiele
0731489953
all tests: added meta.maintainers section
2015-07-12 12:29:51 +02:00
Luca Bruno
5d2b3ff8cf
nixos: increase allocated memory for gnome tests. Closes #4651
2014-11-02 16:33:10 +01:00
Domen Kožar
130e56cd42
nixos.tests.gnome3: wait 20sec for the screenshot
2014-09-07 14:51:10 +02:00
Florian Friesdorf
9b7dbcc83e
name nixos tests, close #3078
2014-06-28 16:05:47 +02:00
Eelco Dolstra
abe218950c
Make it easier to run the tests
...
You can now run a test in the nixos/tests directory directly using
nix-build, e.g.
$ nix-build '<nixos/tests/login.nix>' -A test
This gets rid of having to add the test to nixos/tests/default.nix.
(Of course, you still need to add it to nixos/release.nix if you want
Hydra to run the test.)
2014-04-14 14:02:44 +02:00
Domen Kožar
028379be28
nixos: add most basic gnome3 test and take a screenshot
2014-02-08 21:47:39 +01:00