mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 07:01:09 +00:00
Changed to have video in smoke-test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user