-
Notifications
You must be signed in to change notification settings - Fork 134
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
[YUNIKORN-1779] Deduplicate the deployment files #679
base: master
Are you sure you want to change the base?
Conversation
Hello @targetoee @wilfred-s, |
Hi @steinsgateted, thanks for the advice. |
Hi @wilfred-s, what do you think about these two methods: just removing duplicate files, or keeping them and using some way to sync them? |
Codecov Report
@@ Coverage Diff @@
## master #679 +/- ##
==========================================
+ Coverage 71.87% 71.90% +0.02%
==========================================
Files 51 51
Lines 8079 8082 +3
==========================================
+ Hits 5807 5811 +4
- Misses 2074 2075 +1
+ Partials 198 196 -2 see 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hi @steinsgateted and @wilfred-s, I have added a script to the yunikorn-release repository that can generate deployment files using helm template. Could this be a solution for the issue? |
What is this PR for?
The release repo uses helm chart for deployment in the e2e tests. These files (in k8shim repo & release repo) are nearly identical. We should not maintain duplicate copies of that.
What type of PR is it?
Todos
What is the Jira issue?
https://issues.apache.org/jira/projects/YUNIKORN/issues/YUNIKORN-1779
How should this be tested?
Screenshots (if appropriate)
Questions: