Skip to content

Commit d1f4080

Browse files
committed
chore(ci): use dd-sts for system-tests test optimization
1 parent b266e2d commit d1f4080

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-system-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
scenarios_groups: tracer-release
7777
excluded_scenarios: APM_TRACING_E2E_OTEL,APM_TRACING_E2E_SINGLE_SPAN,PROFILING # exclude flaky scenarios
7878
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
79+
push_to_test_optimization: true
80+
dd_sts_policy: dd-trace-java-system-tests
8081

8182
# Ensure the main job is run to completion
8283
check:

0 commit comments

Comments
 (0)