Skip to content

Commit

Permalink
add soak/ocr_test.go:^TestOCRv2Soak$
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 10, 2024
1 parent 2714dda commit 0ce31bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,16 @@ runner-test-matrix:
test-cmd: cd integration-tests/ && go test soak/ocr_test.go -v -test.run ^TestOCRv1Soak$ -test.parallel=1 -timeout 30m -count=1
pyroscope-env: ci-smoke-ocr2-evm-simulated-nightly

- id: soak/ocr_test.go:^TestOCRv2Soak$
path: integration-tests/soak/ocr_test.go
test-type: k8s-remote-runner
remote-runner-test-suite: soak
runs-on: ubuntu-latest
# workflows:
# - Run Nightly E2E Tests
test-cmd: cd integration-tests/ && go test soak/ocr_test.go -v -test.run ^TestOCRv2Soak$ -test.parallel=1 -timeout 30m -count=1
pyroscope-env: ci-smoke-ocr2-evm-simulated-nightly

- id: integration-tests/benchmark/keeper_test.go:^TestAutomationBenchmark$
path: integration-tests/benchmark/keeper_test.go
test-type: k8s-remote-runner
Expand Down

0 comments on commit 0ce31bf

Please sign in to comment.