aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-03-28 17:57:09 +0100
committerTaras Madan <tarasmadan@google.com>2025-03-28 17:11:58 +0000
commitb00ef8dc5f5b6b79828da7b726ee6d3dd02b9ad5 (patch)
tree36ac7a0970d5c46ab0cef2dc00dc58e8fce9fcfb
parent07ea4fca959f0151610c4eecc290d733afaedbfc (diff)
dashboard/app: use more cores for coverage merging
Coverage merging often take more than 1 hour.
-rw-r--r--dashboard/app/batch_main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/batch_main.go b/dashboard/app/batch_main.go
index 596f50e50..d5ae07d46 100644
--- a/dashboard/app/batch_main.go
+++ b/dashboard/app/batch_main.go
@@ -63,7 +63,7 @@ func createScriptJob(ctx context.Context, projectID, jobNamePrefix, script strin
PolicyTemplate: &batchpb.AllocationPolicy_InstancePolicyOrTemplate_Policy{
Policy: &batchpb.AllocationPolicy_InstancePolicy{
ProvisioningModel: batchpb.AllocationPolicy_SPOT,
- MachineType: "c3-standard-4",
+ MachineType: "c3-highcpu-8",
},
},
}},