workflows

package
v0.0.0-...-74391fe Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ProcessCulprit        = "perf.process_culprit"
	MaybeTriggerBisection = "perf.maybe_trigger_bisection"
)

Workflow name definitions.

Those are used to invoke the workflows. This is meant to decouple the souce code dependencies such that the client doesn't need to link with the actual implementation. TODO(b/326352379): introduce a specific type to encapsulate these workflow names

Variables

This section is empty.

Functions

This section is empty.

Types

type MaybeTriggerBisectionParam

type MaybeTriggerBisectionParam struct {
	AnomalyGroupServiceUrl string
	CulpritServiceUrl      string
	AnomalyGroupId         string
	GroupingTaskQueue      string
	PinpointTaskQueue      string
}

type MaybeTriggerBisectionResult

type MaybeTriggerBisectionResult struct {
	JobId string
}

type ProcessCulpritParam

type ProcessCulpritParam struct {
	CulpritServiceUrl string
	Commits           []*pinpoint_proto.Commit
	AnomalyGroupId    string
}

type ProcessCulpritResult

type ProcessCulpritResult struct {
	CulpritIds []string
	IssueIds   []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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