File tree Expand file tree Collapse file tree 2 files changed +8998
-7238
lines changed Expand file tree Collapse file tree 2 files changed +8998
-7238
lines changed Original file line number Diff line number Diff line change 33set -o pipefail
44set -x
55
6- OFFSET=4
6+ OFFSET=0
77SPEEDUP=15
88CONTEST_NAME=" vkoshp"
99REPO_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
9293stopwatch &
9394STOPWATCH_PID=$!
9495./node_modules/.bin/playwright test tests/story.spec.ts
You can’t perform that action at this time.
0 commit comments