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

Commit 3d8eb28

Browse files
iohk-bors[bot]nc6
andcommitted
Merge #532
532: Add: Hydra configuration for fm-ledger-rules repository. r=disassembler a=nc6 Co-authored-by: Nicholas Clarke <[email protected]>
2 parents 4c2a325 + c62deb7 commit 3d8eb28

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

jobsets/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
, ouroborosNetworkPrsJSON ? ./simple-pr-dummy.json
2323
, iohkMonitoringPrsJSON ? ./simple-pr-dummy.json
2424
, chainPrsJSON ? ./simple-pr-dummy.json
25+
, fmLedgerRulesPrsJSON ? ./simple-pr-dummy.json
2526
, shellPrsJSON ? ./simple-pr-dummy.json
2627
, walletPrsJSON ? ./simple-pr-dummy.json
2728
, iohkNixPrsJSON ? ./simple-pr-dummy.json
@@ -85,6 +86,13 @@ let
8586
bors = true;
8687
};
8788

89+
fm-ledger-rules = {
90+
description = "FM Ledger Rules";
91+
url = "https://github.com/input-output-hk/fm-ledger-rules.git";
92+
branch = "master";
93+
prs = fmLedgerRulesPrsJSON;
94+
};
95+
8896
ouroboros-network = {
8997
description = "Ouroboros Network";
9098
url = "https://github.com/input-output-hk/ouroboros-network.git";

jobsets/spec.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
,"ouroborosNetworkPrsJSON": { "type": "githubpulls", "value": "input-output-hk ouroboros-network", "emailresponsible": false }
2222
,"iohkMonitoringPrsJSON": { "type": "githubpulls", "value": "input-output-hk iohk-monitoring-framework", "emailresponsible": false }
2323
,"chainPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-chain", "emailresponsible": false }
24+
,"fmLedgerRulesPrsJSON": { "type": "githubpulls", "value": "input-output-hk fm-ledger-rules", "emailresponsible": false }
2425
,"walletPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-wallet", "emailresponsible": false }
2526
}
2627
}

0 commit comments

Comments
 (0)