command

package
v2.8.0 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2026 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source

Variables

This section is empty.

Functions

func BackfillCommitMetadata

func BackfillCommitMetadata(ctx context.Context, cfg *config.Config, runner git.GitRunner) error

BackfillCommitMetadata collects historical git commit metadata from the local repo and uploads it to Buildkite via presigned S3.

When cfg.UploadFile is set (--upload flag), it skips all git work and uploads the specified tarball directly. This supports workflows where generation and upload happen in separate steps (e.g. air-gapped environments or retrying a failed upload).

func Plan

func Plan(ctx context.Context, cfg *config.Config, testFileList string, outputFormat PlanOutput, template string) error

This command creates a test plan via the API

func Run

func Run(ctx context.Context, cfg *config.Config, testListFilename string) error

Types

type PlanOutput

type PlanOutput int
const (
	PlanOutputJSON PlanOutput = iota
	PlanOutputPipelineUpload
)

Jump to

Keyboard shortcuts

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