Skip to content

Commit 0ceeeec

Browse files
committed
nix nonrequired tullia job: use --keep-going
so that we see all failing jobs
1 parent 58ac73a commit 0ceeeec

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

nix/pkgs.nix

-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ final: prev: with final; {
33

44
inherit (cardanoNodeProject.args) compiler-nix-name;
55

6-
# The is used by nix/regenerate.sh to pre-compute package list to avoid double evaluation.
7-
genProjectPackages = lib.genAttrs
8-
(lib.attrNames (haskell-nix.haskellLib.selectProjectPackages
9-
cardanoNodeProject.hsPkgs))
10-
(name: lib.attrNames cardanoNodeProject.pkg-set.options.packages.value.${name}.components.exes);
11-
126
cabal = haskell-nix.cabal-install.${compiler-nix-name};
137

148
hlint = haskell-nix.tool compiler-nix-name "hlint" {

nix/tullia.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ rec {
7070
in
7171
{
7272
"ci/pr/required" = mkBulkJobsTask "pr.required";
73-
"ci/pr/nonrequired" = mkBulkJobsTask "pr.nonrequired";
73+
"ci/pr/nonrequired" = mkBulkJobsTask "pr.nonrequired --keep-going";
7474
"ci/push/required" = mkBulkJobsTask "required";
7575

7676
"ci/cardano-deployment" = { lib, ... } @ args: {

0 commit comments

Comments
 (0)