Skip to content

Commit

Permalink
update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 10, 2024
1 parent 0ce31bf commit 8f8e05b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,14 @@ runner-test-matrix:
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 ^TestOCRv1Soak$ -test.parallel=1 -timeout 30m -count=1
pyroscope-env: ci-smoke-ocr2-evm-simulated-nightly

- id: soak/ocr_test.go:^TestOCRv2Soak$
- 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
Expand Down

0 comments on commit 8f8e05b

Please sign in to comment.