File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 4444 - uses : actions/checkout@v2
4545 - name : Prepare service container
4646 run : |
47- docker-compose -f docker-compose.e2e.yml up -d
47+ docker-compose -f test/e2e/docker/ docker-compose.e2e.yml up -d
4848 - name : Run e2e
4949 run : |
5050 pip3 install --upgrade pip
5858 - uses : actions/checkout@v2
5959 - name : Prepare service container
6060 run : |
61- docker-compose -f docker-compose.e2e-python.yml up -d
61+ docker-compose -f test/e2e/docker/ docker-compose.e2e-python.yml up -d
6262 - name : Run e2e
6363 run : |
6464 pip3 install --upgrade pip
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,26 +2,26 @@ version: "3.7"
22services :
33 collector :
44 build :
5- context : .
6- dockerfile : ./e2e- docker/Dockerfile.tool
5+ context : ../../..
6+ dockerfile : ./test/ e2e/ docker/Dockerfile.tool
77 ports :
88 - 19876:19876
99 - 12800:12800
1010
1111 consumer :
1212 build :
13- context : .
14- dockerfile : ./e2e- docker/Dockerfile.consumer
15- ports :
13+ context : ../../..
14+ dockerfile : ./test/ e2e/ docker/Dockerfile.consumer
15+ ports :
1616 - 8080:8080
1717 command : sh -c "GRPC_VERBOSITY=debug /tmp/bazel-bin/test/e2e/e2e_consumer"
1818 depends_on :
1919 - collector
2020
2121 interm :
2222 build :
23- context : .
24- dockerfile : ./e2e- docker/Dockerfile.interm
23+ context : ../../..
24+ dockerfile : ./test/ e2e/ docker/Dockerfile.interm
2525 ports :
2626 - 8082:8082
2727 command : python3 test/e2e/data/interm.py
@@ -31,8 +31,8 @@ services:
3131
3232 provider :
3333 build :
34- context : .
35- dockerfile : ./e2e- docker/Dockerfile.provider
34+ context : ../../..
35+ dockerfile : ./test/ e2e/ docker/Dockerfile.provider
3636 ports :
3737 - 8081:8081
3838 command : sh -c "GRPC_VERBOSITY=debug /tmp/bazel-bin/test/e2e/e2e_provider"
Original file line number Diff line number Diff line change @@ -2,26 +2,26 @@ version: "3.7"
22services :
33 collector :
44 build :
5- context : .
6- dockerfile : ./e2e- docker/Dockerfile.tool
5+ context : ../../..
6+ dockerfile : ./test/ e2e/ docker/Dockerfile.tool
77 ports :
88 - 19876:19876
99 - 12800:12800
1010
1111 consumer :
1212 build :
13- context : .
14- dockerfile : ./e2e- docker/Dockerfile.consumer
15- expose :
13+ context : ../../..
14+ dockerfile : ./test/ e2e/ docker/Dockerfile.consumer
15+ expose :
1616 - 8080
1717 command : sh -c "GRPC_VERBOSITY=debug /tmp/bazel-bin/test/e2e/e2e_consumer"
1818 depends_on :
1919 - collector
2020
2121 provider :
2222 build :
23- context : .
24- dockerfile : ./e2e- docker/Dockerfile.provider
23+ context : ../../..
24+ dockerfile : ./test/ e2e/ docker/Dockerfile.provider
2525 ports :
2626 - 8081:8081
2727 command : sh -c "GRPC_VERBOSITY=debug /tmp/bazel-bin/test/e2e/e2e_provider"
You can’t perform that action at this time.
0 commit comments