moblab_grpc_service_config.json 744 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.chromeos.moblab.v1beta1.BuildService",
  7. "method": "CheckBuildStageStatus"
  8. },
  9. {
  10. "service": "google.chromeos.moblab.v1beta1.BuildService",
  11. "method": "ListBuilds"
  12. }
  13. ],
  14. "timeout": "60s",
  15. "retryPolicy": {
  16. "maxAttempts": 5,
  17. "initialBackoff": "1s",
  18. "maxBackoff": "10s",
  19. "backoffMultiplier": 1.3,
  20. "retryableStatusCodes": [
  21. "UNAVAILABLE"
  22. ]
  23. }
  24. },
  25. {
  26. "name": [
  27. {
  28. "service": "google.chromeos.moblab.v1beta1.BuildService",
  29. "method": "StageBuild"
  30. }
  31. ],
  32. "timeout": "60s"
  33. }
  34. ]
  35. }