Skip to content

Commit d65aeab

Browse files
committed
ci-operator/step-registry/ipi/conf: Drop to 10m
It's been 1000m since it landed in de3de20 (step-registry: add configure and install IPI steps, 2020-01-14, openshift#6708), but it's a pretty simple container (just write a config file), so Steve suggestes 10m as more appropriate [1]. [1]: openshift#7625 (comment)
1 parent 1399fe3 commit d65aeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ref:
44
commands: ipi-conf-commands.sh
55
resources:
66
requests:
7-
cpu: 1000m
7+
cpu: 10m
88
memory: 100Mi
99
documentation: |-
1010
The IPI configure step generates the install-config.yaml file based on the cluster profile and optional input files.

0 commit comments

Comments
 (0)