blob: 3b36f16ba0f79d5d0612347c3cb6b22b95267c50 [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 recipes.fuchsia.recipe_bootstrap_test.parent;
message InputProperties {
// The repository containing the recipe_bootstrap tool.
string repo = 1;
// The Go package corresponding to the recipe_bootstrap executable.
string go_package = 2;
// Name of the child builder. It's assumed to be in the same LUCI project
// and bucket as the parent.
string child_builder = 3;
}