Skip to content

Commit 30c007f

Browse files
committed
dashboard/app: use more cores for coverage merging
Coverage merging often take more than 1 hour.
1 parent 4990027 commit 30c007f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/app/batch_main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func createScriptJob(ctx context.Context, projectID, jobNamePrefix, script strin
6363
PolicyTemplate: &batchpb.AllocationPolicy_InstancePolicyOrTemplate_Policy{
6464
Policy: &batchpb.AllocationPolicy_InstancePolicy{
6565
ProvisioningModel: batchpb.AllocationPolicy_SPOT,
66-
MachineType: "c3-standard-4",
66+
MachineType: "c3-highcpu-8",
6767
},
6868
},
6969
}},

0 commit comments

Comments
 (0)