Skip to content

Commit

Permalink
migrate otel traces steps to reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Aug 14, 2024
1 parent ab5c9a8 commit b5bfb47
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 467 deletions.
3 changes: 2 additions & 1 deletion .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,14 @@ runner-test-matrix:
test_env_type: docker
runs_on: ubuntu22.04-16cores-64GB
workflows:
- Run PR E2E Tests
- Run PR E2E Tests 3
- Run Nightly E2E Tests
test_cmd: cd integration-tests/ && go test smoke/ocr2_test.go -timeout 30m -count=1 -test.parallel=6 -json
pyroscope_env: ci-smoke-ocr2-plugins-evm-simulated
test_inputs:
# chainlink_version: '{{ env.GITHUB_SHA_PLUGINS }}' # This is the chainlink version that has the plugins
chainlink_version: develop-plugins
enable_otel_traces: true

# END: OCR tests

Expand Down
Loading

0 comments on commit b5bfb47

Please sign in to comment.