From 8c00a6cae46fea6acc7f80c31129419c7d2acac1 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 7 Jul 2024 21:35:37 -0400 Subject: [PATCH] modify hydra notify targets, given agg job Signed-off-by: ahuston-0 --- systems/palatine-hill/hydra.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/systems/palatine-hill/hydra.nix b/systems/palatine-hill/hydra.nix index 46f0700..932cbe5 100644 --- a/systems/palatine-hill/hydra.nix +++ b/systems/palatine-hill/hydra.nix @@ -56,9 +56,8 @@ in timeout = 3600 - jobs = build-fork-hydra:pr-.*:hosts\..* - ## This example will match all jobs - #jobs = .* + # check hosts and any declared checks + jobs = (build-fork-hydra):pr-.*:(hosts|checks.*) inputs = nixexpr useShortContext = true excludeBuildFromContext = 1