Skip to content

Commit

Permalink
pcms
Browse files Browse the repository at this point in the history
  • Loading branch information
irdkwmnsb committed Dec 14, 2024
1 parent 9e90311 commit cc756e6
Show file tree
Hide file tree
Showing 2 changed files with 8,998 additions and 7,238 deletions.
7 changes: 4 additions & 3 deletions src/frontend/content-gen/gen_video.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ set -e
set -o pipefail
set -x

OFFSET=4
OFFSET=0
SPEEDUP=15
CONTEST_NAME="vkoshp"
REPO_ROOT=$(git rev-parse --show-toplevel)

# echo "Step 1: Download latest event-feed.json"
# rm -f event-feed-$CONTEST_NAME.ndjson
# 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
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


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

Expand Down Expand Up @@ -89,6 +89,7 @@ stopwatch() {
sleep 0.1
done
}
set +x
stopwatch &
STOPWATCH_PID=$!
./node_modules/.bin/playwright test tests/story.spec.ts
Expand Down
Loading

0 comments on commit cc756e6

Please sign in to comment.