We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6d929 commit e62f3f0Copy full SHA for e62f3f0
tools/citool/cmd/types.go
@@ -12,6 +12,7 @@ type CITestConf struct {
12
Path string `yaml:"path" json:"path"`
13
TestEnvType string `yaml:"test_env_type" json:"test_env_type"`
14
RunsOn string `yaml:"runs_on" json:"runs_on"`
15
+ RunsOnSelfHosted string `yaml:"runs_on_self_hosted" json:"runs_on_self_hosted,omitempty"`
16
TestGoProjectPath string `yaml:"test_go_project_path" json:"test_go_project_path"` // Root path to the go project with the tests
17
TestCmd string `yaml:"test_cmd" json:"test_cmd"` // Command to run the test in the TestGoProjectPath
18
TestConfigOverrideRequired bool `yaml:"test_config_override_required" json:"test_config_override_required"`
0 commit comments