-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathspec.json
51 lines (51 loc) · 4.92 KB
/
spec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"enabled": 1,
"hidden": false,
"description": "Jobsets",
"nixexprinput": "src",
"nixexprpath": "jobsets/default.nix",
"checkinterval": 60,
"schedulingshares": 420,
"enableemail": true,
"emailoverride": "",
"keepnr": 3,
"inputs": {
"src": { "type": "git", "value": "https://github.com/input-output-hk/ci-ops.git master", "emailresponsible": false }
,"nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs-channels.git nixos-18.09", "emailresponsible": false }
,"cardanoAddressesPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-addresses", "emailresponsible": false }
,"cardanoBasePrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-base", "emailresponsible": false }
,"cardanoBenchmarkingPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-benchmarking", "emailresponsible": false }
,"cardanoDbSyncPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-db-sync", "emailresponsible": false }
,"cardanoExplorerAppPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-explorer-app", "emailresponsible": false }
,"cardanoFaucetPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-faucet", "emailresponsible": false }
,"cardanoGraphQLPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-graphql", "emailresponsible": false }
,"cardanoLedgerSpecsPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-ledger-specs", "emailresponsible": false }
,"cardanoNodeP2PPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-node", "emailresponsible": false }
,"cardanoNodePrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-node", "emailresponsible": false }
,"cardanoOpsPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-ops", "emailresponsible": false }
,"cardanoPreludePrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-prelude", "emailresponsible": false }
,"cardanoRestPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-rest", "emailresponsible": false }
,"cardanoRosettaPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-rosetta", "emailresponsible": false }
,"cardanoRTViewPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-rt-view", "emailresponsible": false }
,"ciOpsPrsJSON": { "type": "githubpulls", "value": "input-output-hk ci-ops", "emailresponsible": false }
,"daedalusPrsJSON": { "type": "githubpulls", "value": "input-output-hk daedalus", "emailresponsible": false }
,"decentralizedSoftwareUpdatesPrsJSON": { "type": "githubpulls", "value": "input-output-hk decentralized-software-updates", "emailresponsible": false }
,"haskellNixPrsJSON": { "type": "githubpulls", "value": "input-output-hk haskell.nix", "emailresponsible": false }
,"hydraPocPrsJSON": { "type": "githubpulls", "value": "input-output-hk hydra-poc", "emailresponsible": false }
,"iohkMonitoringPrsJSON": { "type": "githubpulls", "value": "input-output-hk iohk-monitoring-framework", "emailresponsible": false }
,"iohkNixPrsJSON": { "type": "githubpulls", "value": "input-output-hk iohk-nix", "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 }
,"ledgerPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-ledger", "emailresponsible": false }
,"offchainMetadataToolsPrsJSON": { "type": "githubpulls", "value": "input-output-hk offchain-metadata-tools", "emailresponsible": false }
,"nixopsPrsJSON": { "type": "githubpulls", "value": "input-output-hk iohk-ops", "emailresponsible": false }
,"ouroborosNetworkPrsJSON": { "type": "githubpulls", "value": "input-output-hk ouroboros-network", "emailresponsible": false }
,"plutusPrsJSON": { "type": "githubpulls", "value": "input-output-hk plutus", "emailresponsible": false }
,"plutusStarterPrsJSON": { "type": "githubpulls", "value": "input-output-hk plutus-starter", "emailresponsible": false }
,"shellPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-shell", "emailresponsible": false }
,"smashPrsJSON": { "type": "githubpulls", "value": "input-output-hk smash", "emailresponsible": false }
,"toolsPrsJSON": { "type": "githubpulls", "value": "input-output-hk tools", "emailresponsible": false }
,"votingToolsPrsJSON": { "type": "githubpulls", "value": "input-output-hk voting-tools", "emailresponsible": false }
,"walletPrsJSON": { "type": "githubpulls", "value": "input-output-hk cardano-wallet", "emailresponsible": false }
}
}