diff --git a/.github/e2e-tests.yml b/.github/e2e-tests.yml index ce9800aa993..e43f0a73b67 100644 --- a/.github/e2e-tests.yml +++ b/.github/e2e-tests.yml @@ -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 \ No newline at end of file