blob: f2fb32b28b9e3a6ff8b3cd1a8c08ba7aa24f8771 [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.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.25.0-devel
// protoc v3.6.1
// source: test_platform/skylab_test_runner/config.proto
package skylab_test_runner
import (
phosphorus "go.chromium.org/chromiumos/infra/proto/go/test_platform/phosphorus"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// Config defines configuration parameters of skylab_test_runner.
type Config struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Lab *Config_Lab `protobuf:"bytes,1,opt,name=lab,proto3" json:"lab,omitempty"`
Harness *Config_Harness `protobuf:"bytes,2,opt,name=harness,proto3" json:"harness,omitempty"`
Output *Config_Output `protobuf:"bytes,3,opt,name=output,proto3" json:"output,omitempty"`
// Result flow topic: test_runner publishes messages to this topic at the
// start and the end of the build.
// The messages in this topic should be ACKed only by the result_flow
// pipeline.
ResultFlowPubsub *Config_PubSub `protobuf:"bytes,4,opt,name=result_flow_pubsub,json=resultFlowPubsub,proto3" json:"result_flow_pubsub,omitempty"`
LogDataUploadStep *phosphorus.LogDataUploadStep `protobuf:"bytes,5,opt,name=log_data_upload_step,json=logDataUploadStep,proto3" json:"log_data_upload_step,omitempty"`
FetchCrashesStep *phosphorus.FetchCrashesStep `protobuf:"bytes,6,opt,name=fetch_crashes_step,json=fetchCrashesStep,proto3" json:"fetch_crashes_step,omitempty"`
PrejobStep *phosphorus.PrejobStep `protobuf:"bytes,7,opt,name=prejob_step,json=prejobStep,proto3" json:"prejob_step,omitempty"`
}
func (x *Config) Reset() {
*x = Config{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_config_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Config) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Config) ProtoMessage() {}
func (x *Config) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_config_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Config.ProtoReflect.Descriptor instead.
func (*Config) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_config_proto_rawDescGZIP(), []int{0}
}
func (x *Config) GetLab() *Config_Lab {
if x != nil {
return x.Lab
}
return nil
}
func (x *Config) GetHarness() *Config_Harness {
if x != nil {
return x.Harness
}
return nil
}
func (x *Config) GetOutput() *Config_Output {
if x != nil {
return x.Output
}
return nil
}
func (x *Config) GetResultFlowPubsub() *Config_PubSub {
if x != nil {
return x.ResultFlowPubsub
}
return nil
}
func (x *Config) GetLogDataUploadStep() *phosphorus.LogDataUploadStep {
if x != nil {
return x.LogDataUploadStep
}
return nil
}
func (x *Config) GetFetchCrashesStep() *phosphorus.FetchCrashesStep {
if x != nil {
return x.FetchCrashesStep
}
return nil
}
func (x *Config) GetPrejobStep() *phosphorus.PrejobStep {
if x != nil {
return x.PrejobStep
}
return nil
}
// Lab defines configuration parameters related to the lab and the lab
// platform services.
type Config_Lab struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Admin service host, e.g. foo.appspot.com.
AdminService string `protobuf:"bytes,1,opt,name=admin_service,json=adminService,proto3" json:"admin_service,omitempty"`
// Inventory V2 service host, e.g. cros-lab-inventory.appspot.com.
CrosInventoryService string `protobuf:"bytes,2,opt,name=cros_inventory_service,json=crosInventoryService,proto3" json:"cros_inventory_service,omitempty"`
// Unified Fleet System service host, e.g. ufs.api.cr.dev.
CrosUfsService string `protobuf:"bytes,3,opt,name=cros_ufs_service,json=crosUfsService,proto3" json:"cros_ufs_service,omitempty"`
}
func (x *Config_Lab) Reset() {
*x = Config_Lab{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_config_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Config_Lab) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Config_Lab) ProtoMessage() {}
func (x *Config_Lab) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_config_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Config_Lab.ProtoReflect.Descriptor instead.
func (*Config_Lab) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_config_proto_rawDescGZIP(), []int{0, 0}
}
func (x *Config_Lab) GetAdminService() string {
if x != nil {
return x.AdminService
}
return ""
}
func (x *Config_Lab) GetCrosInventoryService() string {
if x != nil {
return x.CrosInventoryService
}
return ""
}
func (x *Config_Lab) GetCrosUfsService() string {
if x != nil {
return x.CrosUfsService
}
return ""
}
// Harness defines configuration parameters related to the test harness
// (autotest, tast, etc).
type Config_Harness struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Autotest directory inside the drone container,
// e.g. "/usr/local/autotest".
AutotestDir string `protobuf:"bytes,1,opt,name=autotest_dir,json=autotestDir,proto3" json:"autotest_dir,omitempty"`
// The name of the base lxc image used for Server Side Packaging (SSP).
//
// autoserv fetches the base image from a hard-coded path on Google
// Storage: gs://abci-ssp/autotest-containers/{name}.tar.xz
//
// See go/ctp-ssp for an overview of SSP.
SspBaseImageName string `protobuf:"bytes,3,opt,name=ssp_base_image_name,json=sspBaseImageName,proto3" json:"ssp_base_image_name,omitempty"`
// The maximum duration for prejobs (e.g. provisioning).
PrejobDeadlineSeconds int64 `protobuf:"varint,4,opt,name=prejob_deadline_seconds,json=prejobDeadlineSeconds,proto3" json:"prejob_deadline_seconds,omitempty"`
}
func (x *Config_Harness) Reset() {
*x = Config_Harness{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_config_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Config_Harness) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Config_Harness) ProtoMessage() {}
func (x *Config_Harness) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_config_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Config_Harness.ProtoReflect.Descriptor instead.
func (*Config_Harness) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_config_proto_rawDescGZIP(), []int{0, 1}
}
func (x *Config_Harness) GetAutotestDir() string {
if x != nil {
return x.AutotestDir
}
return ""
}
func (x *Config_Harness) GetSspBaseImageName() string {
if x != nil {
return x.SspBaseImageName
}
return ""
}
func (x *Config_Harness) GetPrejobDeadlineSeconds() int64 {
if x != nil {
return x.PrejobDeadlineSeconds
}
return 0
}
// Output defines parameters around how the task will deliver output to
// the callers, e.g. Google Storage bucket.
type Config_Output struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// A Google Storage path prefix to upload all log-data to synchronously.
// Reflected in the test_platform.skylab_test_runner.Result.log_data
// returned by the task.
LogDataGsRoot string `protobuf:"bytes,2,opt,name=log_data_gs_root,json=logDataGsRoot,proto3" json:"log_data_gs_root,omitempty"`
}
func (x *Config_Output) Reset() {
*x = Config_Output{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_config_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Config_Output) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Config_Output) ProtoMessage() {}
func (x *Config_Output) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_config_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Config_Output.ProtoReflect.Descriptor instead.
func (*Config_Output) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_config_proto_rawDescGZIP(), []int{0, 2}
}
func (x *Config_Output) GetLogDataGsRoot() string {
if x != nil {
return x.LogDataGsRoot
}
return ""
}
// PubSub defines the configuration parameters for PubSub topic.
type Config_PubSub struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
Topic string `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"`
}
func (x *Config_PubSub) Reset() {
*x = Config_PubSub{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_config_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Config_PubSub) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Config_PubSub) ProtoMessage() {}
func (x *Config_PubSub) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_config_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Config_PubSub.ProtoReflect.Descriptor instead.
func (*Config_PubSub) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_config_proto_rawDescGZIP(), []int{0, 3}
}
func (x *Config_PubSub) GetProject() string {
if x != nil {
return x.Project
}
return ""
}
func (x *Config_PubSub) GetTopic() string {
if x != nil {
return x.Topic
}
return ""
}
var File_test_platform_skylab_test_runner_config_proto protoreflect.FileDescriptor
var file_test_platform_skylab_test_runner_config_proto_rawDesc = []byte{
0x0a, 0x2d, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f,
0x73, 0x6b, 0x79, 0x6c, 0x61, 0x62, 0x5f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x75, 0x6e, 0x6e,
0x65, 0x72, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
0x20, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x73,
0x6b, 0x79, 0x6c, 0x61, 0x62, 0x5f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x75, 0x6e, 0x6e, 0x65,
0x72, 0x1a, 0x25, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d,
0x2f, 0x70, 0x68, 0x6f, 0x73, 0x70, 0x68, 0x6f, 0x72, 0x75, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xfa, 0x07, 0x0a, 0x06, 0x43, 0x6f, 0x6e,
0x66, 0x69, 0x67, 0x12, 0x3e, 0x0a, 0x03, 0x6c, 0x61, 0x62, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
0x32, 0x2c, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d,
0x2e, 0x73, 0x6b, 0x79, 0x6c, 0x61, 0x62, 0x5f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x75, 0x6e,
0x6e, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x4c, 0x61, 0x62, 0x52, 0x03,
0x6c, 0x61, 0x62, 0x12, 0x4a, 0x0a, 0x07, 0x68, 0x61, 0x72, 0x6e, 0x65, 0x73, 0x73, 0x18, 0x02,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x74,
0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x73, 0x6b, 0x79, 0x6c, 0x61, 0x62, 0x5f, 0x74, 0x65, 0x73, 0x74,
0x5f, 0x72, 0x75, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x48,
0x61, 0x72, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x07, 0x68, 0x61, 0x72, 0x6e, 0x65, 0x73, 0x73, 0x12,
0x47, 0x0a, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
0x2f, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e,
0x73, 0x6b, 0x79, 0x6c, 0x61, 0x62, 0x5f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x75, 0x6e, 0x6e,
0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74,
0x52, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x12, 0x5d, 0x0a, 0x12, 0x72, 0x65, 0x73, 0x75,
0x6c, 0x74, 0x5f, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x70, 0x75, 0x62, 0x73, 0x75, 0x62, 0x18, 0x04,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x74,
0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x73, 0x6b, 0x79, 0x6c, 0x61, 0x62, 0x5f, 0x74, 0x65, 0x73, 0x74,
0x5f, 0x72, 0x75, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x50,
0x75, 0x62, 0x53, 0x75, 0x62, 0x52, 0x10, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x46, 0x6c, 0x6f,
0x77, 0x50, 0x75, 0x62, 0x73, 0x75, 0x62, 0x12, 0x5c, 0x0a, 0x14, 0x6c, 0x6f, 0x67, 0x5f, 0x64,
0x61, 0x74, 0x61, 0x5f, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x73, 0x74, 0x65, 0x70, 0x18,
0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61,
0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x70, 0x68, 0x6f, 0x73, 0x70, 0x68, 0x6f, 0x72, 0x75, 0x73,
0x2e, 0x4c, 0x6f, 0x67, 0x44, 0x61, 0x74, 0x61, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x53, 0x74,
0x65, 0x70, 0x52, 0x11, 0x6c, 0x6f, 0x67, 0x44, 0x61, 0x74, 0x61, 0x55, 0x70, 0x6c, 0x6f, 0x61,
0x64, 0x53, 0x74, 0x65, 0x70, 0x12, 0x58, 0x0a, 0x12, 0x66, 0x65, 0x74, 0x63, 0x68, 0x5f, 0x63,
0x72, 0x61, 0x73, 0x68, 0x65, 0x73, 0x5f, 0x73, 0x74, 0x65, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28,
0x0b, 0x32, 0x2a, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72,
0x6d, 0x2e, 0x70, 0x68, 0x6f, 0x73, 0x70, 0x68, 0x6f, 0x72, 0x75, 0x73, 0x2e, 0x46, 0x65, 0x74,
0x63, 0x68, 0x43, 0x72, 0x61, 0x73, 0x68, 0x65, 0x73, 0x53, 0x74, 0x65, 0x70, 0x52, 0x10, 0x66,
0x65, 0x74, 0x63, 0x68, 0x43, 0x72, 0x61, 0x73, 0x68, 0x65, 0x73, 0x53, 0x74, 0x65, 0x70, 0x12,
0x45, 0x0a, 0x0b, 0x70, 0x72, 0x65, 0x6a, 0x6f, 0x62, 0x5f, 0x73, 0x74, 0x65, 0x70, 0x18, 0x07,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x74,
0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x70, 0x68, 0x6f, 0x73, 0x70, 0x68, 0x6f, 0x72, 0x75, 0x73, 0x2e,
0x50, 0x72, 0x65, 0x6a, 0x6f, 0x62, 0x53, 0x74, 0x65, 0x70, 0x52, 0x0a, 0x70, 0x72, 0x65, 0x6a,
0x6f, 0x62, 0x53, 0x74, 0x65, 0x70, 0x1a, 0x8a, 0x01, 0x0a, 0x03, 0x4c, 0x61, 0x62, 0x12, 0x23,
0x0a, 0x0d, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x53, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x12, 0x34, 0x0a, 0x16, 0x63, 0x72, 0x6f, 0x73, 0x5f, 0x69, 0x6e, 0x76, 0x65,
0x6e, 0x74, 0x6f, 0x72, 0x79, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20,
0x01, 0x28, 0x09, 0x52, 0x14, 0x63, 0x72, 0x6f, 0x73, 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f,
0x72, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x28, 0x0a, 0x10, 0x63, 0x72, 0x6f,
0x73, 0x5f, 0x75, 0x66, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x03, 0x20,
0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x72, 0x6f, 0x73, 0x55, 0x66, 0x73, 0x53, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x1a, 0xaf, 0x01, 0x0a, 0x07, 0x48, 0x61, 0x72, 0x6e, 0x65, 0x73, 0x73, 0x12,
0x21, 0x0a, 0x0c, 0x61, 0x75, 0x74, 0x6f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x75, 0x74, 0x6f, 0x74, 0x65, 0x73, 0x74, 0x44,
0x69, 0x72, 0x12, 0x2d, 0x0a, 0x13, 0x73, 0x73, 0x70, 0x5f, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x69,
0x6d, 0x61, 0x67, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
0x10, 0x73, 0x73, 0x70, 0x42, 0x61, 0x73, 0x65, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d,
0x65, 0x12, 0x36, 0x0a, 0x17, 0x70, 0x72, 0x65, 0x6a, 0x6f, 0x62, 0x5f, 0x64, 0x65, 0x61, 0x64,
0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x04, 0x20, 0x01,
0x28, 0x03, 0x52, 0x15, 0x70, 0x72, 0x65, 0x6a, 0x6f, 0x62, 0x44, 0x65, 0x61, 0x64, 0x6c, 0x69,
0x6e, 0x65, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x4a, 0x04, 0x08, 0x02, 0x10, 0x03, 0x52,
0x14, 0x73, 0x79, 0x6e, 0x63, 0x68, 0x5f, 0x6f, 0x66, 0x66, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x73,
0x75, 0x62, 0x64, 0x69, 0x72, 0x1a, 0x44, 0x0a, 0x06, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x12,
0x27, 0x0a, 0x10, 0x6c, 0x6f, 0x67, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x67, 0x73, 0x5f, 0x72,
0x6f, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x6f, 0x67, 0x44, 0x61,
0x74, 0x61, 0x47, 0x73, 0x52, 0x6f, 0x6f, 0x74, 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x52, 0x0b,
0x67, 0x73, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x1a, 0x38, 0x0a, 0x06, 0x50,
0x75, 0x62, 0x53, 0x75, 0x62, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12,
0x14, 0x0a, 0x05, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
0x74, 0x6f, 0x70, 0x69, 0x63, 0x42, 0x4c, 0x5a, 0x4a, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f,
0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75,
0x6d, 0x6f, 0x73, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f,
0x67, 0x6f, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d,
0x2f, 0x73, 0x6b, 0x79, 0x6c, 0x61, 0x62, 0x5f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x75, 0x6e,
0x6e, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_test_platform_skylab_test_runner_config_proto_rawDescOnce sync.Once
file_test_platform_skylab_test_runner_config_proto_rawDescData = file_test_platform_skylab_test_runner_config_proto_rawDesc
)
func file_test_platform_skylab_test_runner_config_proto_rawDescGZIP() []byte {
file_test_platform_skylab_test_runner_config_proto_rawDescOnce.Do(func() {
file_test_platform_skylab_test_runner_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_test_platform_skylab_test_runner_config_proto_rawDescData)
})
return file_test_platform_skylab_test_runner_config_proto_rawDescData
}
var file_test_platform_skylab_test_runner_config_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
var file_test_platform_skylab_test_runner_config_proto_goTypes = []interface{}{
(*Config)(nil), // 0: test_platform.skylab_test_runner.Config
(*Config_Lab)(nil), // 1: test_platform.skylab_test_runner.Config.Lab
(*Config_Harness)(nil), // 2: test_platform.skylab_test_runner.Config.Harness
(*Config_Output)(nil), // 3: test_platform.skylab_test_runner.Config.Output
(*Config_PubSub)(nil), // 4: test_platform.skylab_test_runner.Config.PubSub
(*phosphorus.LogDataUploadStep)(nil), // 5: test_platform.phosphorus.LogDataUploadStep
(*phosphorus.FetchCrashesStep)(nil), // 6: test_platform.phosphorus.FetchCrashesStep
(*phosphorus.PrejobStep)(nil), // 7: test_platform.phosphorus.PrejobStep
}
var file_test_platform_skylab_test_runner_config_proto_depIdxs = []int32{
1, // 0: test_platform.skylab_test_runner.Config.lab:type_name -> test_platform.skylab_test_runner.Config.Lab
2, // 1: test_platform.skylab_test_runner.Config.harness:type_name -> test_platform.skylab_test_runner.Config.Harness
3, // 2: test_platform.skylab_test_runner.Config.output:type_name -> test_platform.skylab_test_runner.Config.Output
4, // 3: test_platform.skylab_test_runner.Config.result_flow_pubsub:type_name -> test_platform.skylab_test_runner.Config.PubSub
5, // 4: test_platform.skylab_test_runner.Config.log_data_upload_step:type_name -> test_platform.phosphorus.LogDataUploadStep
6, // 5: test_platform.skylab_test_runner.Config.fetch_crashes_step:type_name -> test_platform.phosphorus.FetchCrashesStep
7, // 6: test_platform.skylab_test_runner.Config.prejob_step:type_name -> test_platform.phosphorus.PrejobStep
7, // [7:7] is the sub-list for method output_type
7, // [7:7] is the sub-list for method input_type
7, // [7:7] is the sub-list for extension type_name
7, // [7:7] is the sub-list for extension extendee
0, // [0:7] is the sub-list for field type_name
}
func init() { file_test_platform_skylab_test_runner_config_proto_init() }
func file_test_platform_skylab_test_runner_config_proto_init() {
if File_test_platform_skylab_test_runner_config_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_test_platform_skylab_test_runner_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Config); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_test_platform_skylab_test_runner_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Config_Lab); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_test_platform_skylab_test_runner_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Config_Harness); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_test_platform_skylab_test_runner_config_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Config_Output); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_test_platform_skylab_test_runner_config_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Config_PubSub); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_test_platform_skylab_test_runner_config_proto_rawDesc,
NumEnums: 0,
NumMessages: 5,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_test_platform_skylab_test_runner_config_proto_goTypes,
DependencyIndexes: file_test_platform_skylab_test_runner_config_proto_depIdxs,
MessageInfos: file_test_platform_skylab_test_runner_config_proto_msgTypes,
}.Build()
File_test_platform_skylab_test_runner_config_proto = out.File
file_test_platform_skylab_test_runner_config_proto_rawDesc = nil
file_test_platform_skylab_test_runner_config_proto_goTypes = nil
file_test_platform_skylab_test_runner_config_proto_depIdxs = nil
}