Skip to content

Commit e62f3f0

Browse files
authored
feat: citool self-hosted runners (#1825)
1 parent 1f6d929 commit e62f3f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/citool/cmd/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ type CITestConf struct {
1212
Path string `yaml:"path" json:"path"`
1313
TestEnvType string `yaml:"test_env_type" json:"test_env_type"`
1414
RunsOn string `yaml:"runs_on" json:"runs_on"`
15+
RunsOnSelfHosted string `yaml:"runs_on_self_hosted" json:"runs_on_self_hosted,omitempty"`
1516
TestGoProjectPath string `yaml:"test_go_project_path" json:"test_go_project_path"` // Root path to the go project with the tests
1617
TestCmd string `yaml:"test_cmd" json:"test_cmd"` // Command to run the test in the TestGoProjectPath
1718
TestConfigOverrideRequired bool `yaml:"test_config_override_required" json:"test_config_override_required"`

0 commit comments

Comments
 (0)