mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-02 13:03:13 +00:00
17 lines
468 B
YAML
17 lines
468 B
YAML
|
|
services:
|
|
test-runner:
|
|
image: bittorrent-benchmarks:test
|
|
container_name: test-runner
|
|
entrypoint: [ "poetry", "run", "pytest", "-m", "codex_integration", "--exitfirst" ]
|
|
environment:
|
|
- CODEX_NODE_1=codex-1
|
|
- CODEX_NODE_2=codex-2
|
|
- CODEX_NODE_3=codex-3
|
|
- CODEX_AGENT_1=codex-agent-1
|
|
- CODEX_AGENT_2=codex-agent-2
|
|
- CODEX_AGENT_3=codex-agent-3
|
|
depends_on:
|
|
clean-volumes:
|
|
condition: service_healthy
|