Skip to content

Commit

Permalink
fix: add missing cloudbuild RPCs to retry config
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 321573910
  • Loading branch information
Google APIs authored and copybara-github committed Jul 16, 2020
1 parent c92e130 commit 17edd4b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions google/devtools/cloudbuild/v1/cloudbuild_grpc_service_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
{
"service": "google.devtools.cloudbuild.v1.CloudBuild",
"method": "DeleteBuildTrigger"
},
{
"service": "google.devtools.cloudbuild.v1.CloudBuild",
"method": "ListWorkerPools"
},
{
"service": "google.devtools.cloudbuild.v1.CloudBuild",
"method": "GetWorkerPool"
}
],
"timeout": "600s",
Expand Down Expand Up @@ -59,6 +67,18 @@
{
"service": "google.devtools.cloudbuild.v1.CloudBuild",
"method": "RetryBuild"
},
{
"service": "google.devtools.cloudbuild.v1.CloudBuild",
"method": "CreateWorkerPool"
},
{
"service": "google.devtools.cloudbuild.v1.CloudBuild",
"method": "DeleteWorkerPool"
},
{
"service": "google.devtools.cloudbuild.v1.CloudBuild",
"method": "UpdateWorkerPool"
}
],
"timeout": "600s"
Expand Down

0 comments on commit 17edd4b

Please sign in to comment.