add devchecks agg job, update hydra config
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
8c00a6cae4
commit
c482601655
@ -15,4 +15,13 @@ rec {
|
|||||||
name = "hosts";
|
name = "hosts";
|
||||||
constituents = mapAttrsToList hostToAgg host;
|
constituents = mapAttrsToList hostToAgg host;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
devChecks = pkgs.releaseTools.aggregate {
|
||||||
|
name = "devChecks";
|
||||||
|
constituents = [
|
||||||
|
formatter
|
||||||
|
devShells
|
||||||
|
checks
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -57,7 +57,16 @@ in
|
|||||||
</git-input>
|
</git-input>
|
||||||
<githubstatus>
|
<githubstatus>
|
||||||
# check hosts and any declared checks
|
# check hosts and any declared checks
|
||||||
jobs = (build-fork-hydra):pr-.*:(hosts|checks.*)
|
jobs = (build-fork-hydra):pr-.*:hosts
|
||||||
|
context = ci/hydra: hosts
|
||||||
|
inputs = nixexpr
|
||||||
|
useShortContext = true
|
||||||
|
excludeBuildFromContext = 1
|
||||||
|
</githubstatus>
|
||||||
|
<githubstatus>
|
||||||
|
# check hosts and any declared checks
|
||||||
|
jobs = (build-fork-hydra):pr-.*:devChecks
|
||||||
|
context = ci/hydra: checks
|
||||||
inputs = nixexpr
|
inputs = nixexpr
|
||||||
useShortContext = true
|
useShortContext = true
|
||||||
excludeBuildFromContext = 1
|
excludeBuildFromContext = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user