File tree Expand file tree Collapse file tree 5 files changed +2
-10
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 5 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def kind_k8s_map = [
61
61
]
62
62
]
63
63
def _kind_image = null
64
- CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=kind-parallel'''
64
+ CRON_SETTINGS = '''H 11 * * 6 % MAVEN_PROFILE_NAME=kind-parallel'''
65
65
66
66
67
67
pipeline {
@@ -71,7 +71,7 @@ pipeline {
71
71
}
72
72
triggers {
73
73
// timer trigger for "nightly build"
74
- parameterizedCron(env.JOB_NAME == 'wko-kind-release34-nightly ' ?
74
+ parameterizedCron(env.JOB_NAME == 'wko-kind-release34-weekly ' ?
75
75
CRON_SETTINGS : '')
76
76
}
77
77
Original file line number Diff line number Diff line change 54
54
import org .junit .jupiter .api .DisplayName ;
55
55
import org .junit .jupiter .api .MethodOrderer ;
56
56
import org .junit .jupiter .api .Order ;
57
- import org .junit .jupiter .api .Tag ;
58
57
import org .junit .jupiter .api .Test ;
59
58
import org .junit .jupiter .api .TestMethodOrder ;
60
59
124
123
@ TestMethodOrder (MethodOrderer .OrderAnnotation .class )
125
124
@ DisplayName ("Verify the overrideDistributionStrategy applies the overrides accordingly to the value set" )
126
125
@ IntegrationTest
127
- @ Tag ("kind-parallel" )
128
126
class ItConfigDistributionStrategy {
129
127
130
128
private static String opNamespace = null ;
Original file line number Diff line number Diff line change 18
18
import oracle .weblogic .kubernetes .utils .ExecResult ;
19
19
import org .junit .jupiter .api .BeforeAll ;
20
20
import org .junit .jupiter .api .DisplayName ;
21
- import org .junit .jupiter .api .Tag ;
22
21
import org .junit .jupiter .api .Test ;
23
22
24
23
import static oracle .weblogic .kubernetes .TestConstants .ADMIN_PASSWORD_DEFAULT ;
63
62
64
63
@ DisplayName ("Test the monitoring WebLogic Domain via istio provided Prometheus" )
65
64
@ IntegrationTest
66
- @ Tag ("kind-parallel" )
67
65
class ItIstioMonitoringExporter {
68
66
69
67
private static String opNamespace = null ;
Original file line number Diff line number Diff line change 26
26
import org .junit .jupiter .api .AfterAll ;
27
27
import org .junit .jupiter .api .BeforeAll ;
28
28
import org .junit .jupiter .api .DisplayName ;
29
- import org .junit .jupiter .api .Tag ;
30
29
import org .junit .jupiter .api .Test ;
31
30
import org .junit .jupiter .api .condition .DisabledIfEnvironmentVariable ;
32
31
83
82
@ DisplayName ("Verify WebLogic Metric is processed as expected by "
84
83
+ "MonitoringExporter Side Car via Prometheus and Grafana" )
85
84
@ IntegrationTest
86
- @ Tag ("kind-parallel" )
87
85
class ItMonitoringExporterSideCar {
88
86
89
87
// domain constants
Original file line number Diff line number Diff line change 28
28
import org .junit .jupiter .api .AfterAll ;
29
29
import org .junit .jupiter .api .BeforeAll ;
30
30
import org .junit .jupiter .api .DisplayName ;
31
- import org .junit .jupiter .api .Tag ;
32
31
import org .junit .jupiter .api .Test ;
33
32
import org .junit .jupiter .api .condition .DisabledIfEnvironmentVariable ;
34
33
75
74
76
75
@ DisplayName ("Test WebLogic remote console connecting to mii domain" )
77
76
@ IntegrationTest
78
- @ Tag ("kind-parallel" )
79
77
@ DisabledOnSlimImage
80
78
class ItRemoteConsole {
81
79
You can’t perform that action at this time.
0 commit comments