execution

package
v0.0.0-...-b02fd19 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_test_platform_execution_param_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Param

type Param struct {

	// If set, crash reports generated during test execution are uploaded to a
	// builder-determined crash server (e.g. http://crash or
	// http://crash-staging)
	UploadCrashes bool `protobuf:"varint,1,opt,name=upload_crashes,json=uploadCrashes,proto3" json:"upload_crashes,omitempty"`
	// If set with proper flag, CFT test execution workflow will be
	// invoked with provided container metadata.
	ContainerMetadata *api.ContainerMetadata `protobuf:"bytes,2,opt,name=container_metadata,json=containerMetadata,proto3" json:"container_metadata,omitempty"`
	// If set, a Docker container to use to run autoserv. The container must
	// contain autoserv under the same path as the host (e.g.
	// "/usr/local/autotest/server/autoserv").
	//
	// The container will be pulled if needed.
	// TODO(b/227666105): Will be deprecated once CFT workflow is enabled and
	// stable.
	ContainerImageInfo *api.ContainerImageInfo `protobuf:"bytes,8,opt,name=container_image_info,json=containerImageInfo,proto3" json:"container_image_info,omitempty"`
	// contains filtered or unexported fields
}

Uniformly applied parameters for all test executions in a test platform request.

func (*Param) Descriptor deprecated

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

Deprecated: Use Param.ProtoReflect.Descriptor instead.

func (*Param) GetContainerImageInfo

func (x *Param) GetContainerImageInfo() *api.ContainerImageInfo

func (*Param) GetContainerMetadata

func (x *Param) GetContainerMetadata() *api.ContainerMetadata

func (*Param) GetUploadCrashes

func (x *Param) GetUploadCrashes() bool

func (*Param) ProtoMessage

func (*Param) ProtoMessage()

func (*Param) ProtoReflect

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

func (*Param) Reset

func (x *Param) Reset()

func (*Param) String

func (x *Param) String() string

Jump to

Keyboard shortcuts

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