Skip to content

Commit

Permalink
automation benchmark test - revert newDeployment changes (#9537)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier authored Jun 9, 2023
1 parent 7ed0a21 commit 62618d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions integration-tests/benchmark/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,13 +413,11 @@ func SetupAutomationBenchmarkEnv(t *testing.T) (*environment.Environment, blockc
for i := 0; i < NumberOfNodes; i++ {
testNetwork.HTTPURLs = []string{internalHttpURLs[i]}
testNetwork.URLs = []string{internalWsURLs[i]}
cd, err := chainlink.NewDeployment(1, map[string]any{
testEnvironment.AddHelm(chainlink.New(i, map[string]any{
"toml": client.AddNetworkDetailedConfig(keeperBenchmarkBaseTOML, networkDetailTOML, testNetwork),
"chainlink": chainlinkResources,
"db": dbResources,
})
require.NoError(t, err, "Error creating chainlink deployment")
testEnvironment.AddHelmCharts(cd)
}))
}
err = testEnvironment.Run()
require.NoError(t, err, "Error launching test environment")
Expand Down

0 comments on commit 62618d4

Please sign in to comment.