From f0f20177a03e8f274ef68f77f14402fc1ccae262 Mon Sep 17 00:00:00 2001 From: Roman Meshko Date: Tue, 12 May 2026 21:38:13 +0300 Subject: [PATCH] Changed to have video in smoke-test --- .woodpecker/e2e-smoke-jetson.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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