Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdubeheetch committed Jul 13, 2023
1 parent 6015c77 commit c8a9a7e
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions .github/workflows/avro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,38 +46,6 @@ jobs:
services:
registry:
image: lensesio/fast-data-dev:2.6.2-L0
ports:
- 8081:8081
# services:
# postgres:
# image: public.ecr.aws/docker/library/postgres:13.6
# env:
# POSTGRES_HOST_AUTH_METHOD: trust
# consul:
# image: public.ecr.aws/hashicorp/consul:1.14
# env:
# CONSUL_LOCAL_CONFIG: |
# {
# "limits": {
# "http_max_conns_per_client": 600
# },
# "protocol": 3
# }
# redis:
# image: public.ecr.aws/docker/library/redis:6.2
# rabbitmq:
# image: ghcr.io/heetch/containers/heetch-rabbitmq:3.9.9
# env:
# RABBITMQ_ERLANG_COOKIE: secure_stuff_here
# RABBITMQ_NODENAME: rabbit@rabbitmq
# LANG: en_US.UTF-8
# TZ: Europe/Paris
# kafka:
# image: ghcr.io/heetch/containers/heetch-kafka:6.2.7
# env:
# KAFKA_ADVERTISED_LISTENERS: INTERNAL://127.0.0.1:29092,PLAINTEXT://kafka:9092
# tile38:
# image: ghcr.io/heetch/containers/heetch-tile38:1.25.3
steps:
- name: Purge initial context
run: |
Expand Down Expand Up @@ -131,14 +99,6 @@ jobs:
working-directory: ${{ env.directory }}
env:
CGO_ENABLED: "1"
POSTGRESQL_DATASOURCE: postgres://postgres:5432/postgres?user=postgres&password=heetch&sslmode=disable
KAFKA_ADDRS: kafka:9092
KAFKA_REGISTRY_ADDR: registry:8082
REDIS_URL: redis://redis:6379/0
RABBITMQ_URL: amqp://guest:guest@rabbitmq:5672
CONSUL_ADDR: consul:8500
PGSQL_HOST: postgres
TILE38_ADDR: tile38:9851
KAFKA_ZOOKEEPER_CONNECT: kafka:2181
KAFKA_REGISTRY_ADDR: registry:8081
run: |
make test

0 comments on commit c8a9a7e

Please sign in to comment.