Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): update dependencies, fix smoke image build #7580

Merged
merged 8 commits into from
Mar 15, 2023

Conversation

anshbansal
Copy link
Collaborator

@anshbansal anshbansal commented Mar 14, 2023

#7458 did not work so just adding another gradle task for installing all. Also updating dependencies while at it.

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@github-actions github-actions bot added devops PR or Issue related to DataHub backend & deployment ingestion PR or Issue related to the ingestion of metadata labels Mar 14, 2023
Copy link
Collaborator

@hsheth2 hsheth2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except for one nit

docker/datahub-ingestion/smoke.Dockerfile Show resolved Hide resolved
@anshbansal anshbansal requested a review from hsheth2 March 15, 2023 05:41
Copy link
Collaborator

@hsheth2 hsheth2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few nits but approving so you're unblocked

.github/scripts/docker_helpers.sh Outdated Show resolved Hide resolved
.github/actions/docker-custom-build-and-push/action.yml Outdated Show resolved Hide resolved
@@ -18,7 +18,9 @@ RUN apt-get update && apt-get install -y \
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-11-jdk

COPY . /datahub-src
RUN cd /datahub-src/datahub-ingestion && \
ARG RELEASE_VERSION
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I may be missing something, but how was this not required previously?

echo "tag=$(get_tag)" >> $GITHUB_OUTPUT
- name: Compute Python Release Version
id: python_release_version
run: |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:2:51: Double quote to prevent globbing and word splitting [shellcheck]

.github/workflows/docker-ingestion-smoke.yml Outdated Show resolved Hide resolved
.github/workflows/docker-ingestion.yml Outdated Show resolved Hide resolved
.github/workflows/docker-postgres-setup.yml Outdated Show resolved Hide resolved
.github/workflows/docker-postgres-setup.yml Outdated Show resolved Hide resolved
.github/workflows/docker-ingestion-smoke.yml Outdated Show resolved Hide resolved
.github/workflows/docker-ingestion.yml Outdated Show resolved Hide resolved
.github/workflows/docker-postgres-setup.yml Outdated Show resolved Hide resolved
echo "tag=$(get_tag)" >> $GITHUB_OUTPUT
- name: Compute Python Release Version
id: python_release_version
run: |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:2:58: Double quote to prevent globbing and word splitting [shellcheck]

@anshbansal anshbansal merged commit b2ecd7f into master Mar 15, 2023
@anshbansal anshbansal deleted the aseem-fix-smoke-test-image branch March 15, 2023 15:37
shirshanka pushed a commit to shirshanka/datahub that referenced this pull request Mar 22, 2023
shirshanka pushed a commit to shirshanka/datahub that referenced this pull request Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops PR or Issue related to DataHub backend & deployment ingestion PR or Issue related to the ingestion of metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants