-
Notifications
You must be signed in to change notification settings - Fork 138
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
chore: remove references to jvm-build-service #1478
base: main
Are you sure you want to change the base?
Conversation
/retest |
8449f48
to
c993e0d
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mmorhun 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 |
/retest |
1 similar comment
/retest |
c993e0d
to
f8af801
Compare
/retest |
a18243a
to
1f206c4
Compare
/retest |
1 similar comment
/retest |
- 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 - Current tests are probably going to be useless due to the rewrite
1f206c4
to
29f4f1d
Compare
/retest |
/test ? |
@tnevrlka: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
/retest |
2 similar comments
/retest |
/retest |
@@ -429,90 +429,6 @@ func setRequiredEnvVars() error { | |||
envVarPrefix = "INTEGRATION_SERVICE" | |||
imageTagSuffix = "integration-service-image" | |||
testSuiteLabel = "integration-service" | |||
case strings.Contains(jobName, "jvm-build-service"): |
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.
Do we also need to remove these jobs using this part of the code? I think they might start failing after we merge this change.
Description
Issue ticket number and link
STONEBLD-3015
Type of change
How Has This Been Tested?
N/A
Checklist: