diff --git a/integration-tests/testconfig/ocr2/overrides/base_sepolia.toml b/integration-tests/testconfig/ocr2/overrides/base_sepolia.toml new file mode 100644 index 00000000000..2bd6f503014 --- /dev/null +++ b/integration-tests/testconfig/ocr2/overrides/base_sepolia.toml @@ -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"] diff --git a/integration-tests/testconfig/ocr2/overrides/celo_alfajores.toml b/integration-tests/testconfig/ocr2/overrides/celo_alfajores.toml new file mode 100644 index 00000000000..2bc5c240787 --- /dev/null +++ b/integration-tests/testconfig/ocr2/overrides/celo_alfajores.toml @@ -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"] diff --git a/integration-tests/testconfig/ocr2/overrides/wemix_testnet.toml b/integration-tests/testconfig/ocr2/overrides/wemix_testnet.toml index 58d3dd1fd15..dac4819d2f6 100644 --- a/integration-tests/testconfig/ocr2/overrides/wemix_testnet.toml +++ b/integration-tests/testconfig/ocr2/overrides/wemix_testnet.toml @@ -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"] \ No newline at end of file +experiments_enabled = ["slow_funds_return"]