| // Copyright 2022 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.auto_roller.tests; | |
| import "recipe_modules/fuchsia/auto_roller/options.proto"; | |
| message InputProperties { | |
| // Remote repository. | |
| string remote = 1; | |
| // Options for creating and landing roll CLs. | |
| recipe_modules.fuchsia.auto_roller.Options roll_options = 2; | |
| } |