@@ -196,9 +196,6 @@ jobs:
196
196
changed_node_integration :
197
197
${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected,
198
198
' @sentry-internal/node-integration-tests' ) }}
199
- changed_opentelemetry :
200
- ${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected,
201
- ' @sentry/opentelemetry' ) }}
202
199
changed_remix :
203
200
${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected,
204
201
' @sentry/remix' ) }}
@@ -754,42 +751,6 @@ jobs:
754
751
directory : dev-packages/node-integration-tests
755
752
token : ${{ secrets.CODECOV_TOKEN }}
756
753
757
- job_opentelemetry_v2_tests :
758
- name : ' @sentry/opentelemetry with OpenTelemetry v2 (Node ${{ matrix.node }}) Tests'
759
- needs : [job_get_metadata, job_build]
760
- if : needs.job_build.outputs.changed_opentelemetry == 'true' || github.event_name != 'pull_request'
761
- runs-on : ubuntu-24.04
762
- timeout-minutes : 10
763
- strategy :
764
- fail-fast : false
765
- matrix :
766
- node : [18, 20, 22]
767
- steps :
768
- - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
769
- uses : actions/checkout@v4
770
- with :
771
- ref : ${{ env.HEAD_COMMIT }}
772
- - name : Set up Node
773
- uses : actions/setup-node@v4
774
- with :
775
- node-version : ${{ matrix.node }}
776
- - name : Restore caches
777
- uses : ./.github/actions/restore-cache
778
- with :
779
- dependency_cache_key : ${{ needs.job_build.outputs.dependency_cache_key }}
780
-
781
- - name : Run unit tests
782
- working-directory : dev-packages/opentelemetry-v2-tests
783
- run : yarn test
784
-
785
- - name : Upload test results to Codecov
786
- if : cancelled() == false
787
- continue-on-error : true
788
- uses : codecov/test-results-action@v1
789
- with :
790
- directory : dev-packages/opentelemetry-v2-tests
791
- token : ${{ secrets.CODECOV_TOKEN }}
792
-
793
754
job_remix_integration_tests :
794
755
name : Remix (Node ${{ matrix.node }}) Tests
795
756
needs : [job_get_metadata, job_build]
@@ -1133,7 +1094,6 @@ jobs:
1133
1094
job_node_integration_tests,
1134
1095
job_browser_playwright_tests,
1135
1096
job_browser_loader_tests,
1136
- job_opentelemetry_v2_tests,
1137
1097
job_remix_integration_tests,
1138
1098
job_e2e_tests,
1139
1099
job_artifacts,
0 commit comments