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 { |