Chromium Code Reviews| Index: appengine/cr-buildbucket/proto/project_config.proto |
| diff --git a/appengine/cr-buildbucket/proto/project_config.proto b/appengine/cr-buildbucket/proto/project_config.proto |
| index bf50d6829777e5551dcb45298a5a87d3959bfbe5..0edc1849d315274899765781e92c558b4cfc67e0 100644 |
| --- a/appengine/cr-buildbucket/proto/project_config.proto |
| +++ b/appengine/cr-buildbucket/proto/project_config.proto |
| @@ -56,6 +56,9 @@ message Swarming { |
| optional Recipe recipe = 4; |
| // Swarming task priority. |
| optional int32 priority = 5; |
| + // Maximum build execution time. Not to be confused with pending time. |
| + // If not set, defaults to server defaults. |
| + optional int32 execution_timeout_secs = 7; |
|
Vadim Sh.
2016/06/22 19:41:28
what happened to tag 6?
nodir
2016/06/22 22:00:30
used by category field
|
| } |
| // Hostname of the swarming instance, e.g. "chromium-swarm.appspot.com". |