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

Fail CI tests faster #1756

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Fail CI tests faster #1756

merged 1 commit into from
Jul 19, 2023

Conversation

eapolinario
Copy link
Collaborator

TL;DR

Optimize for quicker feedback in CI by runnning flytekit tests first and then the plugins

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

This PR also forces dependencies to be installed successfully before running tests. We've had multiple instances where dependencies failed to install but tests still ran (and invariably failed due to the missing dependencies).

Tracking Issue

https://github.com/flyteorg/flyte/issues/

Follow-up issue

NA
OR
https://github.com/flyteorg/flyte/issues/

Signed-off-by: eduardo apolinario <[email protected]>
@eapolinario eapolinario merged commit 7977f41 into master Jul 19, 2023
fg91 pushed a commit that referenced this pull request Aug 15, 2023
Signed-off-by: eduardo apolinario <[email protected]>
Co-authored-by: eduardo apolinario <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants