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

Fix lint errors caught by chart-testing #5072

Merged
merged 8 commits into from
Mar 21, 2024
Merged

Conversation

eapolinario
Copy link
Contributor

Tracking issue

NA

Why are the changes needed?

We enabled chart testing in #5027, but never got around fixing the lint errors caught by that check. This PR fixes the first batch of errors.

What changes were proposed in this pull request?

How was this patch tested?

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. housekeeping Issues that help maintain flyte and keep it tech-debt free labels Mar 18, 2024
Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.98%. Comparing base (eb24107) to head (7aa0a5d).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5072      +/-   ##
==========================================
- Coverage   58.98%   58.98%   -0.01%     
==========================================
  Files         645      645              
  Lines       55590    55590              
==========================================
- Hits        32791    32788       -3     
- Misses      20204    20208       +4     
+ Partials     2595     2594       -1     
Flag Coverage Δ
unittests 58.98% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Eduardo Apolinario <[email protected]>
@lowc1012
Copy link
Contributor

@eapolinario thanks
I also created a PR for this issue.
#5068

Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Mar 19, 2024
Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
@eapolinario
Copy link
Contributor Author

eapolinario commented Mar 20, 2024

@eapolinario thanks I also created a PR for this issue. #5068

oh nice, thank you. I didn't notice you were also fixing this. I took a look and it looks like we're duplicating some areas (sorry about that!). Unfortunately we need those comments (e.g. # FLYTECONSOLE_TAG or # FLYTEPROPELLER_TAG) as those are used as part of the release process.

Copy link
Contributor

@davidmirror-ops davidmirror-ops left a comment

Choose a reason for hiding this comment

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

Is there a way to test this?
Thanks!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 21, 2024
@eapolinario
Copy link
Contributor Author

eapolinario commented Mar 21, 2024

Is there a way to test this? Thanks!

Are you asking about testing this locally? If so, I'm adding a make target that runs this job locally using act. This will help us iterate locally (and decrease the discrepancy between CI and local runs).

@eapolinario eapolinario merged commit 049d99b into master Mar 21, 2024
52 of 53 checks passed
@eapolinario eapolinario deleted the fix-helm-chart-lint-errors branch March 21, 2024 19:37
yubofredwang pushed a commit to yubofredwang/flyte that referenced this pull request Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Issues that help maintain flyte and keep it tech-debt free lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants