5 Commits

Author SHA1 Message Date
Roman Meshko 242fb11bbe Added rebuild
ci/woodpecker/manual/e2e-smoke-jetson Pipeline was successful
2026-04-25 20:26:17 +03:00
Roman Meshko e1cc76e616 Run tests
ci/woodpecker/manual/e2e-smoke-jetson Pipeline failed
2026-04-25 20:15:02 +03:00
Roman Meshko a7c055a373 Run tests
ci/woodpecker/manual/e2e-smoke-jetson Pipeline failed
2026-04-25 19:42:01 +03:00
Roman Meshko 7db192a967 Run tests 2026-04-25 18:59:58 +03:00
Roman Meshko 9f073293cc Run tests
ci/woodpecker/manual/e2e-smoke-jetson Pipeline failed
2026-04-25 18:48:35 +03:00
4 changed files with 17 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
when:
event: [manual]
labels:
platform: arm64
steps:
- name: e2e-smoke-jetson
image: docker
commands:
- apk add --no-cache bash docker-cli-compose
- cd e2e
- E2E_PROFILE=jetson bash run_test.sh tests/test_health_engine.py
volumes:
- /var/run/docker.sock:/var/run/docker.sock
-1
View File
@@ -74,7 +74,6 @@ services:
JWT_SECRET: test-secret-e2e-only
CLASSES_JSON_PATH: /app/classes.json
volumes:
- ./fixtures/classes.json:/app/classes.json:ro
- ./fixtures:/media:ro
- ./logs:/app/Logs
shm_size: 512m
+1
View File
@@ -1,6 +1,7 @@
pytest
pytest-csv
requests==2.32.4
PyJWT==2.12.1
sseclient-py
pytest-timeout
flask
+1 -1
View File
@@ -54,7 +54,7 @@ done
echo "--- Running: pytest $* -v -x -s --csv=/results/report.csv"
set +e
$COMPOSE run --rm --no-deps e2e-runner pytest "$@" -v -x -s --csv=/results/report.csv
$COMPOSE run --rm --build --no-deps e2e-runner pytest "$@" -v -x -s --csv=/results/report.csv
EXIT_CODE=$?
set -e