Skip to content

Commit

Permalink
Add log poller test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 17, 2024
1 parent c1fc729 commit ee1ba9d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -744,3 +744,18 @@ runner-test-matrix:
chainlink_version: '{{ env.LATEST_CHAINLINK_RELEASE_VERSION }}'
chainlink_upgrade_image: '{{ env.QA_CHAINLINK_IMAGE }}'
chainlink_upgrade_version: develop

# START: LogPoller tests

- id: integration-tests/smoke/log_poller_test.go:^TestLogPollerFewFiltersFixedDepth$
path: integration-tests/smoke/log_poller_test.go
test_env_type: docker
runs_on: ubuntu-latest
workflows:
- Run PR E2E Tests
- Run Nightly E2E Tests
test_cmd: cd integration-tests/smoke && go test -test.run ^TestLogPollerFewFiltersFixedDepth$ -test.parallel=1 -timeout 30m -count=1 -json
pyroscope_env: ci-smoke-log_poller-evm-simulated


# END: LogPoller tests

0 comments on commit ee1ba9d

Please sign in to comment.