Skip to content

Commit

Permalink
Merge pull request #36 from input-output-hk/smash-repo-ci
Browse files Browse the repository at this point in the history
Adds smash repo to hydra CI
  • Loading branch information
johnalotoski committed Jul 6, 2020
2 parents d34d9e4 + b0dfdd5 commit 5b319fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jobsets/default.nix
Expand Up @@ -49,6 +49,7 @@
, ouroborosNetworkPrsJSON ? ./simple-pr-dummy.json
, plutusPrsJSON ? ./simple-pr-dummy.json
, shellPrsJSON ? ./simple-pr-dummy.json
, smashPrsJSON ? ./simple-pr-dummy.json
, toolsPrsJSON ? ./simple-pr-dummy.json
, walletPrsJSON ? ./simple-pr-dummy.json
, rustLibsPrsJSON ? ./simple-pr-dummy.json
Expand Down Expand Up @@ -291,6 +292,14 @@ let
bors = true;
};

smash = {
description = "Stakepool Metadata Aggregation Server";
url = "https://github.com/input-output-hk/smash.git";
branch = "master";
prs = smashPrsJSON;
bors = true;
};

tools = {
description = "Loony Tools";
url = "https://github.com/input-output-hk/tools.git";
Expand Down
1 change: 1 addition & 0 deletions jobsets/spec.json
Expand Up @@ -39,6 +39,7 @@
,"cardanoExplorerAppPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-explorer-app", "emailresponsible": false }
,"cardanoGraphQLPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-graphql", "emailresponsible": false }
,"cardanoFaucetPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-faucet", "emailresponsible": false }
,"smashPrsJSON": { "type": "githubpulls", "value": "input-output-hk smash", "emailresponsible": false }
,"toolsPrsJSON": { "type": "githubpulls", "value": "input-output-hk tools", "emailresponsible": false }
,"jormungandrPrsJSON": { "type": "githubpulls", "value": "input-output-hk jormungandr-nix", "emailresponsible": false }
,"kesPrsJSON": { "type": "githubpulls", "value": "input-output-hk kes-mmm-sumed25519", "emailresponsible": false }
Expand Down
1 change: 1 addition & 0 deletions modules/hydra-master-main.nix
Expand Up @@ -72,6 +72,7 @@ let
{ jobset = "log-classifier"; }
{ jobset = "ouroboros-network"; }
{ jobset = "plutus"; }
{ jobset = "smash"; }
{ jobset = "tools"; }
]}
Expand Down

0 comments on commit 5b319fb

Please sign in to comment.