Skip to content

Commit

Permalink
restructure configs
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Sep 19, 2024
1 parent 0f61b04 commit 151bcad
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
8 changes: 7 additions & 1 deletion integration-tests/testconfig/automation/automation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ max_perform_data_size=5_000
max_revert_data_size=5_000

# load test specific overrides
[Logging.Grafana]
[Load.Logging.Grafana]
base_url="https://grafana.ops.prod.cldev.sh"
dashboard_url="/d/a4899f53-f709-430a-aec2-24f32198dcc9/chainlink-automation-v2-load-test"

Expand Down Expand Up @@ -305,6 +305,9 @@ max_revert_data_size=5_000
enabled=false

# automation benchmark test specific overrides
[Benchmark.Logging.Grafana]
base_url="https://grafana.ops.prod.cldev.sh"
dashboard_url="/d/Q8n6m1unz/chainlink-automation-benchmark-test"

# will retry roughly for 1h before giving up (900 * 4s)
[Benchmark.Automation.Resiliency]
Expand Down Expand Up @@ -424,6 +427,9 @@ max_perform_data_size=5_000
max_revert_data_size=5_000

# automation soak test specific overrides
[Soak.Logging.Grafana]
base_url="https://grafana.ops.prod.cldev.sh"
dashboard_url="/d/Q8n6m1unz/chainlink-automation-benchmark-test"

# will retry roughly for 1h before giving up (900 * 4s)
[Soak.Automation.Resiliency]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[ChainlinkImage]
version="latest"

[Keeper.Common]
[Benchmark.Automation.Benchmark]
registry_to_test = "2_1"
number_of_registries = 1
number_of_nodes = 6
number_of_upkeeps = 1000
upkeep_gas_limit = 1500000
check_gas_to_burn = 10000
perform_gas_to_burn = 1000
max_perform_gas = 5000000
block_range = 3600
block_interval = 60
forces_single_tx_key = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[ChainlinkImage]
version="latest"

[Keeper.Common]
[Benchmark.Automation.Benchmark]
registry_to_test = "2_3"
number_of_registries = 1
number_of_nodes = 6
number_of_upkeeps = 1000
upkeep_gas_limit = 1500000
check_gas_to_burn = 10000
perform_gas_to_burn = 1000
max_perform_gas = 5000000
block_range = 3600
block_interval = 60
forces_single_tx_key = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[ChainlinkImage]
version="latest"

[Keeper.Common]
[Soak.Automation.Benchmark]
registry_to_test = "2_1"
number_of_registries = 1
number_of_nodes = 6
number_of_upkeeps = 50
upkeep_gas_limit = 1500000
check_gas_to_burn = 10000
perform_gas_to_burn = 1000
max_perform_gas = 5000000
block_range = 28800
block_interval = 300
forces_single_tx_key = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[ChainlinkImage]
version="latest"

[Keeper.Common]
[Soak.Automation.Benchmark]
registry_to_test = "2_3"
number_of_registries = 1
number_of_nodes = 6
number_of_upkeeps = 50
upkeep_gas_limit = 1500000
check_gas_to_burn = 10000
perform_gas_to_burn = 1000
max_perform_gas = 5000000
block_range = 28800
block_interval = 300
forces_single_tx_key = false
Expand Down

0 comments on commit 151bcad

Please sign in to comment.