blob: 73c27e999b3963790715e4b33706f33eaf93340a [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package test_platform.steps.execute;
import "google/protobuf/timestamp.proto";
option go_package = "go.chromium.org/chromiumos/infra/proto/go/test_platform/steps/execute";
// Build contains fields extracted from
// https://chromium.googlesource.com/infra/luci/luci-go/+/master/buildbucket/proto/build.proto
message Build {
google.protobuf.Timestamp create_time = 1;
}