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"
|
||||
"ubuntu-latest:docker://node:18-bullseye"
|
||||
];
|
||||
};
|
||||
|
||||
settings = {
|
||||
runner = {
|
||||
capacity = 2;
|
||||
timeout = "2h";
|
||||
settings = {
|
||||
runner = {
|
||||
capacity = 2;
|
||||
timeout = "2h";
|
||||
|
||||
shutdown_timeout = "5s";
|
||||
};
|
||||
shutdown_timeout = "5s";
|
||||
};
|
||||
|
||||
cache.enabled = true;
|
||||
cache.enabled = true;
|
||||
|
||||
container = {
|
||||
force_pull = false;
|
||||
force_rebuild = false;
|
||||
container = {
|
||||
force_pull = false;
|
||||
force_rebuild = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue