diff --git a/.woodpecker/e2e-smoke-jetson.yml b/.woodpecker/e2e-smoke-jetson.yml index a6eab0d..6125623 100644 --- a/.woodpecker/e2e-smoke-jetson.yml +++ b/.woodpecker/e2e-smoke-jetson.yml @@ -30,9 +30,16 @@ steps: echo "ERROR: fixtures/image_small.jpg is missing; cannot warm up Jetson engine" exit 1 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 - 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: - /var/run/docker.sock:/var/run/docker.sock