Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Commit 1ce1e8d

Browse files
committed
hydra: Add haskell.nix to GitHub notifications
1 parent a2aee55 commit 1ce1e8d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

jobsets/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# The arguments for this file come from spec.json.
66
# So also update that file when you add a repo here.
77
#
8+
# You may also want to check and update the GitHub notifications list
9+
# in modules/hydra-master-main.nix.
10+
#
811
# Test this file locally with:
912
# jq . < $(nix-build --no-out-link jobsets/default.nix)
1013
#

modules/hydra-master-main.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ in {
135135
excludeBuildFromContext = 1
136136
useShortContext = 1
137137
</githubstatus>
138+
<githubstatus>
139+
jobs = Cardano:haskell-nix.*:required
140+
inputs = haskell-nix
141+
excludeBuildFromContext = 1
142+
useShortContext = 1
143+
</githubstatus>
138144
'';
139145
};
140146
deployment.keys."github-webhook-util".text = builtins.readFile ../static/github-webhook-util.secret;

0 commit comments

Comments
 (0)