-
Notifications
You must be signed in to change notification settings - Fork 249
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 references to jvm-build-service #5132
base: main
Are you sure you want to change the base?
Conversation
/hold |
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.
The manual changes LGTM, just not sure why something ended up generating 5000 lines of new stuff 😕
7e261f7
to
6c6aed6
Compare
6c6aed6
to
de8f0d2
Compare
de8f0d2
to
6fc49e7
Compare
It scares me a little bit, but it kinda makes sense to me when you consider this PR which only changes the maintainer file and has 1225 newly added lines. I've changed four files which could result in 4 times as many lines. It seems like it might be a good idea to get someone from infra to take a look at this though |
6fc49e7
to
430f589
Compare
- jvm-build-service is currently not being used by anyone - It is going to undergo major breaking changes and is going to be removed for now until the changes are done
- There are mentions of jvm-build-service in components/sandbox/tiers - Manually remove the references from `components/sandbox/tiers/src` - Run `ksctl generate nstemplatetiers --source ./src --out-dir ./production` as mentioned in README (same for staging) which automatically generates many new files
430f589
to
007b6ae
Compare
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: chmeliik, tnevrlka The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
Split into two commits:
components/sandbox/tiers
The second commit contains files created by
ksctl
as mentioned in https://github.com/redhat-appstudio/infra-deployments/blob/main/components/sandbox/tiers/README.adoc leading to thousands of newly added lines