Skip to content

Commit

Permalink
No resource limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
skordas committed Oct 22, 2024
1 parent d33c01e commit cbe38d2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 90 deletions.
22 changes: 1 addition & 21 deletions tests/perfscale-sizing-recommendation/00-before_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
# set -o errexit
# set -o pipefail

sizing="${1:-'small'}"

sleep_time=30
r=10 # Number of repeats

Expand Down Expand Up @@ -100,25 +98,7 @@ done

### PREPARE TEMPOSTACK ###
log_task "TempoStack"
case $sizing in
small)
oc create -f ./content/03-tempostack_small.yaml
;;

medium)
oc create -f ./content/03-tempostack_medium.yaml
;;

heavy)
oc create -f ./content/03-tempostack_heavy.yaml
;;

*)
echo "!! Unknown parameter. Please use small/medium/heavy !!"
echo "!! Run 'bash 02-after_test_cleaning.sh' to clean leftovers"
exit 1
;;
esac
oc create -f ./content/03-tempostack.yaml
sleep 5

for i in $(seq $r)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ spec:
metrics:
createPrometheusRules: true
createServiceMonitors: true
resources:
total:
limits:
cpu: 2000m
memory: 4Gi
template:
queryFrontend:
component:
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit cbe38d2

Please sign in to comment.