Skip to content

Commit

Permalink
Try using n2 instance so we can attach ssd
Browse files Browse the repository at this point in the history
  • Loading branch information
jdangerx committed Jan 16, 2024
1 parent bc60c48 commit ee423f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devtools/generate_batch_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,14 @@ def to_config(
"instances": [
{
"policy": {
"machineType": "n2-standard-8",
"disks": [
{
"newDisk": {"sizeGb": 375, "type": "local-ssd"},
"deviceName": "local-ssd",
}
]
}
],
},
}
],
},
Expand Down

0 comments on commit ee423f1

Please sign in to comment.