Skip to content

Commit

Permalink
Set resource allocations for all SMP experiments
Browse files Browse the repository at this point in the history
This commit builds on the insight in #31333, setting allocations for all
experiments. I further drop the allocation for quality-gate-idle as the
bound there can be more tight.

REF #31326
REF #31246

Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Nov 22, 2024
1 parent d7c786b commit 4babc29
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 5 deletions.
2 changes: 2 additions & 0 deletions test/regression/cases/basic_py_check/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ erratic: false
target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 4GiB

environment:
DD_API_KEY: 000001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 30g
memory_allotment: 4GiB

environment:
DD_API_KEY: 00000001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 30g
memory_allotment: 4GiB

environment:
DD_API_KEY: 00000001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 30g
memory_allotment: 4GiB

environment:
DD_API_KEY: 00000001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 30g
memory_allotment: 4GiB

environment:
DD_API_KEY: 00000001
Expand Down
3 changes: 2 additions & 1 deletion test/regression/cases/file_tree/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ erratic: false
target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 4GiB

environment:
DD_API_KEY: 00000001
Expand Down Expand Up @@ -37,4 +39,3 @@ target:
DD_PROFILING_EXECUTION_TRACE_ENABLED: true
DD_PROFILING_EXECUTION_TRACE_PERIOD: 1m
DD_PROFILING_WAIT_PROFILE: true

2 changes: 2 additions & 0 deletions test/regression/cases/otel_to_otel_logs/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ erratic: false
target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 4GiB

environment:
DD_API_KEY: 00000001
Expand Down
2 changes: 2 additions & 0 deletions test/regression/cases/pycheck_lots_of_tags/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ erratic: false
target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 4GiB

environment:
DD_API_KEY: 000001
Expand Down
2 changes: 2 additions & 0 deletions test/regression/cases/quality_gate_idle/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ erratic: false
target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 500MiB

environment:
DD_API_KEY: 00000001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ erratic: false
target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 1GiB

environment:
DD_API_KEY: 00000001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ erratic: false
target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 4GiB

environment:
DD_API_KEY: 00000001
Expand Down
2 changes: 2 additions & 0 deletions test/regression/cases/tcp_syslog_to_blackhole/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ erratic: false
target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 4GiB

environment:
DD_API_KEY: 00000001
Expand Down
2 changes: 2 additions & 0 deletions test/regression/cases/uds_dogstatsd_to_api/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ erratic: false
target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 4GiB

environment:
DD_API_KEY: 00000001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ erratic: false
target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 4GiB

environment:
DD_API_KEY: 00000001
Expand Down

0 comments on commit 4babc29

Please sign in to comment.