Fixed pipeline
ci/woodpecker/manual/e2e-smoke-jetson Pipeline was successful

This commit is contained in:
Roman Meshko
2026-06-07 15:27:17 +03:00
parent fce289cad9
commit 42f9e022cb
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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