aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/test_log.proto
diff options
context:
space:
mode:
authorGravatar Toby Boyd <tobyboyd@google.com>2017-10-12 14:33:22 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-12 14:37:32 -0700
commit87c59cd4e92c688e32f4ab9502e1a9e269ab43c8 (patch)
tree4bfda69fef5ddc03e2759d93a01a5366a3dc3534 /tensorflow/core/util/test_log.proto
parent4351f887967a521458f98948e278abcd6ad63292 (diff)
Internal change.
PiperOrigin-RevId: 172013289
Diffstat (limited to 'tensorflow/core/util/test_log.proto')
-rw-r--r--tensorflow/core/util/test_log.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/core/util/test_log.proto b/tensorflow/core/util/test_log.proto
index 409d5db211..a5476382f2 100644
--- a/tensorflow/core/util/test_log.proto
+++ b/tensorflow/core/util/test_log.proto
@@ -57,12 +57,15 @@ message BuildConfiguration {
message CommitId {
oneof kind {
+ // Submitted changelist.
int64 changelist = 1;
string hash = 2;
}
// Hash of intermediate change between hash/changelist and what was tested.
// Not used if the build is from a commit without modifications.
string snapshot = 3;
+ // Changelist tested if the change list is not already submitted.
+ int64 pending_changelist = 4;
};
message CPUInfo {