blob: a245161b811ba12235635449e50bf530cb09e52c [file] [log] [blame]
// Copyright 2021 The Fuchsia 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 recipe_modules.fuchsia.autocorrelator;
message InputProperties {
// CI bucket to run failure correlation against.
string ci_bucket = 1;
// CI builder name to run failure correlation against.
string ci_builder = 2;
}