Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrashekar-s committed Jul 10, 2024
1 parent 7ec01c6 commit 3de16f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:

- name: 'docker/compose'
id: 'Launch HAPI Source Server'
args: ['-f', './docker/hapi-compose.yml', 'up', '--force-recreate', '--remove-orphan', '-d']
args: ['-f', './docker/hapi-compose.yml', '-p', 'hapi-compose', 'up', '--force-recreate', '--remove-orphan', '-d']

- name: 'docker/compose'
id: 'Launch Sink Server 1'
Expand Down Expand Up @@ -199,13 +199,6 @@ steps:
# - -c
# - docker logs pipeline-controller

- name: 'gcr.io/cloud-builders/docker'
id: 'Inspect docker network'
entrypoint: /bin/bash
args:
- -c
- docker network inspect docker_default;

- name: 'docker/compose'
id: 'Bring down controller and Spark containers'
args: [ '-f', './docker/compose-controller-spark-sql-single.yaml', 'down' ]
Expand Down
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ DATABASE_DUMP_MODE=small
JAVA_OPTS=-Xms7g -Xmx7g

# These are for sink-compose.yml
SINK_SERVER_NAME=hapi-sink-server
SINK_SERVER_NAME=sink-server
SINK_SERVER_PORT=8098

0 comments on commit 3de16f1

Please sign in to comment.