forked from lix-project/nix-eval-jobs
README: link to ci configurations
This commit is contained in:
parent
16817cac6e
commit
3071792e91
11
README.md
11
README.md
|
@ -75,10 +75,13 @@ scalability for large deployments with deployment tools such as
|
||||||
|
|
||||||
**Faster evaluator in CIs.** In addition to evaluation speed for CIs, it is also
|
**Faster evaluator in CIs.** In addition to evaluation speed for CIs, it is also
|
||||||
useful if evaluation of individual jobs in CIs can fail, as opposed to failing
|
useful if evaluation of individual jobs in CIs can fail, as opposed to failing
|
||||||
the entire jobset. For CIs that allow dynamic build steps to be created, one
|
the entire jobset. For CIs that allow dynamic build steps to be created, one can
|
||||||
can also take advantage of the fact that nix-eval-jobs outputs the derivation
|
also take advantage of the fact that nix-eval-jobs outputs the derivation path
|
||||||
path separately. This allows separate logs and success status per job instead
|
separately. This allows separate logs and success status per job instead of a
|
||||||
of a single large log file.
|
single large log file. In the
|
||||||
|
[wiki](https://github.com/nix-community/nix-eval-jobs/wiki#ci-example-configurations)
|
||||||
|
we collect example ci configuration for various CIs.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Organisation of this repository
|
## Organisation of this repository
|
||||||
|
|
Loading…
Reference in a new issue