Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2601)

Unified Diff: appengine/cr-buildbucket/proto/project_config.proto

Issue 2090483002: swarmbucket: add execution_timeout_secs (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/cr-buildbucket/proto/project_config_pb2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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".
« no previous file with comments | « no previous file | appengine/cr-buildbucket/proto/project_config_pb2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698