mirror of
https://github.com/azaion/detections.git
synced 2026-04-26 01:06:32 +00:00
16 lines
319 B
YAML
16 lines
319 B
YAML
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
|