CLOUD-2868 OpenJDK 11 RHEL8 image + CLOUD-2867 OpenJDK 8/RHEL 8#76
Merged
jmtd merged 12 commits intorh-openjdk:developfrom May 1, 2019
Merged
CLOUD-2868 OpenJDK 11 RHEL8 image + CLOUD-2867 OpenJDK 8/RHEL 8#76jmtd merged 12 commits intorh-openjdk:developfrom
jmtd merged 12 commits intorh-openjdk:developfrom
Conversation
https://issues.jboss.org/browse/CLOUD-2868 This depends upon the following changes made to cct_module: jboss-openshift/cct_module#335 Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
Member
Author
|
Problems to fix:
|
Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
Member
Author
|
The perf dir check, at least, is failing because "spring-boot-sample-simple" from https://github.com/jboss-openshift/openshift-examples is terminating shortly after start-up: start-up logs Is jolokia the problem here? |
Member
Author
No, disabling it with Possibly just this version of spring boot does not work with JDK 11? |
Member
Author
|
The perf thing is (at least) jboss-openshift/openshift-examples#38 |
Remove elaborate pgrep|xargs stuff, pgrep is in procps-ng which is not installed by default in our UBI image, but the Java PID is guaranteed to be #1 anyway since we exec it from the runner script on purpose. Switch to the undertow-servlet quickstart as the repository to base the test on; the sprintboot example doesn't remain running for more than a second or so and so is not suited for tests that rely on it running (all the other instances of it in this file appear to be checking static properties so it doesn't matter as much for those) Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
rhel8 → ubi8. This leaves namespace for a future non-UBI8 RHEL8 image, although I don't expect we will ever have one. jdk8 → jdk1.8, and avoid contracting "1.8" to "18" which would eventually cause us problems. Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
This file contains hidden or 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
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.
https://issues.jboss.org/browse/CLOUD-2868
This depends upon the following changes made to cct_module:
jboss-openshift/cct_module#335