aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/test_log.proto
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2017-10-13 16:11:26 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-13 16:15:52 -0700
commitd426d3029727785676d1a7fbb7973a3a6ceb4842 (patch)
treedae23fe36ebc74b467f62708dafabb06ca2ae904 /tensorflow/core/util/test_log.proto
parent40d5bf33829249404f935441bac0fa1615a58c13 (diff)
Internal change.
PiperOrigin-RevId: 172159815
Diffstat (limited to 'tensorflow/core/util/test_log.proto')
-rw-r--r--tensorflow/core/util/test_log.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/core/util/test_log.proto b/tensorflow/core/util/test_log.proto
index a5476382f2..8ea59e1068 100644
--- a/tensorflow/core/util/test_log.proto
+++ b/tensorflow/core/util/test_log.proto
@@ -188,5 +188,9 @@ message TestResults {
BenchmarkType benchmark_type = 10;
// Used for differentiating between continuous and debug builds.
+ // Must be one of:
+ // * cbuild: results from continuous build.
+ // * presubmit: results from oneshot requests.
+ // * culprit: results from culprit finder rerun.
string run_mode = 11;
};