Skip to content

Commit 6645425

Browse files
authored
adding OKD related changes to release/3.4 (#2944)
* adding OKD related changes to release/3.4
1 parent d15af09 commit 6645425

31 files changed

+1354
-565
lines changed

integration-tests/pom.xml

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,128 @@
430430
</includes-failsafe>
431431
</properties>
432432
</profile>
433+
<profile>
434+
<id>wko-okd-wls-srg</id>
435+
<properties>
436+
<skipITs>false</skipITs>
437+
<includes-failsafe>
438+
**/ItCrossDomainTransaction,
439+
**/ItKubernetesEvents,
440+
**/ItMiiAuxiliaryImage,
441+
**/ItMiiAuxiliaryImageCluster,
442+
**/ItMiiDomain,
443+
**/ItMiiDomainModelInPV,
444+
**/ItMiiMultiModel,
445+
**/ItMiiUpdateDomainConfig,
446+
**/ItMultiDomainModels,
447+
**/ItPodsRestart
448+
</includes-failsafe>
449+
</properties>
450+
</profile>
451+
<profile>
452+
<id>wko-okd-wls-mrg</id>
453+
<properties>
454+
<skipITs>false</skipITs>
455+
<includes-failsafe>
456+
**/ItCoherenceTests,
457+
**/ItConfigDistributionStrategy,
458+
**/ItDedicatedMode,
459+
**/ItDiagnosticsCompleteAvailableCondition,
460+
**/ItDiagnosticsFailedCondition,
461+
**/ItElasticLogging,
462+
**/ItElasticLoggingFluentd,
463+
**/ItExternalLbTunneling,
464+
**/ItExternalNodePortService,
465+
**/ItInitContainers,
466+
**/ItIntrospectVersion,
467+
**/ItLiftAndShiftFromOnPremDomain,
468+
**/ItLivenessProbeCustomization,
469+
**/ItManagedCoherence,
470+
**/ItManageNameSpace,
471+
**/ItMiiDynamicUpdate*,
472+
**/ItMiiCustomSslStore,
473+
**/ItMiiSampleWlsAux,
474+
**/ItMiiSampleWlsMain,
475+
**/ItMiiServiceMigration,
476+
**/ItOperatorRestart,
477+
**/ItPodsShutdownOption,
478+
**/ItPodTemplates,
479+
**/ItProductionSecureMode,
480+
**/ItRemoteConsole,
481+
**/ItServerStartPolicy,
482+
**/ItServiceStartPolicyDynamicCluster,
483+
**/ItServerStartPolicyConfigCluster,
484+
**/ItSessionMigration,
485+
**/ItStickySession,
486+
**/ItSystemResOverrides,
487+
**/ItMonitoringExporterWebApp,
488+
**/ItMonitoringExporterSideCar,
489+
**/ItMonitoringExporterSamples,
490+
**/ItUsabilityOperatorHelmChart
491+
**/ItCrossDomainTransaction,
492+
**/ItCoherenceTests,
493+
**/ItConfigDistributionStrategy,
494+
**/ItDedicatedMode,
495+
**/ItDiagnosticsCompleteAvailableCondition,
496+
**/ItDiagnosticsFailedCondition,
497+
**/ItElasticLogging,
498+
**/ItElasticLoggingFluentd,
499+
**/ItExternalLbTunneling,
500+
**/ItExternalNodePortService,
501+
**/ItInitContainers,
502+
**/ItIntrospectVersion,
503+
**/ItLiftAndShiftFromOnPremDomain,
504+
**/ItLivenessProbeCustomization,
505+
**/ItManagedCoherence,
506+
**/ItManageNameSpace,
507+
**/ItMiiAuxiliaryImage,
508+
**/ItMiiAuxiliaryImageCluster,
509+
**/ItMiiCustomSslStore,
510+
**/ItMiiDomain,
511+
**/ItMiiDomainModelInPV,
512+
**/ItMiiDynamicUpdate*,
513+
**/ItMiiMultiModel,
514+
**/ItMiiNewCreateAuxImage,
515+
**/ItMiiSampleWlsAux,
516+
**/ItMiiSampleWlsMain,
517+
**/ItMiiServiceMigration,
518+
**/ItMiiUpdateDomainConfig,
519+
**/ItOperatorRestart,
520+
**/ItParameterizedDomain,
521+
**/ItPodsRestart,
522+
**/ItPodsShutdownOption,
523+
**/ItPodTemplates,
524+
**/ItProductionSecureMode,
525+
*/ItRemoteConsole,
526+
**/ItServerStartPolicy,
527+
**/ItServiceStartPolicyDynamicCluster,
528+
**/ItServerStartPolicyConfigCluster,
529+
**/ItSessionMigration,
530+
**/ItStickySession,
531+
**/ItSystemResOverrides,
532+
**/ItMonitoringExporterWebApp,
533+
**/ItMonitoringExporterSideCar,
534+
**/ItMonitoringExporterSamples,
535+
**/ItUsabilityOperatorHelmChart
536+
</includes-failsafe>
537+
</properties>
538+
</profile>
539+
<profile>
540+
<id>wko-okd-fmw-cert</id>
541+
<properties>
542+
<skipITs>false</skipITs>
543+
<includes-failsafe>
544+
**/ItFmwDomainInPVUsingWLST,
545+
**/ItFmwDomainInPVUsingWDT,
546+
**/ItFmwDynamicClusterMiiDomain,
547+
**/ItFmwBigCMMiiDomain,
548+
**/ItFmwDynamicDomainInPV,
549+
**/ItFmwMiiDomain,
550+
**/ItMiiSampleFmwMain,
551+
**/ItMiiSampleFmwAux
552+
</includes-failsafe>
553+
</properties>
554+
</profile>
433555
<profile>
434556
<id>oke-cert</id>
435557
<properties>

0 commit comments

Comments
 (0)