Skip to content

Commit cc756e6

Browse files
committed
pcms
1 parent 9e90311 commit cc756e6

File tree

2 files changed

+8998
-7238
lines changed

2 files changed

+8998
-7238
lines changed

src/frontend/content-gen/gen_video.bash

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ set -e
33
set -o pipefail
44
set -x
55

6-
OFFSET=4
6+
OFFSET=0
77
SPEEDUP=15
88
CONTEST_NAME="vkoshp"
99
REPO_ROOT=$(git rev-parse --show-toplevel)
1010

1111
# echo "Step 1: Download latest event-feed.json"
1212
# rm -f event-feed-$CONTEST_NAME.ndjson
1313
# timeout 10s wget --header 'cookie: JSESSIONID=0000ij9lihNPu7Xe7kc_R9VimX0:cde8627c-75ce-43c7-a09a-af5b62653e86:9eb3971a-d235-44b6-af0e-68c25f91e474:6e590761-52bd-44b0-8ab8-bb8884df8caf' \ -k https://172.24.0.7:7443/api/contests/wf48_$CONTEST_NAME/event-feed -q -O event-feed-$CONTEST_NAME.ndjson || true
14-
timeout 10s wget -k https://nerc.itmo.ru/school/archive/2024-2025/ru-olymp-team-russia-2024-standings-sdcjaccjhzvzkvskvkasbvkazsxkcvbaskdvbjkasdbvjkzsbkv.xml -q -O config/$CONTEST_NAME/runs.xml || true
14+
1515

1616
# echo "Step 2: Edit the config for backend"
17-
# cp $REPO_ROOT/artifacts/live-v3-dev.jar ./
17+
cp $REPO_ROOT/artifacts/live-v3-dev.jar ./
1818
# rm -rf config
1919
# rsync -arv --exclude ach --exclude advanced.json /Volumes/C\$/work/overlay/config/ config
2020

@@ -89,6 +89,7 @@ stopwatch() {
8989
sleep 0.1
9090
done
9191
}
92+
set +x
9293
stopwatch &
9394
STOPWATCH_PID=$!
9495
./node_modules/.bin/playwright test tests/story.spec.ts

0 commit comments

Comments
 (0)