Fixed tests
ci/woodpecker/push/02-build-push Pipeline was successful
ci/woodpecker/manual/02-build-push Pipeline was successful
ci/woodpecker/manual/01-test Pipeline failed
ci/woodpecker/manual/e2e-convert-jetson Pipeline was successful

This commit is contained in:
Roman Meshko
2026-05-06 19:12:03 +03:00
parent cb1d2ca19a
commit a2276db598
3 changed files with 25 additions and 3 deletions
+7 -1
View File
@@ -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