Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Add Node.js client to crossdock matrix (#404)
Browse files Browse the repository at this point in the history
* Add Node.js client to crossdock matrix


Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Apr 25, 2018
1 parent a14169d commit 08f04ab
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions jaeger-crossdock/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@ services:
- java-udp
- java-http
- python
- nodejs
environment:
- WAIT_FOR=test_driver,go,java-udp,java-http,python
- WAIT_FOR=test_driver,go,java-udp,java-http,python,nodejs
- WAIT_FOR_TIMEOUT=60s

- CALL_TIMEOUT=60s

- AXIS_CLIENT=go
- AXIS_S1NAME=go,java-udp,python
- AXIS_S1NAME=go,java-udp,python,nodejs
- AXIS_SAMPLED=true,false
- AXIS_S2NAME=go,java-udp,python
- AXIS_S2NAME=go,java-udp,python,nodejs
- AXIS_S2TRANSPORT=http
- AXIS_S3NAME=go,java-udp,python
- AXIS_S3NAME=go,java-udp,python,nodejs
- AXIS_S3TRANSPORT=http

- BEHAVIOR_TRACE=client,s1name,sampled,s2name,s2transport,s3name,s3transport
Expand All @@ -42,6 +43,11 @@ services:
ports:
- "8080-8082"

nodejs:
image: jaegertracing/xdock-node
ports:
- "8080-8082"

java-udp:
depends_on:
- test_driver
Expand Down

0 comments on commit 08f04ab

Please sign in to comment.