metadata

package
v0.0.0-...-b8a1838 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2024 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_chromiumos_test_api_metadata_publish_rdb_metadata_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type PublishRdbMetadata

type PublishRdbMetadata struct {

	// Current invocation id
	CurrentInvocationId string `protobuf:"bytes,1,opt,name=current_invocation_id,json=currentInvocationId,proto3" json:"current_invocation_id,omitempty"`
	// Test results
	TestResult *artifact.TestResult `protobuf:"bytes,2,opt,name=test_result,json=testResult,proto3" json:"test_result,omitempty"`
	// Stainless url where artifacts have been uploaded
	//
	// Deprecated: Do not use.
	StainlessUrl string `protobuf:"bytes,3,opt,name=stainless_url,json=stainlessUrl,proto3" json:"stainless_url,omitempty"`
	// Testhaus url where artifacts have been uploaded
	TesthausUrl string `protobuf:"bytes,4,opt,name=testhaus_url,json=testhausUrl,proto3" json:"testhaus_url,omitempty"`
	// The code sources tested.
	Sources *PublishRdbMetadata_Sources `protobuf:"bytes,5,opt,name=sources,proto3" json:"sources,omitempty"`
	// BaseVariant will be added to the variant of each test result within an
	// invocation. If there are duplicate keys, the variant value given by the
	// test command always wins.
	BaseVariant map[string]string `` /* 182-byte string literal not displayed */
	// contains filtered or unexported fields
}

NEXT TAG: 7

func (*PublishRdbMetadata) Descriptor deprecated

func (*PublishRdbMetadata) Descriptor() ([]byte, []int)

Deprecated: Use PublishRdbMetadata.ProtoReflect.Descriptor instead.

func (*PublishRdbMetadata) GetBaseVariant

func (x *PublishRdbMetadata) GetBaseVariant() map[string]string

func (*PublishRdbMetadata) GetCurrentInvocationId

func (x *PublishRdbMetadata) GetCurrentInvocationId() string

func (*PublishRdbMetadata) GetSources

func (*PublishRdbMetadata) GetStainlessUrl deprecated

func (x *PublishRdbMetadata) GetStainlessUrl() string

Deprecated: Do not use.

func (*PublishRdbMetadata) GetTestResult

func (x *PublishRdbMetadata) GetTestResult() *artifact.TestResult

func (*PublishRdbMetadata) GetTesthausUrl

func (x *PublishRdbMetadata) GetTesthausUrl() string

func (*PublishRdbMetadata) ProtoMessage

func (*PublishRdbMetadata) ProtoMessage()

func (*PublishRdbMetadata) ProtoReflect

func (x *PublishRdbMetadata) ProtoReflect() protoreflect.Message

func (*PublishRdbMetadata) Reset

func (x *PublishRdbMetadata) Reset()

func (*PublishRdbMetadata) String

func (x *PublishRdbMetadata) String() string

type PublishRdbMetadata_Sources

type PublishRdbMetadata_Sources struct {

	// The path to the file in Google Cloud Storage that describes the
	// sources used in the Chrome OS build.
	// The sources themselves should be a JSON-serialized
	// luci.resultdb.v1.Sources proto.
	//
	// Format: "gs://<bucket>/<build>/metadata/sources.jsonpb".
	GsPath string `protobuf:"bytes,1,opt,name=gs_path,json=gsPath,proto3" json:"gs_path,omitempty"`
	// Indicates whether the deployment contains items other than
	// a Chrome OS system image built from the above sources.
	// For example, a different version of Lacros (for Lacros CI),
	// or a different version of firmware.
	//
	// When set, it indicates the sources above are incomplete and certain
	// analyses (e.g. regression or changepoint analysis) cannot be
	// reliably performed based on the Chrome OS source version alone.
	IsDeploymentDirty bool `protobuf:"varint,2,opt,name=is_deployment_dirty,json=isDeploymentDirty,proto3" json:"is_deployment_dirty,omitempty"`
	// contains filtered or unexported fields
}

Sources captures information about the code sources tested by the invocation.

func (*PublishRdbMetadata_Sources) Descriptor deprecated

func (*PublishRdbMetadata_Sources) Descriptor() ([]byte, []int)

Deprecated: Use PublishRdbMetadata_Sources.ProtoReflect.Descriptor instead.

func (*PublishRdbMetadata_Sources) GetGsPath

func (x *PublishRdbMetadata_Sources) GetGsPath() string

func (*PublishRdbMetadata_Sources) GetIsDeploymentDirty

func (x *PublishRdbMetadata_Sources) GetIsDeploymentDirty() bool

func (*PublishRdbMetadata_Sources) ProtoMessage

func (*PublishRdbMetadata_Sources) ProtoMessage()

func (*PublishRdbMetadata_Sources) ProtoReflect

func (*PublishRdbMetadata_Sources) Reset

func (x *PublishRdbMetadata_Sources) Reset()

func (*PublishRdbMetadata_Sources) String

func (x *PublishRdbMetadata_Sources) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL