You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple
272
272
273
273
Scenario: run an S2I that should fail as MAVEN_ARGS does not define com.redhat.xpaas.repo.redhatga
274
-
Given failing s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple using openjdk-enforce-profile
274
+
Given failing s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple using openjdk-enforce-profile
Copy file name to clipboardExpand all lines: tests/features/jolokia.feature
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
Feature: Openshift OpenJDK Jolokia tests
3
3
4
4
Scenario: Check Environment variable is correct
5
-
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
5
+
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
6
6
Then run sh -c 'unzip -q -p /usr/share/java/jolokia-jvm-agent/jolokia-jvm.jar META-INF/maven/org.jolokia/jolokia-jvm/pom.properties | grep -F ${JOLOKIA_VERSION}' in container and check its output for version=
7
7
8
8
@ubi8/openjdk-8
9
9
@ubi8/openjdk-11
10
10
Scenario: Check jolokia port is available
11
-
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
11
+
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
0 commit comments