mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 08:21:08 +00:00
This commit is contained in:
@@ -46,6 +46,10 @@ steps:
|
||||
E2E_LOG_TAIL=300 \
|
||||
bash run_test.sh tests/test_health_engine.py::TestHealthEngineStep03Warmed -rs
|
||||
|
||||
if [ ! -f results/report.csv ]; then
|
||||
echo "ERROR: results/report.csv is missing; cannot verify Jetson conversion warm-up result"
|
||||
exit 1
|
||||
fi
|
||||
if grep -qi 'skipped' results/report.csv; then
|
||||
echo "ERROR: Jetson conversion warm-up tests were skipped; no engine was produced"
|
||||
cat results/report.csv
|
||||
|
||||
Reference in New Issue
Block a user