Skip to content

Commit 2efecaa

Browse files
authored
ci: adds system-tests scenario TELEMETRY_APP_STARTED_PRODUCTS_DISABLED (#17915)
## Description Per title . Needs DataDog/system-tests#6867 ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers --> Co-authored-by: charles.debeauchesne <charles.debeauchesne@datadoghq.com>
1 parent df422b3 commit 2efecaa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/system-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ jobs:
194194
- name: Run RUNTIME_METRICS_ENABLED
195195
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'other'
196196
run: ./run.sh RUNTIME_METRICS_ENABLED
197+
198+
- name: Run TELEMETRY_APP_STARTED_PRODUCTS_DISABLED
199+
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'other'
200+
run: ./run.sh TELEMETRY_APP_STARTED_PRODUCTS_DISABLED
197201

198202
- name: Run AI_GUARD
199203
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'other' && matrix.weblog-variant == 'flask-poc'

0 commit comments

Comments
 (0)