Merge #261161: nixos/release: fixup eval of tested job

This commit is contained in:
Vladimír Čunát 2023-10-15 08:56:10 +02:00
commit 5fba518189
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -73,8 +73,9 @@ in rec {
# So let's depend just on the packages for now.
#(onFullSupported "nixos.tests.firefox-esr")
#(onFullSupported "nixos.tests.firefox")
(onFullSupported "nixpkgs.firefox-esr")
(onFullSupported "nixpkgs.firefox")
# Note: only -unwrapped variants have a Hydra job.
(onFullSupported "nixpkgs.firefox-esr-unwrapped")
(onFullSupported "nixpkgs.firefox-unwrapped")
(onFullSupported "nixos.tests.firewall")
(onFullSupported "nixos.tests.fontconfig-default-fonts")