delphix / linux-pkg

Framework to build custom packages for the Delphix Appliance
Apache License 2.0
4 stars 31 forks source link

DLPX-87682 Upgrade engine JDK to 8u382b05 #302

Closed lschetanrao closed 1 year ago

lschetanrao commented 1 year ago

Jira : https://delphix.atlassian.net/browse/DLPX-87682

Description

Updating the JDK in DE to jdk8u382b05

Testing

Linux PKG build http://ops.jenkins.delphix.com/job/linux-pkg/job/develop/job/build-package/job/adoptopenjdk/job/pre-push/1/

ab pre push http://selfservice.jenkins.delphix.com/job/appliance-build-orchestrator-pre-push/7156/

Manual Testing

Cloned an image from dlpx-chetan.rao-develop created by ab-pre-push and checked java version. It is updated to 1.8.0_382-b05. Unit test and dx-test ran successfully. ✅ PolicyIntegrationTest was successful. ✅ Uploaded the deb file from s3 to artifactory adoptopenjdk repo. ✅ Post push http://ops.jenkins.delphix.com/job/linux-pkg/job/develop/job/build-package/job/adoptopenjdk/job/post-push/3/

After post push, cloned images in dcoa, dcol1 and dcol2 and verified java version. All are updated as expected

openjdk version "1.8.0_382"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_382-b05)
OpenJDK 64-Bit Server VM (Temurin)(build 25.382-b05, mixed mode)