mirror of
https://github.com/azaion/detections.git
synced 2026-06-23 01:51:09 +00:00
Fixed tests
This commit is contained in:
@@ -26,7 +26,13 @@ steps:
|
||||
}
|
||||
trap cleanup EXIT
|
||||
|
||||
if [ ! -f fixtures/image_small.jpg ]; then
|
||||
echo "ERROR: fixtures/image_small.jpg is missing; cannot warm up Jetson engine"
|
||||
exit 1
|
||||
fi
|
||||
ls -lh fixtures/image_small.jpg
|
||||
|
||||
bash scripts/pull_jetson_engine.sh
|
||||
E2E_PROFILE=jetson bash run_test.sh tests/test_health_engine.py
|
||||
E2E_PROFILE=jetson bash run_test.sh tests/test_health_engine.py::TestHealthEngineStep03Warmed -rs
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user