Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
library: ${{ matrix.library }}
scenarios: ${{ needs.compute_libraries_and_scenarios.outputs.scenarios }}
scenarios_groups: ${{ needs.compute_libraries_and_scenarios.outputs.scenarios_groups }}
excluded_scenarios: OTEL_COLLECTOR_E2E${{ matrix.version == 'dev' && matrix.library == 'python' && ',FEATURE_FLAGGING_AND_EXPERIMENTATION' || '' }} # rely on real backend
excluded_scenarios: OTEL_COLLECTOR_E2E # rely on real backend
parametric_job_count: ${{ matrix.version == 'dev' && 2 || 1 }} # test both use cases
skip_empty_scenarios: true
display_summary: true
Expand Down
Loading