mirror of
https://github.com/azaion/detections.git
synced 2026-06-23 18:11:08 +00:00
Compare commits
1 Commits
dev
...
052ef0dd81
| Author | SHA1 | Date | |
|---|---|---|---|
| 052ef0dd81 |
@@ -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