-
Notifications
You must be signed in to change notification settings - Fork 672
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
ci: Remove duplicate docker-build job #5327
Conversation
Signed-off-by: Kevin Su <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5327 +/- ##
==========================================
+ Coverage 61.07% 61.08% +0.01%
==========================================
Files 794 794
Lines 51203 51203
==========================================
+ Hits 31271 31277 +6
+ Misses 17049 17043 -6
Partials 2883 2883
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
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.
Good catch.
This was added there to exercise the codepath used during release (notice how we only push to ghcr in a release). If you read the gh job |
* ci: Remove duplicate docker-build job Signed-off-by: Kevin Su <[email protected]> * fix-test Signed-off-by: Kevin Su <[email protected]> * nit Signed-off-by: Kevin Su <[email protected]> --------- Signed-off-by: Kevin Su <[email protected]>
* ci: Remove duplicate docker-build job Signed-off-by: Kevin Su <[email protected]> * fix-test Signed-off-by: Kevin Su <[email protected]> * nit Signed-off-by: Kevin Su <[email protected]> --------- Signed-off-by: Kevin Su <[email protected]>
Tracking issue
NA
Why are the changes needed?
We built the same docker image two times in the CI.
What changes were proposed in this pull request?
Remove duplicate docker-build job
How was this patch tested?
CI
Setup process
Screenshots
https://github.com/flyteorg/flyte/actions/runs/8965665995/job/24619590033
Check all the applicable boxes
Related PRs
NA
Docs link
NA