Skip to content

Commit

Permalink
Add quick smoke test for ocrv2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Sep 26, 2024
1 parent 42fe485 commit 23932f1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ runner-test-matrix:
test_env_vars:
TEST_SUITE: soak

# This can be used to run a quick smoke test for OCRv2 to see if integration-tests/soak/ocr_test.go is working
- id: soak/ocr_test.go:TestOCRv2Soak_QuickSmokeTest
path: integration-tests/soak/ocr_test.go
test_env_type: k8s-remote-runner
runs_on: ubuntu-latest
test_cmd: cd integration-tests/ && go test soak/ocr_test.go -v -test.run ^TestOCRv2Soak$ -test.parallel=1 -timeout 900h -count=1 -json
test_config_override_path: integration-tests/testconfig/ocr2/overrides/base_sepolia_quick_smoke_test.toml
test_secrets_required: true
test_env_vars:
TEST_SUITE: soak

- id: soak/ocr_test.go:TestForwarderOCRv1Soak
path: integration-tests/soak/ocr_test.go
test_env_type: k8s-remote-runner
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[Network]
selected_networks = ["BASE_SEPOLIA"]

[Soak.Common]
chainlink_node_funding = 1

[Soak.OCR2]
[Soak.OCR2.Common]
test_duration = "10m"

[Soak.OCR2.Soak]
time_between_rounds = "2m"

[OCR2.Common]
number_of_contracts = 2

[Seth]
experiments_enabled = ["slow_funds_return"]

0 comments on commit 23932f1

Please sign in to comment.