2 Commits

Author SHA1 Message Date
Roman Meshko 2eb5b5d8ad Added video file for e2e smoke tests
ci/woodpecker/push/02-build-push Pipeline was canceled
ci/woodpecker/manual/e2e-smoke-jetson Pipeline was successful
2026-05-12 18:47:30 +00:00
Roman Meshko f0f20177a0 Changed to have video in smoke-test 2026-05-12 21:43:46 +03:00
2 changed files with 9 additions and 2 deletions
+9 -2
View File
@@ -30,9 +30,16 @@ steps:
echo "ERROR: fixtures/image_small.jpg is missing; cannot warm up Jetson engine" echo "ERROR: fixtures/image_small.jpg is missing; cannot warm up Jetson engine"
exit 1 exit 1
fi fi
ls -lh fixtures/image_small.jpg if [ ! -f fixtures/video_test01.mp4 ]; then
echo "ERROR: fixtures/video_test01.mp4 is missing; cannot run Jetson video smoke test"
exit 1
fi
ls -lh fixtures/image_small.jpg fixtures/video_test01.mp4
bash scripts/pull_jetson_engine.sh bash scripts/pull_jetson_engine.sh
E2E_PROFILE=jetson bash run_test.sh tests/test_health_engine.py::TestHealthEngineStep03Warmed -rs E2E_PROFILE=jetson bash run_test.sh \
tests/test_health_engine.py::TestHealthEngineStep03Warmed \
tests/test_video.py::test_ft_p_10_frame_sampling_ac1 \
-rs
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
Binary file not shown.