blob: 4e342f2ef5b25ecb692b3b1e0b499f8b09119858 [file] [log] [blame]
// Copyright 2022 The ChromiumOS Authors
// 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.27.1
// protoc v3.17.1
// source: test_platform/skylab_test_runner/common_config.proto
package skylab_test_runner
import (
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)
)
// Different build types.
type Trv2Config_BuildType int32
const (
Trv2Config_CQ Trv2Config_BuildType = 0
Trv2Config_RELEASE Trv2Config_BuildType = 1
Trv2Config_POSTSUBMIT Trv2Config_BuildType = 2
)
// Enum value maps for Trv2Config_BuildType.
var (
Trv2Config_BuildType_name = map[int32]string{
0: "CQ",
1: "RELEASE",
2: "POSTSUBMIT",
}
Trv2Config_BuildType_value = map[string]int32{
"CQ": 0,
"RELEASE": 1,
"POSTSUBMIT": 2,
}
)
func (x Trv2Config_BuildType) Enum() *Trv2Config_BuildType {
p := new(Trv2Config_BuildType)
*p = x
return p
}
func (x Trv2Config_BuildType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Trv2Config_BuildType) Descriptor() protoreflect.EnumDescriptor {
return file_test_platform_skylab_test_runner_common_config_proto_enumTypes[0].Descriptor()
}
func (Trv2Config_BuildType) Type() protoreflect.EnumType {
return &file_test_platform_skylab_test_runner_common_config_proto_enumTypes[0]
}
func (x Trv2Config_BuildType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Trv2Config_BuildType.Descriptor instead.
func (Trv2Config_BuildType) EnumDescriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_common_config_proto_rawDescGZIP(), []int{1, 0}
}
// Config defines configuration parameters of skylab_test_runner.
type CommonConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CrosFirmwareUpdateConfig *CommonConfig_CrosFirmwareUpdateConfig `protobuf:"bytes,1,opt,name=cros_firmware_update_config,json=crosFirmwareUpdateConfig,proto3" json:"cros_firmware_update_config,omitempty"`
// If true, indicates this bucket runs partner-private tests not intended to
// be shared generally/through Omnilab
PartnerPrivate bool `protobuf:"varint,2,opt,name=partner_private,json=partnerPrivate,proto3" json:"partner_private,omitempty"`
// Config to define when test_runner should execute via trv2.
EnableTrv2Config *Trv2Config `protobuf:"bytes,3,opt,name=enable_trv2_config,json=enableTrv2Config,proto3" json:"enable_trv2_config,omitempty"`
// Config to define when test_runner should use ile-de-france.
EnableIleDeFranceConfig *IleDeFranceConfig `protobuf:"bytes,5,opt,name=enable_ile_de_france_config,json=enableIleDeFranceConfig,proto3" json:"enable_ile_de_france_config,omitempty"`
// If true, the board/model realm we attempt to publish to will not be
// verified via fetching a definitive list. This should only be enabled for
// builders where fetching an (internal) file from git is not possible.
//
// If this is enabled and an invalid board-model realm is determined, it's
// likely the result will not be visible to anyone.
SkipBoardModelRealmCheck bool `protobuf:"varint,4,opt,name=skip_board_model_realm_check,json=skipBoardModelRealmCheck,proto3" json:"skip_board_model_realm_check,omitempty"`
RdbConfig *CommonConfig_RdbConfig `protobuf:"bytes,6,opt,name=rdb_config,json=rdbConfig,proto3" json:"rdb_config,omitempty"`
UfsConfig *CommonConfig_UfsConfig `protobuf:"bytes,7,opt,name=ufs_config,json=ufsConfig,proto3" json:"ufs_config,omitempty"`
PartnerConfig *CommonConfig_PartnerConfig `protobuf:"bytes,8,opt,name=partner_config,json=partnerConfig,proto3" json:"partner_config,omitempty"`
}
func (x *CommonConfig) Reset() {
*x = CommonConfig{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CommonConfig) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CommonConfig) ProtoMessage() {}
func (x *CommonConfig) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_common_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 CommonConfig.ProtoReflect.Descriptor instead.
func (*CommonConfig) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_common_config_proto_rawDescGZIP(), []int{0}
}
func (x *CommonConfig) GetCrosFirmwareUpdateConfig() *CommonConfig_CrosFirmwareUpdateConfig {
if x != nil {
return x.CrosFirmwareUpdateConfig
}
return nil
}
func (x *CommonConfig) GetPartnerPrivate() bool {
if x != nil {
return x.PartnerPrivate
}
return false
}
func (x *CommonConfig) GetEnableTrv2Config() *Trv2Config {
if x != nil {
return x.EnableTrv2Config
}
return nil
}
func (x *CommonConfig) GetEnableIleDeFranceConfig() *IleDeFranceConfig {
if x != nil {
return x.EnableIleDeFranceConfig
}
return nil
}
func (x *CommonConfig) GetSkipBoardModelRealmCheck() bool {
if x != nil {
return x.SkipBoardModelRealmCheck
}
return false
}
func (x *CommonConfig) GetRdbConfig() *CommonConfig_RdbConfig {
if x != nil {
return x.RdbConfig
}
return nil
}
func (x *CommonConfig) GetUfsConfig() *CommonConfig_UfsConfig {
if x != nil {
return x.UfsConfig
}
return nil
}
func (x *CommonConfig) GetPartnerConfig() *CommonConfig_PartnerConfig {
if x != nil {
return x.PartnerConfig
}
return nil
}
// b/267268890: Config to control trv2 gradual rollout in prod. Should be
// deprecated after full rollout.
type Trv2Config struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// List of allowed suites which should run via trv2.
// 'Or' relationship between suites.
// 'And' relationship with allowed_boards & allowed_build_types.
AllowedSuites []string `protobuf:"bytes,1,rep,name=allowed_suites,json=allowedSuites,proto3" json:"allowed_suites,omitempty"`
// List of allowed suites which should run via trv2.
// 'Or' relationship between boards.
// 'And' relationship with allowed_suites & allowed_build_types.
AllowedBoards []string `protobuf:"bytes,2,rep,name=allowed_boards,json=allowedBoards,proto3" json:"allowed_boards,omitempty"`
// List of allowed build types which should run via trv2.
// 'Or' relationship between build types.
// 'And' relationship with allowed_boards & allowed_suites.
AllowedBuildTypes []Trv2Config_BuildType `protobuf:"varint,3,rep,packed,name=allowed_build_types,json=allowedBuildTypes,proto3,enum=test_platform.skylab_test_runner.Trv2Config_BuildType" json:"allowed_build_types,omitempty"`
}
func (x *Trv2Config) Reset() {
*x = Trv2Config{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Trv2Config) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Trv2Config) ProtoMessage() {}
func (x *Trv2Config) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_common_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 Trv2Config.ProtoReflect.Descriptor instead.
func (*Trv2Config) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_common_config_proto_rawDescGZIP(), []int{1}
}
func (x *Trv2Config) GetAllowedSuites() []string {
if x != nil {
return x.AllowedSuites
}
return nil
}
func (x *Trv2Config) GetAllowedBoards() []string {
if x != nil {
return x.AllowedBoards
}
return nil
}
func (x *Trv2Config) GetAllowedBuildTypes() []Trv2Config_BuildType {
if x != nil {
return x.AllowedBuildTypes
}
return nil
}
// IleDeFranceConfig controls whether ile-de-france (the lightweight
// verifier) is enabled or disabled for any given model.
type IleDeFranceConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Global flag to control whether the ile-de-france config is allowed to run
// at all or not
Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
// Determine whether ile-de-france runs are permitted or not by specifying an
// allowlist or a denylist.
//
// Types that are assignable to IleDeFranceSelector:
// *IleDeFranceConfig_AllowList
// *IleDeFranceConfig_DenyList
IleDeFranceSelector isIleDeFranceConfig_IleDeFranceSelector `protobuf_oneof:"ile_de_france_selector"`
}
func (x *IleDeFranceConfig) Reset() {
*x = IleDeFranceConfig{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *IleDeFranceConfig) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*IleDeFranceConfig) ProtoMessage() {}
func (x *IleDeFranceConfig) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_common_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 IleDeFranceConfig.ProtoReflect.Descriptor instead.
func (*IleDeFranceConfig) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_common_config_proto_rawDescGZIP(), []int{2}
}
func (x *IleDeFranceConfig) GetEnabled() bool {
if x != nil {
return x.Enabled
}
return false
}
func (m *IleDeFranceConfig) GetIleDeFranceSelector() isIleDeFranceConfig_IleDeFranceSelector {
if m != nil {
return m.IleDeFranceSelector
}
return nil
}
func (x *IleDeFranceConfig) GetAllowList() *IleDeFranceConfig_ModelList {
if x, ok := x.GetIleDeFranceSelector().(*IleDeFranceConfig_AllowList); ok {
return x.AllowList
}
return nil
}
func (x *IleDeFranceConfig) GetDenyList() *IleDeFranceConfig_ModelList {
if x, ok := x.GetIleDeFranceSelector().(*IleDeFranceConfig_DenyList); ok {
return x.DenyList
}
return nil
}
type isIleDeFranceConfig_IleDeFranceSelector interface {
isIleDeFranceConfig_IleDeFranceSelector()
}
type IleDeFranceConfig_AllowList struct {
AllowList *IleDeFranceConfig_ModelList `protobuf:"bytes,2,opt,name=allow_list,json=allowList,proto3,oneof"`
}
type IleDeFranceConfig_DenyList struct {
DenyList *IleDeFranceConfig_ModelList `protobuf:"bytes,3,opt,name=deny_list,json=denyList,proto3,oneof"`
}
func (*IleDeFranceConfig_AllowList) isIleDeFranceConfig_IleDeFranceSelector() {}
func (*IleDeFranceConfig_DenyList) isIleDeFranceConfig_IleDeFranceSelector() {}
type CommonConfig_CrosFirmwareUpdateConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Global flag to control OS bundled firmware update in prejob.
Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
// Types that are assignable to CrosFirmwareUpdateSelector:
// *CommonConfig_CrosFirmwareUpdateConfig_AllowList
// *CommonConfig_CrosFirmwareUpdateConfig_BlockList
CrosFirmwareUpdateSelector isCommonConfig_CrosFirmwareUpdateConfig_CrosFirmwareUpdateSelector `protobuf_oneof:"cros_firmware_update_selector"`
}
func (x *CommonConfig_CrosFirmwareUpdateConfig) Reset() {
*x = CommonConfig_CrosFirmwareUpdateConfig{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CommonConfig_CrosFirmwareUpdateConfig) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CommonConfig_CrosFirmwareUpdateConfig) ProtoMessage() {}
func (x *CommonConfig_CrosFirmwareUpdateConfig) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_common_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 CommonConfig_CrosFirmwareUpdateConfig.ProtoReflect.Descriptor instead.
func (*CommonConfig_CrosFirmwareUpdateConfig) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_common_config_proto_rawDescGZIP(), []int{0, 0}
}
func (x *CommonConfig_CrosFirmwareUpdateConfig) GetEnabled() bool {
if x != nil {
return x.Enabled
}
return false
}
func (m *CommonConfig_CrosFirmwareUpdateConfig) GetCrosFirmwareUpdateSelector() isCommonConfig_CrosFirmwareUpdateConfig_CrosFirmwareUpdateSelector {
if m != nil {
return m.CrosFirmwareUpdateSelector
}
return nil
}
func (x *CommonConfig_CrosFirmwareUpdateConfig) GetAllowList() *CommonConfig_CrosFirmwareUpdateConfig_CrosSlector {
if x, ok := x.GetCrosFirmwareUpdateSelector().(*CommonConfig_CrosFirmwareUpdateConfig_AllowList); ok {
return x.AllowList
}
return nil
}
func (x *CommonConfig_CrosFirmwareUpdateConfig) GetBlockList() *CommonConfig_CrosFirmwareUpdateConfig_CrosSlector {
if x, ok := x.GetCrosFirmwareUpdateSelector().(*CommonConfig_CrosFirmwareUpdateConfig_BlockList); ok {
return x.BlockList
}
return nil
}
type isCommonConfig_CrosFirmwareUpdateConfig_CrosFirmwareUpdateSelector interface {
isCommonConfig_CrosFirmwareUpdateConfig_CrosFirmwareUpdateSelector()
}
type CommonConfig_CrosFirmwareUpdateConfig_AllowList struct {
// Only update OS bundled firmware on boards/models match with the list.
AllowList *CommonConfig_CrosFirmwareUpdateConfig_CrosSlector `protobuf:"bytes,2,opt,name=allow_list,json=allowList,proto3,oneof"`
}
type CommonConfig_CrosFirmwareUpdateConfig_BlockList struct {
// Block OS bundled firmware update on boards/models match with the list.
BlockList *CommonConfig_CrosFirmwareUpdateConfig_CrosSlector `protobuf:"bytes,3,opt,name=block_list,json=blockList,proto3,oneof"`
}
func (*CommonConfig_CrosFirmwareUpdateConfig_AllowList) isCommonConfig_CrosFirmwareUpdateConfig_CrosFirmwareUpdateSelector() {
}
func (*CommonConfig_CrosFirmwareUpdateConfig_BlockList) isCommonConfig_CrosFirmwareUpdateConfig_CrosFirmwareUpdateSelector() {
}
// RdbConfig determines any configuration around ResultDB uploads.
type CommonConfig_RdbConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// If request.results_upload_config.TestResultsUploadVisibility is
// CUSTOM_REALM this value will be the realm the configs are uploaded to.
CustomRealmName string `protobuf:"bytes,1,opt,name=custom_realm_name,json=customRealmName,proto3" json:"custom_realm_name,omitempty"`
}
func (x *CommonConfig_RdbConfig) Reset() {
*x = CommonConfig_RdbConfig{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CommonConfig_RdbConfig) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CommonConfig_RdbConfig) ProtoMessage() {}
func (x *CommonConfig_RdbConfig) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_common_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 CommonConfig_RdbConfig.ProtoReflect.Descriptor instead.
func (*CommonConfig_RdbConfig) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_common_config_proto_rawDescGZIP(), []int{0, 1}
}
func (x *CommonConfig_RdbConfig) GetCustomRealmName() string {
if x != nil {
return x.CustomRealmName
}
return ""
}
// UfsConfig determines any configuration around Ufs api calls.
type CommonConfig_UfsConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// ufs namespace to be used for talking to ufs.
UfsNamespace string `protobuf:"bytes,1,opt,name=ufs_namespace,json=ufsNamespace,proto3" json:"ufs_namespace,omitempty"`
}
func (x *CommonConfig_UfsConfig) Reset() {
*x = CommonConfig_UfsConfig{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CommonConfig_UfsConfig) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CommonConfig_UfsConfig) ProtoMessage() {}
func (x *CommonConfig_UfsConfig) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[5]
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 CommonConfig_UfsConfig.ProtoReflect.Descriptor instead.
func (*CommonConfig_UfsConfig) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_common_config_proto_rawDescGZIP(), []int{0, 2}
}
func (x *CommonConfig_UfsConfig) GetUfsNamespace() string {
if x != nil {
return x.UfsNamespace
}
return ""
}
// PartnerConfig determines any configuration around Partner settings.
type CommonConfig_PartnerConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Account ID for the partner.
AccountId int64 `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
}
func (x *CommonConfig_PartnerConfig) Reset() {
*x = CommonConfig_PartnerConfig{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CommonConfig_PartnerConfig) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CommonConfig_PartnerConfig) ProtoMessage() {}
func (x *CommonConfig_PartnerConfig) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[6]
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 CommonConfig_PartnerConfig.ProtoReflect.Descriptor instead.
func (*CommonConfig_PartnerConfig) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_common_config_proto_rawDescGZIP(), []int{0, 3}
}
func (x *CommonConfig_PartnerConfig) GetAccountId() int64 {
if x != nil {
return x.AccountId
}
return 0
}
// Selects DUTs based on its board/model to determine if OS bundled firmware
// update should be executed. Both board and model can be used and it allows
// overlap, e.g. it considers a match as long as one of criteria is matched.
type CommonConfig_CrosFirmwareUpdateConfig_CrosSlector struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// List of ChromeOS board names.
Boards []string `protobuf:"bytes,1,rep,name=boards,proto3" json:"boards,omitempty"`
// List of ChromeOS model names.
Models []string `protobuf:"bytes,2,rep,name=models,proto3" json:"models,omitempty"`
}
func (x *CommonConfig_CrosFirmwareUpdateConfig_CrosSlector) Reset() {
*x = CommonConfig_CrosFirmwareUpdateConfig_CrosSlector{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CommonConfig_CrosFirmwareUpdateConfig_CrosSlector) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CommonConfig_CrosFirmwareUpdateConfig_CrosSlector) ProtoMessage() {}
func (x *CommonConfig_CrosFirmwareUpdateConfig_CrosSlector) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[7]
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 CommonConfig_CrosFirmwareUpdateConfig_CrosSlector.ProtoReflect.Descriptor instead.
func (*CommonConfig_CrosFirmwareUpdateConfig_CrosSlector) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_common_config_proto_rawDescGZIP(), []int{0, 0, 0}
}
func (x *CommonConfig_CrosFirmwareUpdateConfig_CrosSlector) GetBoards() []string {
if x != nil {
return x.Boards
}
return nil
}
func (x *CommonConfig_CrosFirmwareUpdateConfig_CrosSlector) GetModels() []string {
if x != nil {
return x.Models
}
return nil
}
// A list of models to allow or deny, as appropriate.
type IleDeFranceConfig_ModelList struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Models []string `protobuf:"bytes,1,rep,name=models,proto3" json:"models,omitempty"`
}
func (x *IleDeFranceConfig_ModelList) Reset() {
*x = IleDeFranceConfig_ModelList{}
if protoimpl.UnsafeEnabled {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *IleDeFranceConfig_ModelList) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*IleDeFranceConfig_ModelList) ProtoMessage() {}
func (x *IleDeFranceConfig_ModelList) ProtoReflect() protoreflect.Message {
mi := &file_test_platform_skylab_test_runner_common_config_proto_msgTypes[8]
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 IleDeFranceConfig_ModelList.ProtoReflect.Descriptor instead.
func (*IleDeFranceConfig_ModelList) Descriptor() ([]byte, []int) {
return file_test_platform_skylab_test_runner_common_config_proto_rawDescGZIP(), []int{2, 0}
}
func (x *IleDeFranceConfig_ModelList) GetModels() []string {
if x != nil {
return x.Models
}
return nil
}
var File_test_platform_skylab_test_runner_common_config_proto protoreflect.FileDescriptor
var file_test_platform_skylab_test_runner_common_config_proto_rawDesc = []byte{
0x0a, 0x34, 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, 0x6d, 0x6d, 0x6f, 0x6e, 0x5f, 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, 0x22, 0x84, 0x0a, 0x0a, 0x0c, 0x43, 0x6f, 0x6d,
0x6d, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x86, 0x01, 0x0a, 0x1b, 0x63, 0x72,
0x6f, 0x73, 0x5f, 0x66, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x75, 0x70, 0x64, 0x61,
0x74, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
0x47, 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, 0x6d, 0x6d, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
0x43, 0x72, 0x6f, 0x73, 0x46, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x55, 0x70, 0x64, 0x61,
0x74, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x18, 0x63, 0x72, 0x6f, 0x73, 0x46, 0x69,
0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x66,
0x69, 0x67, 0x12, 0x27, 0x0a, 0x0f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x5f, 0x70, 0x72,
0x69, 0x76, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x70, 0x61, 0x72,
0x74, 0x6e, 0x65, 0x72, 0x50, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x12, 0x5a, 0x0a, 0x12, 0x65,
0x6e, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x74, 0x72, 0x76, 0x32, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
0x67, 0x18, 0x03, 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, 0x54, 0x72, 0x76, 0x32, 0x43,
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x10, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x72, 0x76,
0x32, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x71, 0x0a, 0x1b, 0x65, 0x6e, 0x61, 0x62, 0x6c,
0x65, 0x5f, 0x69, 0x6c, 0x65, 0x5f, 0x64, 0x65, 0x5f, 0x66, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f,
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 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,
0x49, 0x6c, 0x65, 0x44, 0x65, 0x46, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69,
0x67, 0x52, 0x17, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x6c, 0x65, 0x44, 0x65, 0x46, 0x72,
0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3e, 0x0a, 0x1c, 0x73, 0x6b,
0x69, 0x70, 0x5f, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x72,
0x65, 0x61, 0x6c, 0x6d, 0x5f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08,
0x52, 0x18, 0x73, 0x6b, 0x69, 0x70, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x6c,
0x52, 0x65, 0x61, 0x6c, 0x6d, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x57, 0x0a, 0x0a, 0x72, 0x64,
0x62, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38,
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, 0x6d, 0x6d, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x52,
0x64, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x09, 0x72, 0x64, 0x62, 0x43, 0x6f, 0x6e,
0x66, 0x69, 0x67, 0x12, 0x57, 0x0a, 0x0a, 0x75, 0x66, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 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, 0x6d, 0x6d, 0x6f,
0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x55, 0x66, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69,
0x67, 0x52, 0x09, 0x75, 0x66, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x63, 0x0a, 0x0e,
0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x08,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 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, 0x6d, 0x6d, 0x6f, 0x6e, 0x43, 0x6f,
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66,
0x69, 0x67, 0x52, 0x0d, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69,
0x67, 0x1a, 0x80, 0x03, 0x0a, 0x18, 0x43, 0x72, 0x6f, 0x73, 0x46, 0x69, 0x72, 0x6d, 0x77, 0x61,
0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x18,
0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52,
0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x74, 0x0a, 0x0a, 0x61, 0x6c, 0x6c, 0x6f,
0x77, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x53, 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, 0x6d, 0x6d, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x43, 0x72, 0x6f,
0x73, 0x46, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43,
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x43, 0x72, 0x6f, 0x73, 0x53, 0x6c, 0x65, 0x63, 0x74, 0x6f,
0x72, 0x48, 0x00, 0x52, 0x09, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x74,
0x0a, 0x0a, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x01,
0x28, 0x0b, 0x32, 0x53, 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, 0x6d, 0x6d, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66,
0x69, 0x67, 0x2e, 0x43, 0x72, 0x6f, 0x73, 0x46, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x55,
0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x43, 0x72, 0x6f, 0x73,
0x53, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x09, 0x62, 0x6c, 0x6f, 0x63, 0x6b,
0x4c, 0x69, 0x73, 0x74, 0x1a, 0x3d, 0x0a, 0x0b, 0x43, 0x72, 0x6f, 0x73, 0x53, 0x6c, 0x65, 0x63,
0x74, 0x6f, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x73, 0x18, 0x01, 0x20,
0x03, 0x28, 0x09, 0x52, 0x06, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x6d,
0x6f, 0x64, 0x65, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x6f, 0x64,
0x65, 0x6c, 0x73, 0x42, 0x1f, 0x0a, 0x1d, 0x63, 0x72, 0x6f, 0x73, 0x5f, 0x66, 0x69, 0x72, 0x6d,
0x77, 0x61, 0x72, 0x65, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x73, 0x65, 0x6c, 0x65,
0x63, 0x74, 0x6f, 0x72, 0x1a, 0x37, 0x0a, 0x09, 0x52, 0x64, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x69,
0x67, 0x12, 0x2a, 0x0a, 0x11, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x5f, 0x72, 0x65, 0x61, 0x6c,
0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x75,
0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x61, 0x6c, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x1a, 0x30, 0x0a,
0x09, 0x55, 0x66, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x23, 0x0a, 0x0d, 0x75, 0x66,
0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0c, 0x75, 0x66, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x1a,
0x2e, 0x0a, 0x0d, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
0x12, 0x1d, 0x0a, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01,
0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22,
0xf4, 0x01, 0x0a, 0x0a, 0x54, 0x72, 0x76, 0x32, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x25,
0x0a, 0x0e, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x73, 0x75, 0x69, 0x74, 0x65, 0x73,
0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x53,
0x75, 0x69, 0x74, 0x65, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64,
0x5f, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x61,
0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x73, 0x12, 0x66, 0x0a, 0x13,
0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x74, 0x79,
0x70, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x36, 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, 0x54, 0x72, 0x76,
0x32, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x54, 0x79, 0x70,
0x65, 0x52, 0x11, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x54,
0x79, 0x70, 0x65, 0x73, 0x22, 0x30, 0x0a, 0x09, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x54, 0x79, 0x70,
0x65, 0x12, 0x06, 0x0a, 0x02, 0x43, 0x51, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x52, 0x45, 0x4c,
0x45, 0x41, 0x53, 0x45, 0x10, 0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x50, 0x4f, 0x53, 0x54, 0x53, 0x55,
0x42, 0x4d, 0x49, 0x54, 0x10, 0x02, 0x22, 0xaa, 0x02, 0x0a, 0x11, 0x49, 0x6c, 0x65, 0x44, 0x65,
0x46, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x18, 0x0a, 0x07,
0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65,
0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x5e, 0x0a, 0x0a, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x5f,
0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, 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, 0x49, 0x6c,
0x65, 0x44, 0x65, 0x46, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x48, 0x00, 0x52, 0x09, 0x61, 0x6c, 0x6c,
0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x5c, 0x0a, 0x09, 0x64, 0x65, 0x6e, 0x79, 0x5f, 0x6c,
0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, 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, 0x49, 0x6c, 0x65,
0x44, 0x65, 0x46, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x4d,
0x6f, 0x64, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x48, 0x00, 0x52, 0x08, 0x64, 0x65, 0x6e, 0x79,
0x4c, 0x69, 0x73, 0x74, 0x1a, 0x23, 0x0a, 0x09, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x4c, 0x69, 0x73,
0x74, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
0x09, 0x52, 0x06, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x42, 0x18, 0x0a, 0x16, 0x69, 0x6c, 0x65,
0x5f, 0x64, 0x65, 0x5f, 0x66, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x73, 0x65, 0x6c, 0x65, 0x63,
0x74, 0x6f, 0x72, 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_common_config_proto_rawDescOnce sync.Once
file_test_platform_skylab_test_runner_common_config_proto_rawDescData = file_test_platform_skylab_test_runner_common_config_proto_rawDesc
)
func file_test_platform_skylab_test_runner_common_config_proto_rawDescGZIP() []byte {
file_test_platform_skylab_test_runner_common_config_proto_rawDescOnce.Do(func() {
file_test_platform_skylab_test_runner_common_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_test_platform_skylab_test_runner_common_config_proto_rawDescData)
})
return file_test_platform_skylab_test_runner_common_config_proto_rawDescData
}
var file_test_platform_skylab_test_runner_common_config_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
var file_test_platform_skylab_test_runner_common_config_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
var file_test_platform_skylab_test_runner_common_config_proto_goTypes = []interface{}{
(Trv2Config_BuildType)(0), // 0: test_platform.skylab_test_runner.Trv2Config.BuildType
(*CommonConfig)(nil), // 1: test_platform.skylab_test_runner.CommonConfig
(*Trv2Config)(nil), // 2: test_platform.skylab_test_runner.Trv2Config
(*IleDeFranceConfig)(nil), // 3: test_platform.skylab_test_runner.IleDeFranceConfig
(*CommonConfig_CrosFirmwareUpdateConfig)(nil), // 4: test_platform.skylab_test_runner.CommonConfig.CrosFirmwareUpdateConfig
(*CommonConfig_RdbConfig)(nil), // 5: test_platform.skylab_test_runner.CommonConfig.RdbConfig
(*CommonConfig_UfsConfig)(nil), // 6: test_platform.skylab_test_runner.CommonConfig.UfsConfig
(*CommonConfig_PartnerConfig)(nil), // 7: test_platform.skylab_test_runner.CommonConfig.PartnerConfig
(*CommonConfig_CrosFirmwareUpdateConfig_CrosSlector)(nil), // 8: test_platform.skylab_test_runner.CommonConfig.CrosFirmwareUpdateConfig.CrosSlector
(*IleDeFranceConfig_ModelList)(nil), // 9: test_platform.skylab_test_runner.IleDeFranceConfig.ModelList
}
var file_test_platform_skylab_test_runner_common_config_proto_depIdxs = []int32{
4, // 0: test_platform.skylab_test_runner.CommonConfig.cros_firmware_update_config:type_name -> test_platform.skylab_test_runner.CommonConfig.CrosFirmwareUpdateConfig
2, // 1: test_platform.skylab_test_runner.CommonConfig.enable_trv2_config:type_name -> test_platform.skylab_test_runner.Trv2Config
3, // 2: test_platform.skylab_test_runner.CommonConfig.enable_ile_de_france_config:type_name -> test_platform.skylab_test_runner.IleDeFranceConfig
5, // 3: test_platform.skylab_test_runner.CommonConfig.rdb_config:type_name -> test_platform.skylab_test_runner.CommonConfig.RdbConfig
6, // 4: test_platform.skylab_test_runner.CommonConfig.ufs_config:type_name -> test_platform.skylab_test_runner.CommonConfig.UfsConfig
7, // 5: test_platform.skylab_test_runner.CommonConfig.partner_config:type_name -> test_platform.skylab_test_runner.CommonConfig.PartnerConfig
0, // 6: test_platform.skylab_test_runner.Trv2Config.allowed_build_types:type_name -> test_platform.skylab_test_runner.Trv2Config.BuildType
9, // 7: test_platform.skylab_test_runner.IleDeFranceConfig.allow_list:type_name -> test_platform.skylab_test_runner.IleDeFranceConfig.ModelList
9, // 8: test_platform.skylab_test_runner.IleDeFranceConfig.deny_list:type_name -> test_platform.skylab_test_runner.IleDeFranceConfig.ModelList
8, // 9: test_platform.skylab_test_runner.CommonConfig.CrosFirmwareUpdateConfig.allow_list:type_name -> test_platform.skylab_test_runner.CommonConfig.CrosFirmwareUpdateConfig.CrosSlector
8, // 10: test_platform.skylab_test_runner.CommonConfig.CrosFirmwareUpdateConfig.block_list:type_name -> test_platform.skylab_test_runner.CommonConfig.CrosFirmwareUpdateConfig.CrosSlector
11, // [11:11] is the sub-list for method output_type
11, // [11:11] is the sub-list for method input_type
11, // [11:11] is the sub-list for extension type_name
11, // [11:11] is the sub-list for extension extendee
0, // [0:11] is the sub-list for field type_name
}
func init() { file_test_platform_skylab_test_runner_common_config_proto_init() }
func file_test_platform_skylab_test_runner_common_config_proto_init() {
if File_test_platform_skylab_test_runner_common_config_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_test_platform_skylab_test_runner_common_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CommonConfig); 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_common_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Trv2Config); 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_common_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*IleDeFranceConfig); 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_common_config_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CommonConfig_CrosFirmwareUpdateConfig); 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_common_config_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CommonConfig_RdbConfig); 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_common_config_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CommonConfig_UfsConfig); 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_common_config_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CommonConfig_PartnerConfig); 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_common_config_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CommonConfig_CrosFirmwareUpdateConfig_CrosSlector); 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_common_config_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*IleDeFranceConfig_ModelList); 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_common_config_proto_msgTypes[2].OneofWrappers = []interface{}{
(*IleDeFranceConfig_AllowList)(nil),
(*IleDeFranceConfig_DenyList)(nil),
}
file_test_platform_skylab_test_runner_common_config_proto_msgTypes[3].OneofWrappers = []interface{}{
(*CommonConfig_CrosFirmwareUpdateConfig_AllowList)(nil),
(*CommonConfig_CrosFirmwareUpdateConfig_BlockList)(nil),
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_test_platform_skylab_test_runner_common_config_proto_rawDesc,
NumEnums: 1,
NumMessages: 9,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_test_platform_skylab_test_runner_common_config_proto_goTypes,
DependencyIndexes: file_test_platform_skylab_test_runner_common_config_proto_depIdxs,
EnumInfos: file_test_platform_skylab_test_runner_common_config_proto_enumTypes,
MessageInfos: file_test_platform_skylab_test_runner_common_config_proto_msgTypes,
}.Build()
File_test_platform_skylab_test_runner_common_config_proto = out.File
file_test_platform_skylab_test_runner_common_config_proto_rawDesc = nil
file_test_platform_skylab_test_runner_common_config_proto_goTypes = nil
file_test_platform_skylab_test_runner_common_config_proto_depIdxs = nil
}