limit hydra eval jobs to 1
This commit is contained in:
parent
b25b247402
commit
724fae6ef6
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ in {
|
|||
<git-input>
|
||||
timeout = 3600
|
||||
</git-input>
|
||||
max_concurrent_evals = 1
|
||||
'';
|
||||
giteaTokenFile = "/run/secrets/services/hydra/gitea_token";
|
||||
githubTokenFile = "/run/secrets/services/hydra/github_token";
|
||||
|
|
Loading…
Reference in a new issue