-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
build: split python CI jobs #11794
build: split python CI jobs #11794
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11794 +/- ##
==========================================
- Coverage 67.29% 63.26% -4.04%
==========================================
Files 905 448 -457
Lines 43862 27560 -16302
Branches 4201 0 -4201
==========================================
- Hits 29519 17435 -12084
+ Misses 14239 10125 -4114
+ Partials 104 0 -104
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
# Python unit tests | ||
name: Python | ||
# Python Misc unit tests | ||
name: Python Misc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe rename the file to superset-python-misc.yml
, too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
SUMMARY
The Python CI job currently has 10 tasks within it that all need to be retried if any one of them fails. By splitting CI up, it'll make it easier to retry when one of our flaky tests fails
TEST PLAN
CI
ADDITIONAL INFORMATION
to: @ktmud @mistercrunch @john-bodley