-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat!(ubuntu): Removed all definitions of 'default_jdk' from ubuntu image templates #1370
Merged
dduportal
merged 5 commits into
jenkins-infra:main
from
jayfranco999:ubuntu-provisioning-jdk-fix
Sep 3, 2024
Merged
feat!(ubuntu): Removed all definitions of 'default_jdk' from ubuntu image templates #1370
dduportal
merged 5 commits into
jenkins-infra:main
from
jayfranco999:ubuntu-provisioning-jdk-fix
Sep 3, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jayfranco999
force-pushed
the
ubuntu-provisioning-jdk-fix
branch
from
September 2, 2024 08:07
0d57e6e
to
fd155b5
Compare
jayfranco999
changed the title
fix(ubuntu-provisioning): fixed template setup and goss test patch
feat(packer-images): Removed all definitions of 'default_jdk' from linux SSH agents
Sep 2, 2024
jayfranco999
changed the title
feat(packer-images): Removed all definitions of 'default_jdk' from linux SSH agents
feat!(packer-images): Removed all definitions of 'default_jdk' from linux SSH agents
Sep 2, 2024
jayfranco999
commented
Sep 2, 2024
dduportal
requested changes
Sep 2, 2024
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.
Builds are failing due to test errors: see my comments
jayfranco999
commented
Sep 3, 2024
jayfranco999
commented
Sep 3, 2024
jayfranco999
commented
Sep 3, 2024
dduportal
reviewed
Sep 3, 2024
Signed-off-by: jayfranco999 <[email protected]> fix-up Signed-off-by: jayfranco999 <[email protected]>
Signed-off-by: jayfranco999 <[email protected]>
jayfranco999
force-pushed
the
ubuntu-provisioning-jdk-fix
branch
from
September 3, 2024 10:41
da4b1e7
to
f0a6d0d
Compare
Signed-off-by: jayfranco999 <[email protected]>
Signed-off-by: jayfranco999 <[email protected]>
jayfranco999
changed the title
feat!(packer-images): Removed all definitions of 'default_jdk' from linux SSH agents
feat!(ubuntu): Removed all definitions of 'default_jdk' from ubuntu image templates
Sep 3, 2024
jayfranco999
commented
Sep 3, 2024
dduportal
approved these changes
Sep 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: removing the default_jdk env variable will introduce failure in goss tess harness for windows and might result in build failures.
As per jenkins-infra/helpdesk#4124 (comment) :
Any definition of a 'default JDK' and 'update-alternatives' on the jenkins-infra/packer-images has been removed from the ubuntu-provisioning script. The corresponding goss test patch has also been added to the goss test harness to check installation of maven.