blob: a89a8fdaf37a1018538f2b975fada5cb1903acaf [file] [log] [blame]
// 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 recipes.fuchsia.release.auto_submit;
message InputProperties {
// Gerrit hosts to run against.
repeated string gerrit_hosts = 1;
// The builder used to offload submission.
string submission_builder = 2;
// Passed through to `submission_builder`.
bool dry_run = 3;
}