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

Commit

Permalink
Merge #537
Browse files Browse the repository at this point in the history
537: [DEVOPS-1239] change release jobset to only contain linux cardano-sl r=cleverca22 a=disassembler



Co-authored-by: Samuel Leathers <samuel.leathers@iohk.io>
  • Loading branch information
iohk-bors[bot] and disassembler committed Mar 13, 2019
2 parents 1dd2821 + f024997 commit 502ec79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jobsets/cardano.nix
Expand Up @@ -30,15 +30,16 @@ let
in pkgs.lib.fix (jobsets: {
inherit (jobs) iohk-ops iohk-ops-integration-test nixops;
inherit (iohkpkgs) checks;
inherit tests cardanoRelease;
inherit tests;
cardano-linux = cardanoRelease.all-cardano-sl.x86_64-linux;
required = pkgs.lib.hydraJob (pkgs.releaseTools.aggregate {
name = "iohk-ops-required-checks";
constituents =
let
all = x: map (system: x.${system}) supportedSystems;
in [
jobsets.iohk-ops.x86_64-linux
(pkgs.lib.collect (x : x ? outPath) jobsets.cardanoRelease)
jobsets.cardano-linux
(builtins.attrValues jobsets.tests)
(builtins.attrValues jobsets.checks)
];
Expand Down

0 comments on commit 502ec79

Please sign in to comment.