-
Notifications
You must be signed in to change notification settings - Fork 670
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
Remove end2end.yml #5034
Remove end2end.yml #5034
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 #5034 +/- ##
=======================================
Coverage 60.99% 60.99%
=======================================
Files 793 793
Lines 51350 51350
=======================================
Hits 31319 31319
Misses 17145 17145
Partials 2886 2886
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I'm 99% sure we don't use this workflow anywhere. Can you double-check and if that's the case, should we remove it? |
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
@eapolinario I revive end2end test. It only runs when merging PRs since it takes 15 minutes. https://github.com/flyteorg/flyte/actions/runs/8967710966/job/24626449666?pr=5034 |
Signed-off-by: Kevin Su <[email protected]>
@click.option( | ||
"--parallel", | ||
is_flag=True, | ||
default=False, |
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.
Run flytesnacks workflow serially by default in the CI due to disk pressure in the sandbox.
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.
That's pretty cool. Thank you!
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Just found that we already have end2end tests here, so we don't need |
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Vladyslav Libov <[email protected]>
Tracking issue
NA
What changes were proposed in this pull request?
We already have end2end tests here, so we don't need end2end.yml anymore
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
flyteorg/flytectl#462
Docs link