Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix AW to make resources consistent
  • Loading branch information
asm582 committed Oct 10, 2023
commit 897e1bad7943facdaa1f597967b337f428fcbdae
13 changes: 6 additions & 7 deletions test/perf-test/preempt-exp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ spec:
growthType: "exponential"
priority: 9
resources:
Items: []
GenericItems:
- replicas: 1
completionstatus: Complete
custompodresources:
- replicas: 1
requests:
cpu: 10m
memory: 10M
cpu: 500m
memory: 128M
nvidia.com/gpu: 0
limits:
cpu: 500m
Expand All @@ -31,8 +30,8 @@ spec:
metadata:
namespace: default
name: defaultaw-schd-spec-with-timeout-1
# labels:
# appwrapper.mcad.ibm.com: defaultaw-schd-spec-with-timeout-1
labels:
appwrapper.mcad.ibm.com: defaultaw-schd-spec-with-timeout-1
spec:
parallelism: 1
completions: 1
Expand All @@ -49,8 +48,8 @@ spec:
args: [ "sleep 10" ]
resources:
requests:
memory: "10Mi"
cpu: "10m"
memory: "128Mi"
cpu: "500m"
limits:
memory: "128Mi"
cpu: "500m"
Expand Down