Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Tweak to allow debugging of tests from docker-compose
  • Loading branch information
hardbyte committed Mar 3, 2020
commit 1540c0f12461d5a4f2681b89fb850a21ee214d0b
3 changes: 1 addition & 2 deletions tools/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ services:
- SERVER=http://nginx:8851
- INITIAL_DELAY=20
- JAEGER_AGENT_HOST=jaeger
- JAEGER_SERVICE_NAME=e2etests
entrypoint: /bin/sh -c "dockerize -wait tcp://nginx:8851/v1/status -timeout 1m python -m pytest -n 16 entityservice/tests --junitxml=testResults.xml -x"
command: /bin/sh -c "dockerize -wait tcp://nginx:8851/v1/status -timeout 1m python -m pytest -n 4 entityservice/tests --junitxml=testResults.xml -x"
depends_on:
- db
- redis
Expand Down