Skip to content

Commit e4d3501

Browse files
committed
removed unnecesary port mapping + Makefile deletion
1 parent 9a22b42 commit e4d3501

File tree

6 files changed

+1
-6
lines changed

6 files changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ oats-test-kafka: oats-prereq
368368
cd internal/test/oats/kafka && TESTCASE_TIMEOUT=5m TESTCASE_BASE_PATH=./yaml $(GINKGO) -v -r
369369

370370
.PHONY: oats-test-http
371-
oats-test-http:
371+
oats-test-http: oats-prereq
372372
mkdir -p internal/test/oats/http/$(TEST_OUTPUT)/run
373373
cd internal/test/oats/http && TESTCASE_TIMEOUT=5m TESTCASE_BASE_PATH=./yaml $(GINKGO) -v -r
374374

internal/test/oats/http/docker-compose-generic-template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ services:
55
ports:
66
- "{{ .GrafanaHTTPPort }}:3000"
77
- "{{ .PrometheusHTTPPort }}:9090"
8-
- 4317:4317
98
- "{{ .TempoHTTPPort }}:3200"

internal/test/oats/kafka/docker-compose-generic-template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ services:
55
ports:
66
- "{{ .GrafanaHTTPPort }}:3000"
77
- "{{ .PrometheusHTTPPort }}:9090"
8-
- 4317:4317
98
- "{{ .TempoHTTPPort }}:3200"

internal/test/oats/mongo/docker-compose-generic-template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ services:
55
ports:
66
- "{{ .GrafanaHTTPPort }}:3000"
77
- "{{ .PrometheusHTTPPort }}:9090"
8-
- 4317:4317
98
- "{{ .TempoHTTPPort }}:3200"

internal/test/oats/redis/docker-compose-generic-template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ services:
55
ports:
66
- "{{ .GrafanaHTTPPort }}:3000"
77
- "{{ .PrometheusHTTPPort }}:9090"
8-
- 4317:4317
98
- "{{ .TempoHTTPPort }}:3200"

internal/test/oats/sql/docker-compose-generic-template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ services:
55
ports:
66
- "{{ .GrafanaHTTPPort }}:3000"
77
- "{{ .PrometheusHTTPPort }}:9090"
8-
- 4317:4317
98
- "{{ .TempoHTTPPort }}:3200"

0 commit comments

Comments
 (0)