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

Generating sandbox-bundled manifests via root Makefile #4940

Merged
merged 4 commits into from
Feb 27, 2024

Conversation

lowc1012
Copy link
Contributor

Tracking issue

Closes #4798

Why are the changes needed?

If charts flyte-sandbox or flyte-agent are modified, users could easily forget to update manifests for sandbox-bundled

What changes were proposed in this pull request?

Modify root Makefile to generate manifests for sandbox-bundled while executing make helm

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. enhancement New feature or request housekeeping Issues that help maintain flyte and keep it tech-debt free labels Feb 23, 2024
eapolinario
eapolinario previously approved these changes Feb 23, 2024
Copy link
Contributor

@eapolinario eapolinario left a comment

Choose a reason for hiding this comment

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

Thank you!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 23, 2024
Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.92%. Comparing base (0c771ef) to head (4cdffcd).

❗ Current head 4cdffcd differs from pull request most recent head 7994d37. Consider uploading reports for the commit 7994d37 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4940      +/-   ##
==========================================
- Coverage   58.96%   58.92%   -0.05%     
==========================================
  Files         645      645              
  Lines       55506    55414      -92     
==========================================
- Hits        32727    32650      -77     
- Misses      20179    20181       +2     
+ Partials     2600     2583      -17     
Flag Coverage Δ
unittests 58.92% <ø> (-0.05%) ⬇️

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.

pingsutw
pingsutw previously approved these changes Feb 25, 2024
Signed-off-by: Eduardo Apolinario <[email protected]>
@eapolinario eapolinario enabled auto-merge (squash) February 27, 2024 01:07
@eapolinario eapolinario dismissed stale reviews from pingsutw and themself via 0d00780 February 27, 2024 01:10
Signed-off-by: Eduardo Apolinario <[email protected]>
@eapolinario eapolinario merged commit b43af79 into flyteorg:master Feb 27, 2024
49 checks passed
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
enhancement New feature or request housekeeping Issues that help maintain flyte and keep it tech-debt free lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Core feature] Automate sandbox-bundled YAML Updates with Helm Charts in Makefile
3 participants