nixos/release: fixup evaluation of tested job (firefox)
This fixes 3b6389aa2f49e; I'm sorry for the mistake.
This commit is contained in:
parent
f320b0d46e
commit
746e16f927
1 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue