Documentation ¶
Overview ¶
This file implements core.Driver with operation over TAS config (YAML) version 1
This file implements core.Driver with operation over TAS config (YAML) version 2
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder struct { Logger lumber.Logger TestExecutionService core.TestExecutionService TestDiscoveryService core.TestDiscoveryService AzureClient core.AzureClient BlockTestService core.BlockTestService ExecutionManager core.ExecutionManager TASConfigManager core.TASConfigManager CacheStore core.CacheStore DiffManager core.DiffManager ListSubModuleService core.ListSubModuleService }
type NodeInstaller ¶
type NodeInstaller struct { ExecutionManager core.ExecutionManager // contains filtered or unexported fields }
func (*NodeInstaller) InstallNodeVersion ¶
func (n *NodeInstaller) InstallNodeVersion(ctx context.Context, nodeVersion string) error
Click to show internal directories.
Click to hide internal directories.