blob: ab93f6e09f9fe67ceb6b39912949c2a2b1eb09d7 [file] [log] [blame]
// Copyright 2019 The Chromium OS 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 test_platform.skylab_local_state;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/test_platform/skylab_local_state";
// Config defines configuration parameters of skylab_local_state.
message Config {
// Admin service host, e.g. foo.appspot.com.
string admin_service = 1;
// Autotest directory on the drone, e.g. "/usr/local/autotest".
string autotest_dir = 2;
// Inventory V2 service host, e.g. cros-lab-inventory.appspot.com.
string cros_inventory_service = 3;
}