-
Notifications
You must be signed in to change notification settings - Fork 1
/
scenario.sh
executable file
·35 lines (27 loc) · 1004 Bytes
/
scenario.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#for VARIABLE in 1 .. 2
#do
# ./updater.sh ./apps/guestbook/deployment.yaml "0.1" "0.2"
# ./updater.sh ./apps/guestbook2/deployment.yaml "0.1" "0.2"
# ./updater.sh ./apps/guestbook3/deployment.yaml "0.1" "0.2"
#
# sleep 30
#
# ./updater.sh ./apps/guestbook/deployment.yaml "0.2" "0.1"
# ./updater.sh ./apps/guestbook2/deployment.yaml "0.2" "0.1"
# ./updater.sh ./apps/guestbook3/deployment.yaml "0.2" "0.1"
#
# sleep 30
#done
#
for VARIABLE in 1 .. 50
do
./updater.sh ./helm-apps/helm-guestbook/deployment.yaml "0.1" "0.2"
./updater.sh ./helm-apps/helm-guestbook2/deployment.yaml "0.1" "0.2"
./updater.sh ./helm-apps/helm-guestbook3/deployment.yaml "0.1" "0.2"
sleep 30
./updater.sh ./helm-apps/helm-guestbook/deployment.yaml "0.2" "0.1"
./updater.sh ./helm-apps/helm-guestbook2/deployment.yaml "0.2" "0.1"
./updater.sh ./helm-apps/helm-guestbook3/deployment.yaml "0.2" "0.1"
sleep 30
done
# ./updater.sh ./apps/guestbook/deployment.yaml "0.3" "0.2" "0.1"