File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ci-operator/step-registry/servicemesh/mapt/create Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ TEST_NAME=${TEST_NAME:-"servicemesh-mapt"}
1717OCP_VERSION=${OCP_VERSION:- " 4.20.0" }
1818MAPT_TAGS=${MAPT_TAGS:- " ci=true,repo=openshift-servicemesh" }
1919SPOT=${SPOT:- " true" }
20- SPOT_INCREASE_RATIO =${SPOT_INCREASE_RATIO :- " 40" }
20+ SPOT_INCREASE_RATE =${SPOT_INCREASE_RATE :- " 40" }
2121CPU=${CPU:- 16}
2222MEMORY=${MEMORY:- 128}
2323TIMEOUT=${TIMEOUT:- 10m}
@@ -96,7 +96,7 @@ mapt_cluster_creation() {
9696
9797 # Add --spot option if SPOT is set to true
9898 if [ " ${SPOT} " = " true" ]; then
99- MAPT_COMMAND=" ${MAPT_COMMAND} --spot --spot-increase-ratio ${SPOT_INCREASE_RATIO } "
99+ MAPT_COMMAND=" ${MAPT_COMMAND} --spot --spot-increase-rate ${SPOT_INCREASE_RATE } "
100100 fi
101101
102102 echo " Executing: ${MAPT_COMMAND} "
Original file line number Diff line number Diff line change 2121 - name : SPOT
2222 default : " true"
2323 documentation : " Use AWS spot instances for cost savings"
24- - name : SPOT_INCREASE_RATIO
24+ - name : SPOT_INCREASE_RATE
2525 default : " 40"
2626 documentation : " Percentage to increase the spot price over the on-demand price"
2727 - name : CPU
You can’t perform that action at this time.
0 commit comments