Skip to content

Commit 3d36a46

Browse files
authored
ci: disable itr on sensitive jobs (#14120)
1 parent f4a14fd commit 3d36a46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

riotfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def select_pys(min_version: str = MIN_PYTHON_VERSION, max_version: str = MAX_PYT
335335
"_DD_IAST_PATCH_MODULES": "benchmarks.,tests.appsec.",
336336
"DD_IAST_REQUEST_SAMPLING": "100",
337337
"DD_IAST_DEDUPLICATION_ENABLED": "false",
338+
"DD_CIVISIBILITY_ITR_ENABLED": "0",
338339
},
339340
),
340341
Venv(
@@ -471,6 +472,7 @@ def select_pys(min_version: str = MIN_PYTHON_VERSION, max_version: str = MAX_PYT
471472
name="internal",
472473
env={
473474
"DD_INSTRUMENTATION_TELEMETRY_ENABLED": "0",
475+
"DD_CIVISIBILITY_ITR_ENABLED": "0",
474476
},
475477
command="pytest -v {cmdargs} tests/internal/",
476478
pkgs={

0 commit comments

Comments
 (0)