Skip to content

Commit

Permalink
Specifically provide CPU, memory allotments in quality gates (#31333)
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 3b5f561 commit 45b5880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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: 1GiB

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

0 comments on commit 45b5880

Please sign in to comment.