File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ services:
404404 - ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
405405 - ' PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
406406 - ' OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
407- - ' SYNTACTIC_CODE_INTEL_WORKER_ADDR=127.0.0.1 :3288'
407+ - ' SYNTACTIC_CODE_INTEL_WORKER_ADDR=:3288'
408408 healthcheck :
409409 test : " wget -q 'http://127.0.0.1:3288/healthz' -O /dev/null || exit 1"
410410 interval : 5s
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ deploy_sourcegraph() {
1515 expect_containers=" 25"
1616 elif [[ " $TEST_TYPE " == " docker-compose-test" ]]; then
1717 docker-compose --file docker-compose/docker-compose.yaml up -d -t 600
18- expect_containers=" 26 "
18+ expect_containers=" 27 "
1919 fi
2020
2121 echo " Giving containers 90s to start..."
You can’t perform that action at this time.
0 commit comments