This commit is contained in:
parent
2de14534fd
commit
8a67b5c85f
1 changed files with 11 additions and 11 deletions
|
@ -25,21 +25,21 @@ in
|
||||||
"debian-latest:docker://node:18-bullseye"
|
"debian-latest:docker://node:18-bullseye"
|
||||||
"ubuntu-latest:docker://node:18-bullseye"
|
"ubuntu-latest:docker://node:18-bullseye"
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
runner = {
|
runner = {
|
||||||
capacity = 2;
|
capacity = 2;
|
||||||
timeout = "2h";
|
timeout = "2h";
|
||||||
|
|
||||||
shutdown_timeout = "5s";
|
shutdown_timeout = "5s";
|
||||||
};
|
};
|
||||||
|
|
||||||
cache.enabled = true;
|
cache.enabled = true;
|
||||||
|
|
||||||
container = {
|
container = {
|
||||||
force_pull = false;
|
force_pull = false;
|
||||||
force_rebuild = false;
|
force_rebuild = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue