Skip to content

Commit

Permalink
add ocr2 celo_alfajores and base_sepolia test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoluisam committed Sep 9, 2024
1 parent 4beb6aa commit 046eb7e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 5 deletions.
17 changes: 17 additions & 0 deletions integration-tests/testconfig/ocr2/overrides/base_sepolia.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[Network]
selected_networks = ["BASE_SEPOLIA"]

# soak test specific configuration
[Soak.Common]
chainlink_node_funding = 0.5 # Funding per node

[Soak.OCR2]
[Soak.OCR2.Common]
test_duration = "24h" # Full duration the test will run 1440 - 1 day, 7200 - 5 days

[Soak.OCR2.Soak]
number_of_contracts = 2 # Number of deployed contracts, 2 being default
time_between_rounds = "5m" # Default 5 mins for a 1 day, 10 mins for a 5 day

[Seth]
experiments_enabled = ["slow_funds_return"]
17 changes: 17 additions & 0 deletions integration-tests/testconfig/ocr2/overrides/celo_alfajores.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[Network]
selected_networks = ["CELO_ALFAJORES"]

# soak test specific configuration
[Soak.Common]
chainlink_node_funding = 2 # Funding per node

[Soak.OCR2]
[Soak.OCR2.Common]
test_duration = "15m" # Full duration the test will run 1440 - 1 day, 7200 - 5 days

[Soak.OCR2.Soak]
number_of_contracts = 2 # Number of deployed contracts, 2 being default
time_between_rounds = "5m" # Default 5 mins for a 1 day, 10 mins for a 5 day

[Seth]
experiments_enabled = ["slow_funds_return"]
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ selected_networks = ["WEMIX_TESTNET"]
[Soak.Common]
chainlink_node_funding = 2 # Funding per node

# Note this is for when you are running OCR2 tests
# To run OCR1 tests use [Soak.OCR] instead
[Soak.OCR2]
# To run OCR1 tests use [Soak.OCR.Common] instead

[Soak.OCR2.Common]
test_duration = "2880m" # Full duration the test will run 1440 - 1 day, 7200 - 5 days

# To run OCR1 tests use [Soak.OCR.Soak] instead
[Soak.OCR2.Soak]
number_of_contracts = 2 # Number of deployed contracts, 2 being default
time_between_rounds = "5m" # Default 5 mins for a 1 day, 10 mins for a 5 day

[Seth]
experiments_enabled = ["slow_funds_return"]
experiments_enabled = ["slow_funds_return"]

0 comments on commit 046eb7e

Please sign in to comment.