We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b266e2d commit d1f4080Copy full SHA for d1f4080
1 file changed
.github/workflows/run-system-tests.yaml
@@ -76,7 +76,8 @@ jobs:
76
scenarios_groups: tracer-release
77
excluded_scenarios: APM_TRACING_E2E_OTEL,APM_TRACING_E2E_SINGLE_SPAN,PROFILING # exclude flaky scenarios
78
skip_empty_scenarios: true
79
- push_to_test_optimization: false # disabled to avoid pushing to Test Optimization while API key is transitioning to system-tests
+ push_to_test_optimization: true
80
+ dd_sts_policy: dd-trace-java-system-tests
81
82
# Ensure the main job is run to completion
83
check:
0 commit comments