matrix

package
v0.0.0-...-f8f0b49 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry map[string]Result

type ErrorReportKey

type ErrorReportKey struct {
	Kernel string
	Test   string
	Res    Result
}

func (ErrorReportKey) Dump

func (m ErrorReportKey) Dump(fW io.StringWriter)

func (ErrorReportKey) ToMDSection

func (m ErrorReportKey) ToMDSection() string

ToMDSection example: archlinux-5.18 build-kernel-module will become "# archlinux-5.18 build-kernel-module"

func (m ErrorReportKey) ToMDSectionLink() string

ToMDSectionLink example: archlinux-5.18 build-kernel-module will become "#archlinux-518-build-kernel-module"

type Output

type Output struct {
	// contains filtered or unexported fields
}

func NewOutput

func NewOutput() *Output

func (*Output) Loop

func (m *Output) Loop(rootFolder string) error

func (*Output) Store

func (m *Output) Store(outputFile string)

type Result

type Result struct {
	Rc             int    `json:"rc"`
	Skipped        bool   `json:"skipped"`
	StdErr         string `json:"stderr"`
	Msg            string `json:"msg"`
	FalseCondition string `json:"false_condition"`
}

Jump to

Keyboard shortcuts

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