Skip to content

Commit 87b0f23

Browse files
bench: specify service account in Cloud Batch job config (#555)
Without specifying an account, the default Compute Engine service account is used: https://cloud.google.com/batch/docs/create-run-job-custom-service-account Signed-off-by: Spencer Schrock <[email protected]>
1 parent 11d4c49 commit 87b0f23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

benchmarks/cloud_batch.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
}
4040
],
4141
"allocationPolicy": {
42+
"serviceAccount": {
43+
"email": "model-transparency-gha@sigstore-infra-playground.iam.gserviceaccount.com"
44+
},
4245
"instances": [
4346
{
4447
"policy": {

0 commit comments

Comments
 (0)