File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 534
534
PARALLEL_RUN='false'
535
535
elif [ "${MAVEN_PROFILE_NAME}" == "kind-upgrade" ]; then
536
536
PARALLEL_RUN='false'
537
- elif [ -n "${IT_TEST}" ]; then
537
+ fi
538
+ if [ -n "${IT_TEST}" ]; then
538
539
echo 'Overriding MAVEN_PROFILE_NAME to integration-test when running individual test(s)'
539
540
MAVEN_PROFILE_NAME="integration-tests"
540
541
echo "-Dit.test=\"${IT_TEST}\"" >> ${WORKSPACE}/.mvn/maven.config
Original file line number Diff line number Diff line change @@ -472,8 +472,8 @@ public interface TestConstants {
472
472
473
473
boolean INSTALL_WEBLOGIC
474
474
= Boolean .parseBoolean ((getNonEmptySystemProperty ("wko.it.install.weblogic" , "false" )));
475
- String WEBLOGIC_SHIPHOME = getNonEmptySystemProperty ( "wko.it.wls.shiphome" ,
476
- "https://home.us.oracle.com/results/ release/src141200/fmw_14.1.2.0.0_wls_generic.jar") ;
475
+ String WEBLOGIC_SHIPHOME = System . getenv ( "WLS_INSTALLERS_BASE_URL" )
476
+ + "/results/published/pub/loads/141200/latest/ release/src141200/fmw_14.1.2.0.0_wls_generic.jar" ;
477
477
478
478
String ORACLE_OPERATOR_NS = "ns-oracle-operator" ;
479
479
You can’t perform that action at this time.
0 commit comments