| // 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.cts_artifacts; | |
| message InputProperties { | |
| // Jiri manifest to use. | |
| string manifest = 1; | |
| // Remote manifest repository. | |
| string remote = 2; | |
| // The CIPD path to upload CTS artifacts to. | |
| string cipd_package = 3; | |
| // A path within the checkout to a fint parameters file. | |
| string fint_params_path = 4; | |
| } |