Skip to content

Commit 1f6d929

Browse files
Add Aptos CLI and LOOP plugin config to CITestConf (#1849)
* Add Aptos CLI and LOOP plugin config to CITestConf * update naming and add comment for clarity --------- Co-authored-by: Friedemann Fürst <[email protected]>
1 parent eb9364d commit 1f6d929

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/citool/cmd/types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ type CITestConf struct {
2121
RemoteRunnerMemory string `yaml:"remote_runner_memory" json:"remote_runner_memory"`
2222
PyroscopeEnv string `yaml:"pyroscope_env" json:"pyroscope_env"`
2323
Triggers []string `yaml:"triggers" json:"triggers"`
24+
InstallPluginsPublic bool `yaml:"install_plugins_public" json:"install_plugins_public"` // Install public loop plugins from https://github.com/smartcontractkit/chainlink/tree/develop/plugins
25+
AptosCLIVersion string `yaml:"aptos_cli_version" json:"aptos_cli_version"`
2426
}
2527

2628
type Config struct {

0 commit comments

Comments
 (0)