diff --git a/test/regression/cases/idle/experiment.yaml b/test/regression/cases/idle/experiment.yaml index dbb696ba9d8d9..67e4e2618f858 100644 --- a/test/regression/cases/idle/experiment.yaml +++ b/test/regression/cases/idle/experiment.yaml @@ -30,6 +30,7 @@ target: DD_INTERNAL_PROFILING_EXTRA_TAGS: experiment:idle checks: + # Note: quality gates will stop using this experiment in the future in favor of quality_gate_idle. - name: memory_usage description: "Memory usage quality gate. This puts a bound on the total agent memory usage." bounds: diff --git a/test/regression/cases/idle_all_features/experiment.yaml b/test/regression/cases/idle_all_features/experiment.yaml index ae7fad777485c..d3b652ef0dcf3 100644 --- a/test/regression/cases/idle_all_features/experiment.yaml +++ b/test/regression/cases/idle_all_features/experiment.yaml @@ -43,6 +43,7 @@ target: DD_PROFILING_WAIT_PROFILE: true checks: + # Note: quality gates will stop using this experiment in the future in favor of quality_gate_idle_all_features. - name: memory_usage description: "Memory usage quality gate. This puts a bound on the total agent memory usage." bounds: diff --git a/test/regression/cases/quality_gate_idle/experiment.yaml b/test/regression/cases/quality_gate_idle/experiment.yaml index 2b1734aee788a..3801ff9919a59 100644 --- a/test/regression/cases/quality_gate_idle/experiment.yaml +++ b/test/regression/cases/quality_gate_idle/experiment.yaml @@ -34,7 +34,7 @@ checks: description: "Memory usage quality gate. This puts a bound on the total agent memory usage." bounds: series: total_rss_bytes - upper_bound: "430.0 MiB" + upper_bound: "425.0 MiB" report_links: - text: "bounds checks dashboard"