| // Copyright 2024 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.roller_config_deployer; |
| |
| import "recipe_modules/fuchsia/auto_roller/options.proto"; |
| |
| message InputProperties { |
| // The url that represents the integration git repository. |
| string integration_remote = 1; |
| |
| // General options for creating the roll CL. |
| recipe_modules.fuchsia.auto_roller.Options roll_options = 2; |
| } |