File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 301301 </includes-failsafe >
302302 </properties >
303303 </profile >
304+ <profile >
305+ <id >fmw-srg</id >
306+ <properties >
307+ <skipITs >false</skipITs >
308+ <includes-failsafe >
309+ **/ItFmwDomainInPVUsingWLST,
310+ **/ItFmwDomainInPVUsingWDT,
311+ **/ItFmwMiiDomain,
312+ </includes-failsafe >
313+ </properties >
314+ </profile >
304315 <profile >
305316 <id >oke-cert</id >
306317 <properties >
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ if [ "${test_filter}" != "**/It*" ]; then
307307 echo " Running mvn -Dit.test=${test_filter} -Dwdt.download.url=${wdt_download_url} -Dwit.download.url=${wit_download_url} -Dwle.download.url=${wle_download_url} -DPARALLEL_CLASSES=${parallel_run} -DNUMBER_OF_THREADS=${threads} -pl integration-tests -P ${maven_profile_name} verify"
308308 time mvn -Dit.test=" ${test_filter} " -Dwdt.download.url=" ${wdt_download_url} " -Dwit.download.url=" ${wit_download_url} " -Dwle.download.url=" ${wle_download_url} " -DPARALLEL_CLASSES=" ${parallel_run} " -DNUMBER_OF_THREADS=" ${threads} " -pl integration-tests -P ${maven_profile_name} verify 2>&1 | tee " ${RESULT_ROOT} /kindtest.log" || captureLogs
309309else
310- if [ " ${maven_profile_name} " = " toolkits-srg" ] || [ " ${maven_profile_name} " = " wls-image-cert" ] || [ " ${maven_profile_name} " = " fmw-pipeline" ] || [ " ${maven_profile_name} " = " fmw-image-cert" ] || [ " ${maven_profile_name} " = " kind-sequential" ]; then
310+ if [ " ${maven_profile_name} " = " fmw-srg " ] || [ " ${maven_profile_name} " = " toolkits-srg" ] || [ " ${maven_profile_name} " = " wls-image-cert" ] || [ " ${maven_profile_name} " = " fmw-pipeline" ] || [ " ${maven_profile_name} " = " fmw-image-cert" ] || [ " ${maven_profile_name} " = " kind-sequential" ]; then
311311 echo " Running mvn -Dwdt.download.url=${wdt_download_url} -Dwit.download.url=${wit_download_url} -Dwle.download.url=${wle_download_url} -DPARALLEL_CLASSES=${parallel_run} -DNUMBER_OF_THREADS=${threads} -pl integration-tests -P ${maven_profile_name} verify"
312312 time mvn -Dwdt.download.url=" ${wdt_download_url} " -Dwit.download.url=" ${wit_download_url} " -Dwle.download.url=" ${wle_download_url} " -DPARALLEL_CLASSES=" ${parallel_run} " -DNUMBER_OF_THREADS=" ${threads} " -pl integration-tests -P ${maven_profile_name} verify 2>&1 | tee " ${RESULT_ROOT} /kindtest.log" || captureLogs
313313 else
You can’t perform that action at this time.
0 commit comments