Documentation
¶
Index ¶
Constants ¶
View Source
const TestRunAction = "test.run"
Variables ¶
View Source
var (
UseNamespaceCloud = false
UseNamespaceBuildCluster = false
)
Functions ¶
func PrepareEnv ¶
func PrepareEnv(ctx context.Context, sourceEnv cfg.Context, ephemeral bool) (cfg.Context, error)
func PrepareTest ¶
func PrepareTest(ctx context.Context, pl *parsing.PackageLoader, env cfg.Context, testRef *schema.PackageRef, opts TestOpts) (compute.Computable[StoredTestResults], error)
Types ¶
type StoredTestResults ¶
type StoredTestResults struct {
Bundle *storage.TestResultBundle
TestBundleSummary *storage.TestBundle
TestPackage schema.PackageName
Packages pkggraph.SealedPackageLoader
}
Click to show internal directories.
Click to hide internal directories.