feat(forgejo-runners): Switch to patched version of colmena
Some checks failed
build configuration / build_compute01 (push) Successful in 1m27s
build configuration / build_storage01 (push) Successful in 1m33s
build configuration / build_vault01 (push) Successful in 2m0s
build configuration / build_web02 (push) Successful in 1m26s
build configuration / build_geo01 (push) Successful in 1m19s
build configuration / build_rescue01 (push) Successful in 1m29s
build configuration / build_geo02 (push) Successful in 1m13s
lint / check (push) Successful in 35s
build configuration / build_web01 (push) Successful in 2m4s
build configuration / build_bridge01 (push) Successful in 1m18s
build configuration / push_to_cache_geo01 (push) Successful in 1m38s
build configuration / push_to_cache_compute01 (push) Successful in 2m10s
build configuration / push_to_cache_web02 (push) Successful in 1m43s
build configuration / push_to_cache_storage01 (push) Successful in 2m15s
build configuration / push_to_cache_geo02 (push) Successful in 1m20s
build configuration / push_to_cache_rescue01 (push) Successful in 1m38s
build configuration / push_to_cache_bridge01 (push) Failing after 3m24s
build configuration / push_to_cache_web01 (push) Successful in 3m31s
Some checks failed
build configuration / build_compute01 (push) Successful in 1m27s
build configuration / build_storage01 (push) Successful in 1m33s
build configuration / build_vault01 (push) Successful in 2m0s
build configuration / build_web02 (push) Successful in 1m26s
build configuration / build_geo01 (push) Successful in 1m19s
build configuration / build_rescue01 (push) Successful in 1m29s
build configuration / build_geo02 (push) Successful in 1m13s
lint / check (push) Successful in 35s
build configuration / build_web01 (push) Successful in 2m4s
build configuration / build_bridge01 (push) Successful in 1m18s
build configuration / push_to_cache_geo01 (push) Successful in 1m38s
build configuration / push_to_cache_compute01 (push) Successful in 2m10s
build configuration / push_to_cache_web02 (push) Successful in 1m43s
build configuration / push_to_cache_storage01 (push) Successful in 2m15s
build configuration / push_to_cache_geo02 (push) Successful in 1m20s
build configuration / push_to_cache_rescue01 (push) Successful in 1m38s
build configuration / push_to_cache_bridge01 (push) Failing after 3m24s
build configuration / push_to_cache_web01 (push) Successful in 3m31s
This allows to evaluate bridge01 in the CI
This commit is contained in:
parent
53fe784b5a
commit
b3b21d1f96
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
pkgs,
|
||||
nixpkgs,
|
||||
sources,
|
||||
...
|
||||
}:
|
||||
|
||||
|
@ -29,6 +30,8 @@ let
|
|||
options = "--cpus=4";
|
||||
};
|
||||
};
|
||||
|
||||
nix-pkgs = import sources.nix-pkgs { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
services.forgejo-nix-runners = {
|
||||
|
@ -40,7 +43,7 @@ in
|
|||
tokenFile = config.age.secrets."forgejo_runners-token_file".path;
|
||||
|
||||
dependencies = [
|
||||
pkgs.colmena
|
||||
nix-pkgs.colmena
|
||||
pkgs.npins
|
||||
pkgs.tea
|
||||
nixpkgs.unstable.nixfmt-rfc-style
|
||||
|
|
Loading…
Reference in a new issue