Skip to content

Commit

Permalink
Adds retry when service account is not ready yet
Browse files Browse the repository at this point in the history
  • Loading branch information
amandakarina committed Dec 20, 2024
1 parent 014622c commit 3d6a08d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/testutils/retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ var (

// Error 403: Compute Engine API has not been used in project {} before or it is disabled.
".*Error 403.*Compute Engine API has not been used in project.*": "Compute Engine API not enabled",

// Error 400: Service account {} does not exist.
".*Error 400.*Service account.*does not exist*": "Error setting IAM policy",
}
)

0 comments on commit 3d6a08d

Please sign in to comment.