This is an automated email from the ASF dual-hosted git repository.
ricardozanini pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 02193f61 kso-issue-376: Configure the dsl to setup e2e with kind (#394)
02193f61 is described below
commit 02193f61e3c09b3d1efe307faf84634309896c4d
Author: Dominik HanĂ¡k <[email protected]>
AuthorDate: Wed Feb 14 16:16:02 2024 +0100
kso-issue-376: Configure the dsl to setup e2e with kind (#394)
---
.ci/jenkins/Jenkinsfile.deploy | 4 ++--
.ci/jenkins/dsl/jobs.groovy | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy
index 97378f1f..947de5c5 100644
--- a/.ci/jenkins/Jenkinsfile.deploy
+++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -190,10 +190,10 @@ pipeline {
}
}
parallel {
- stage('Run tests on Minikube') {
+ stage('Run tests on Kind') {
steps {
script {
- launchE2ETestsJob('minikube')
+ launchE2ETestsJob('kind')
}
}
}
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index f19e8492..fa683e21 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -34,8 +34,8 @@ import org.kie.jenkins.jobdsl.Utils
jenkins_path = '.ci/jenkins'
clustersConfig = [
- minikube: [
- MINIKUBE_VERSION: '1.30.1',
+ kind: [
+ KIND_VERSION: 'v0.20.0',
KUBERNETES_VERSION: '1.26.3',
],
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]