Skip to content

Commit

Permalink
Merge branch 'TT-1550-Provide-PoC-for-keeping-test-configs-in-git' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/smartcontractkit/chainlink into TT-1550-Provide-PoC-for-keeping-test-configs-in-git
  • Loading branch information
lukaszcl committed Sep 9, 2024
2 parents d3c9f45 + 046eb7e commit 61f0f76
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 61f0f76

Please sign in to comment.