mirror of
https://passt.top/passt
synced 2025-06-05 15:35:34 +02:00
demo, ci: Switch to asciinema(1) for terminal recordings
For demos, cool-retro-term(1) looked fancier, but several threads of that and ffmpeg(1) are just messing up with performance testing. The CI videos started getting really big as well, and they were difficult to read. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
be2a7898e9
commit
337f55166f
7 changed files with 146 additions and 112 deletions
hooks
|
@ -34,11 +34,12 @@ ssh "${USER_HOST}" "mkdir -p ${WEB} ${TEST} ${BIN}"
|
|||
cd test
|
||||
|
||||
./ci
|
||||
scp ci.webm perf.js ci.js ../doc/*.png "${USER_HOST}:${WEB}/"
|
||||
scp ci.cast perf.js ci.js ../doc/*.png "${USER_HOST}:${WEB}/"
|
||||
scp test_logs/* "${USER_HOST}:${TEST}/"
|
||||
|
||||
./run_demo
|
||||
scp demo_passt.webm demo_pasta.webm "${USER_HOST}:${WEB}/"
|
||||
scp demo_pasta.cast demo_podman.cast "${USER_HOST}:${WEB}/"
|
||||
scp demo_passt.cast "${USER_HOST}:${WEB}/"
|
||||
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue