Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize GNOME tests, re-enable LightDM for release-combined #66236

Merged
merged 10 commits into from Aug 10, 2019

Conversation

worldofpeace
Copy link
Contributor

@worldofpeace worldofpeace commented Aug 6, 2019

Motivation for this change

Other than the name changes all the GNOME3 tests use GDM and we re-enabled the LightDM test
and GNOME and Pantheons tests are enabled for all platforms.

Things done

quick hack, haven't tested anything yet

  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @

@worldofpeace
Copy link
Contributor Author

worldofpeace commented Aug 6, 2019

Thoughts for followup improvement

  1. write an actual GDM test
  2. do we need standalone DM tests?
  3. test GDM in all the GNOME tests (currently it's just autologin)

The actual only difference from the gnome3-xorg
test is that this tests the wayland session.
It's also more accurate to call it just "gnome3"
since wayland is default here.
We should be ensuring that this session functions
as well because it's default.
This has been tested in the Pantheon test
for a year now and it does fine on hydra.
@worldofpeace
Copy link
Contributor Author

For some reason I couldn't get the gnome-xorg test to work at all with gdm. And I made sure wayland was disabled. Guess I'll save that for later.

@worldofpeace
Copy link
Contributor Author

@GrahamcOfBorg test gnome3

@ofborg ofborg bot added the 6.topic: GNOME GNOME desktop environment and its underlying platform label Aug 7, 2019
@ofborg ofborg bot requested review from hedning and jtojnar August 7, 2019 18:33
];

mesonFlags = [
"-Dubuntu_reviews=false"
"-Dgudev=false"
] ++ stdenv.lib.optionals (!withFwupd) [
"-Dfwupd=false"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this? Should not fwupd now build on aarch64?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only pushed this so I could see if it would build on the aarch64 builder, or there wasn't other things broken. Currently building fwupd needs ghc which samueldr informed my was broken for him.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ofborg ofborg bot requested a review from jtojnar August 7, 2019 18:52
@@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "gnome3-xorg";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco lethalman ];
maintainers = pkgs.gnome3.maintainers;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove Eelco and Domen here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have they contributed to the test in the past year? Would they be responsive to pings to fix and review it?

@worldofpeace
Copy link
Contributor Author

I've tested that everything succeeds on aarch64.

@ofborg ofborg bot requested a review from jtojnar August 7, 2019 20:07
@worldofpeace worldofpeace merged commit 2eaef47 into NixOS:master Aug 10, 2019
@worldofpeace worldofpeace deleted the test-reorganize branch August 10, 2019 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants