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

Unified Diff: third_party/cq_client/cq.proto

Issue 1534813002: Update cq_client in depot_tools form CQ repo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years 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 | third_party/cq_client/cq.pb.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cq_client/cq.proto
diff --git a/third_party/cq_client/cq.proto b/third_party/cq_client/cq.proto
index 56aab3872461530fb3cae391ebd4d98696e1e90c..2e57970a3a71806a99707b0bcca917e24cf5b354 100644
--- a/third_party/cq_client/cq.proto
+++ b/third_party/cq_client/cq.proto
@@ -55,6 +55,12 @@ message Config {
// Deprecated. URL of the SVN repository. We are deprecating SVN support.
optional string svn_repo_url = 12;
+
+ // If present, the CQ will refrain from processing any commits whose start
+ // time is >= this time.
+ //
+ // This is an UTC RFC3339 (stiptime(tm)) string representing the time.
+ optional string draining_start_time = 13;
}
message Rietveld {
« no previous file with comments | « no previous file | third_party/cq_client/cq.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698