Skip to content

Commit 3d6a08d

Browse files
committed
Adds retry when service account is not ready yet
1 parent 014622c commit 3d6a08d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/testutils/retry.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ var (
3939

4040
// Error 403: Compute Engine API has not been used in project {} before or it is disabled.
4141
".*Error 403.*Compute Engine API has not been used in project.*": "Compute Engine API not enabled",
42+
43+
// Error 400: Service account {} does not exist.
44+
".*Error 400.*Service account.*does not exist*": "Error setting IAM policy",
4245
}
4346
)

0 commit comments

Comments
 (0)