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
Scenario: run the s2i and check the maven mirror, proxy (including username and password) and non proxy have been initialised in the default settings.xml, uses http_proxy
23
-
Given s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple
23
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from spring-boot-sample-simple
# proxy auth configuration (fail case: no password supplied)
34
34
Scenario: run the s2i and check the maven mirror, proxy (including username) and non proxy have been initialised in the default settings.xml, uses http_proxy
35
-
Given s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple
35
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from spring-boot-sample-simple
Scenario: run the s2i and check the maven mirror, proxy (including username and password) and non proxy have been initialised in the default settings.xml, uses https_proxy
85
-
Given s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple
85
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from spring-boot-sample-simple
# https proxy auth configuration (fail case: no password supplied)
96
96
Scenario: run the s2i and check the maven mirror, proxy (including username) and non proxy have been initialised in the default settings.xml, uses https_proxy
97
-
Given s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple
97
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from spring-boot-sample-simple
Then XML file /tmp/artifacts/configuration/settings.xml should have 1 elements on XPath //ns:proxy[ns:id='genproxy'][ns:active='true'][ns:protocol='https'][ns:host='127.0.0.1'][ns:port='8080']
105
105
106
106
Scenario: run s2i assemble and check no_proxy is honoured with multiple entries
107
-
Given s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple
107
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from spring-boot-sample-simple
Then XML file /tmp/artifacts/configuration/settings.xml should have 1 elements on XPath //ns:profile[ns:id='myrepo-profile']/ns:repositories/ns:repository[ns:url='http://repo.example.com:8080/maven2/']
169
169
170
170
Scenario: Ensure the environment is cleaned when executing mvn (OPENJDK-1549)
171
-
Given s2i build https://github.com/jboss-container-images/openjdk from tests/OPENJDK-1549 with env using ubi9
171
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from tests/OPENJDK-1549 with env
And run stat --printf="%U %G" /tmp/hsperfdata_default/ in container and check its output for default root
9
9
10
10
Scenario: Ensure Quarkus CDS doesn't fail due to timestamp mismatch (OPENDJK-1673)
11
-
Given s2i build https://github.com/jerboaa/quarkus-quickstarts from getting-started using quickstart-2.16-s2i-cds
11
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from getting-started
12
12
Then container log should not contain A jar file is not the one used while building the shared archive file
13
13
14
14
Scenario: quarkus fast-jar layout works out-of-the-box (OPENJDK-631)
15
-
Given s2i build https://github.com/jmtd/openshift-quickstarts from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i using OPENJDK-631-quarkus-fast-jar
15
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i
16
16
Then container log should contain INFO quarkus fast-jar package type detected
17
17
And container log should contain -jar /deployments/quarkus-app/quarkus-run.jar
18
18
And container log should contain (main) getting-started 1.0.0-SNAPSHOT on JVM (powered by Quarkus
And container log should not contain no main manifest attribute
22
22
23
23
Scenario: quarkus uber-jar layout works out-of-the-box (OPENJDK-631)
24
-
Given s2i build https://github.com/jmtd/openshift-quickstarts from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i with env using OPENJDK-631-quarkus-fast-jar
24
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i with env
25
25
| variable | value |
26
26
| QUARKUS_PACKAGE_TYPE | uber-jar |
27
27
Then container log should not contain INFO quarkus fast-jar package type detected
0 commit comments