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

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

Issue 2096233002: swarmbucket: add bucket-level execution timeout (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: rebased 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 60ae4d523b48ae16a05957ccac7182d8a0f0b27b..597954b3ddbb584be3489a1a85342eb94dce21c4 100644
--- a/appengine/cr-buildbucket/proto/project_config.proto
+++ b/appengine/cr-buildbucket/proto/project_config.proto
@@ -67,7 +67,7 @@ message Swarming {
// 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.
+ // If not set, defaults to bucket's common_execution_timeout_secs.
optional int32 execution_timeout_secs = 7;
}
@@ -92,6 +92,10 @@ message Swarming {
// Defines a default recipe for all builders in this bucket.
// A builder may override it or parts of it with something else.
optional Recipe common_recipe = 6;
+
+ // Maximum build execution time. Not to be confused with pending time.
+ // If not set, defaults to server defaults.
+ optional int32 common_execution_timeout_secs = 7;
}
// Defines one bucket in buildbucket.cfg
« 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