Skip to content

Commit efdcea8

Browse files
authored
Add scenario TRACING_CONFIG_NONDEFAULT in system-tests (#8602)
* Add scenario TRACING_CONFIG_NONDEFAULT in system-tests * Update system-tests to 69a5e874384dd256e2e3f42fc1c95807a67efbe6
1 parent fe9f968 commit efdcea8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.continue.yml.j2

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ instrumentation_modules: &instrumentation_modules "dd-java-agent/instrumentation
3636
debugger_modules: &debugger_modules "dd-java-agent/agent-debugger|dd-java-agent/agent-bootstrap|dd-java-agent/agent-builder|internal-api|communication|dd-trace-core"
3737
profiling_modules: &profiling_modules "dd-java-agent/agent-profiling"
3838

39-
default_system_tests_commit: &default_system_tests_commit c208feb5b40cca543670870b9601509d6a69c65e
39+
default_system_tests_commit: &default_system_tests_commit 69a5e874384dd256e2e3f42fc1c95807a67efbe6
4040

4141
parameters:
4242
nightly:
@@ -852,6 +852,9 @@ jobs:
852852
DEFAULT
853853
APM_TRACING_E2E
854854
APM_TRACING_E2E_SINGLE_SPAN
855+
TRACING_CONFIG_NONDEFAULT
856+
TRACING_CONFIG_NONDEFAULT_2
857+
TRACING_CONFIG_NONDEFAULT_3
855858
"
856859
if ! [[ << parameters.weblog-variant >> =~ .*native ]]; then
857860
echo "

0 commit comments

Comments
 (0)