Skip to content

Commit 951b718

Browse files
asm582openshift-ci[bot]
authored andcommitted
fix AW to make resources consistent
1 parent 6746844 commit 951b718

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

test/perf-test/preempt-exp.yaml

+6-7
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ spec:
1111
growthType: "exponential"
1212
priority: 9
1313
resources:
14-
Items: []
1514
GenericItems:
1615
- replicas: 1
1716
completionstatus: Complete
1817
custompodresources:
1918
- replicas: 1
2019
requests:
21-
cpu: 10m
22-
memory: 10M
20+
cpu: 500m
21+
memory: 128M
2322
nvidia.com/gpu: 0
2423
limits:
2524
cpu: 500m
@@ -31,8 +30,8 @@ spec:
3130
metadata:
3231
namespace: default
3332
name: defaultaw-schd-spec-with-timeout-1
34-
# labels:
35-
# appwrapper.mcad.ibm.com: defaultaw-schd-spec-with-timeout-1
33+
labels:
34+
appwrapper.mcad.ibm.com: defaultaw-schd-spec-with-timeout-1
3635
spec:
3736
parallelism: 1
3837
completions: 1
@@ -49,8 +48,8 @@ spec:
4948
args: [ "sleep 10" ]
5049
resources:
5150
requests:
52-
memory: "10Mi"
53-
cpu: "10m"
51+
memory: "128Mi"
52+
cpu: "500m"
5453
limits:
5554
memory: "128Mi"
5655
cpu: "500m"

0 commit comments

Comments
 (0)