-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrun_replay.sh
33 lines (31 loc) · 1.17 KB
/
run_replay.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
#!/bin/bash
export AWS_DEFAULT_REGION=us-west-2
python3 s3-lambda-replay.py \
-b gamesight-collection-pipeline-us-west-2-prod \
-p mixer/all/channels/\$LATEST/objects/dt=2019-01-31 \
-l gstrans-prod-mixer-all-streams \
-y
# for i in `seq 1 9`;
# do
# python3 s3-lambda-replay.py \
# -b gamesight-collection-pipeline-us-west-2-prod \
# -p mixer/all/channels/\$LATEST/objects/dt=2019-0$i \
# -l gstrans-prod-mixer-all-streams,gstrans-prod-mixer-all-games,gstrans-prod-mixer-all-channels,gstrans-prod-mixer-all-game_tag \
# -y
# done
# for i in `seq 10 12`;
# do
# python3 s3-lambda-replay.py \
# -b gamesight-collection-pipeline-us-west-2-prod \
# -p mixer/all/channels/\$LATEST/objects/dt=2019-$i \
# -l gstrans-prod-mixer-all-streams,gstrans-prod-mixer-all-games,gstrans-prod-mixer-all-channels,gstrans-prod-mixer-all-game_tag \
# -y
# done
# for i in `seq 1 2`;
# do
# python3 s3-lambda-replay.py \
# -b gamesight-collection-pipeline-us-west-2-prod \
# -p mixer/all/channels/\$LATEST/objects/dt=2020-0$i \
# -l gstrans-prod-mixer-all-streams,gstrans-prod-mixer-all-games,gstrans-prod-mixer-all-channels,gstrans-prod-mixer-all-game_tag \
# -y
# done