Skip to content

Commit

Permalink
fix(ci): smoke test less flaky, add src, dev dep in smoke image (#5594)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Aug 9, 2022
1 parent 57b7ade commit d20071a
Show file tree
Hide file tree
Showing 4 changed files with 252 additions and 210 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ingestion-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build and Push image
uses: docker/build-push-action@v2
with:
context: ./docker/datahub-ingestion
context: .
file: ./docker/datahub-ingestion/smoke.Dockerfile
platforms: linux/amd64,linux/arm64
tags: acryldata/datahub-ingestion-base:smoke
Expand Down
6 changes: 5 additions & 1 deletion docker/datahub-ingestion/smoke.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ RUN apt-get update && apt-get install -y \
xauth \
xvfb

RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-11-jdk
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-11-jdk

COPY . /datahub-src
RUN cd /datahub-src && \
./gradlew :metadata-ingestion:installDev
Loading

0 comments on commit d20071a

Please sign in to comment.