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 537
537
PARALLEL_RUN='false'
538
538
elif [ "${MAVEN_PROFILE_NAME}" == "kind-upgrade" ]; then
539
539
PARALLEL_RUN='false'
540
- elif [ -n "${IT_TEST}" ]; then
540
+ fi
541
+ if [ -n "${IT_TEST}" ]; then
541
542
echo 'Overriding MAVEN_PROFILE_NAME to integration-test when running individual test(s)'
542
543
MAVEN_PROFILE_NAME="integration-tests"
543
544
echo "-Dit.test=\"${IT_TEST}\"" >> ${WORKSPACE}/.mvn/maven.config
Original file line number Diff line number Diff line change @@ -484,8 +484,8 @@ public interface TestConstants {
484
484
485
485
public static final boolean INSTALL_WEBLOGIC = Boolean .valueOf ((getNonEmptySystemProperty ("wko.it.install.weblogic" ,
486
486
"false" )));
487
- public static final String WEBLOGIC_SHIPHOME = getNonEmptySystemProperty ( "wko.it.wls.shiphome" ,
488
- "https://home.us.oracle.com/results/ release/src141200/fmw_14.1.2.0.0_wls_generic.jar") ;
487
+ public static final String WEBLOGIC_SHIPHOME = System . getenv ( "WLS_INSTALLERS_BASE_URL" )
488
+ + "/results/published/pub/loads/141200/latest/ release/src141200/fmw_14.1.2.0.0_wls_generic.jar" ;
489
489
490
490
public static final String ORACLE_OPERATOR_NS = "ns-oracle-operator" ;
491
491
You can’t perform that action at this time.
0 commit comments