mirror of
https://github.com/azaion/detections.git
synced 2026-06-22 21:51:07 +00:00
21 lines
469 B
YAML
21 lines
469 B
YAML
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
|