mirror of
https://github.com/azaion/detections.git
synced 2026-06-23 05:11:08 +00:00
Added step for model conversion
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
when:
|
||||
event: [manual]
|
||||
|
||||
labels:
|
||||
platform: arm64
|
||||
|
||||
steps:
|
||||
- name: e2e-convert-jetson
|
||||
image: docker
|
||||
commands:
|
||||
- apk add --no-cache bash docker-cli-compose
|
||||
- cd e2e
|
||||
- >
|
||||
E2E_PROFILE=jetson
|
||||
E2E_WAIT_FOR_ENGINE_ENABLED=1
|
||||
E2E_ENGINE_WAIT_TIMEOUT=3600
|
||||
E2E_LOG_TAIL=300
|
||||
bash run_test.sh tests/test_health_engine.py::TestHealthEngineStep03Warmed
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Reference in New Issue
Block a user