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

feat(ci): check for packages, change location of lint #9759

Merged
merged 2 commits into from
Feb 3, 2024

Conversation

anshbansal
Copy link
Collaborator

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 ingestion PR or Issue related to the ingestion of metadata devops PR or Issue related to DataHub backend & deployment labels Feb 1, 2024
@david-leifker
Copy link
Collaborator

Assuming the currently detected issue is valid and would be fixed.

setup:
runs-on: ubuntu-latest
needs: check_lint
Copy link
Collaborator

Choose a reason for hiding this comment

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

Isn’t this still a blocking step? The needs annotation should be on the smoke test job

Copy link
Collaborator Author

@anshbansal anshbansal Feb 1, 2024

Choose a reason for hiding this comment

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

The reason for moving this was because David mentioned it was not a clean approach to add this to setup. This is technically not setup which made sense to me.

It is still blocking and is intended. As it is intended that if smoke test lint is not working we don't want to spend time building docker images at all. I am intentionally doing this as this is CI optimisation to ensure devs get fast feedback instead of waiting for 45 minutes to find out they missed a comma.

@anshbansal anshbansal added the merge-pending-ci A PR that has passed review and should be merged once CI is green. label Feb 2, 2024
@anshbansal anshbansal merged commit fd34e41 into master Feb 3, 2024
55 of 57 checks passed
@anshbansal anshbansal deleted the ab-lint-followup-1 branch February 3, 2024 08:27
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 merge-pending-ci A PR that has passed review and should be merged once CI is green.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants