Skip to content

Commit

Permalink
kafka is required
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker committed Jul 26, 2023
1 parent 38f2ba8 commit 4205104
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ jobs:
setup,
gms_build,
frontend_build,
# kafka_setup_build,
kafka_setup_build,
mysql_setup_build,
elasticsearch_setup_build,
# mae_consumer_build,
Expand Down Expand Up @@ -460,11 +460,11 @@ jobs:
if: ${{ needs.setup.outputs.publish != 'true' }}
with:
image: ${{ env.DATAHUB_FRONTEND_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
# - name: Download Kafka Setup image
# uses: ishworkh/docker-image-artifact-download@v1
# if: ${{ needs.setup.outputs.publish != 'true' }}
# with:
# image: ${{ env.DATAHUB_KAFKA_SETUP_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
- name: Download Kafka Setup image
uses: ishworkh/docker-image-artifact-download@v1
if: ${{ needs.setup.outputs.publish != 'true' }}
with:
image: ${{ env.DATAHUB_KAFKA_SETUP_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
- name: Download Mysql Setup image
uses: ishworkh/docker-image-artifact-download@v1
if: ${{ needs.setup.outputs.publish != 'true' }}
Expand Down
3 changes: 1 addition & 2 deletions smoke-test/run-quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ echo "test_user:test_pass" >> ~/.datahub/plugins/frontend/auth/user.props
echo "DATAHUB_VERSION = $DATAHUB_VERSION"
DATAHUB_TELEMETRY_ENABLED=false \
DOCKER_COMPOSE_BASE="file://$( dirname "$DIR" )" \
datahub docker quickstart --version ${DATAHUB_VERSION} --dump-logs-on-failure
datahub docker quickstart --version ${DATAHUB_VERSION} --kafka-setup --dump-logs-on-failure

# --standalone_consumers
# --kafka-setup

0 comments on commit 4205104

Please sign in to comment.