mirror of
https://github.com/azaion/detections.git
synced 2026-04-25 21:26:32 +00:00
@@ -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
|
||||
Reference in New Issue
Block a user