Skip to content

Commit

Permalink
fix AW to make resources consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
asm582 authored and openshift-ci[bot] committed Oct 11, 2023
1 parent 6746844 commit 951b718
Showing 1 changed file with 6 additions and 7 deletions.
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

0 comments on commit 951b718

Please sign in to comment.