Skip to content

Commit 51580e6

Browse files
committed
cicero job: lower count of nomad group
1 parent 45ea96f commit 51580e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/cloud/nomadEnvs/cicero/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ in {
300300
};
301301

302302
group.cicero-nomad = merge commonGroup {
303-
count = 3;
303+
count = 2;
304304

305305
task.cicero.config = {
306306
args = append ["--" "nomad"];

0 commit comments

Comments
 (0)