You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Jenkinsfile.kindnightly
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -106,10 +106,10 @@ pipeline {
106
106
defaultValue: 'release/4.0'
107
107
)
108
108
choice(name: 'MAVEN_PROFILE_NAME',
109
-
description: 'Profile to use in mvn command to run the tests. Possible values are kind-sequential (the default), kind-parallel and integration-tests. Refer to weblogic-kubernetes-operator/integration-tests/pom.xml on the branch.',
109
+
description: 'Profile to use in mvn command to run the tests. Possible values are kind-parallel (the default), kind-sequential and integration-tests. Refer to weblogic-kubernetes-operator/integration-tests/pom.xml on the branch.',
110
110
choices: [
111
-
'kind-sequential',
112
111
'kind-parallel',
112
+
'kind-sequential',
113
113
'integration-tests'
114
114
]
115
115
)
@@ -246,7 +246,7 @@ pipeline {
246
246
)
247
247
string(name: 'PROMETHEUS_CHART_VERSION',
248
248
description: '',
249
-
defaultValue: '15.2.0'
249
+
defaultValue: '17.0.0'
250
250
)
251
251
string(name: 'GRAFANA_CHART_VERSION',
252
252
description: '',
@@ -516,8 +516,6 @@ EOF
516
516
PARALLEL_RUN='false'
517
517
fi
518
518
if [ -n "${IT_TEST}" ]; then
519
-
echo 'Overriding MAVEN_PROFILE_NAME to integration-test when running individual test(s)'
0 commit comments