Skip to content

Commit

Permalink
Set resource allocations for all SMP experiments (#31366)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt authored Nov 22, 2024
1 parent 413f546 commit aaccbaa
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 6 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: 24GiB

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: 1 addition & 1 deletion test/regression/cases/quality_gate_idle/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target:
name: datadog-agent
command: /bin/entrypoint.sh
cpu_allotment: 8
memory_allotment: 1GiB
memory_allotment: 500MiB

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 aaccbaa

Please sign in to comment.