Skip to content

Commit

Permalink
kso-issue-376: Configure the dsl to setup e2e with kind
Browse files Browse the repository at this point in the history
  • Loading branch information
domhanak committed Feb 13, 2024
1 parent 3b98ccd commit c471c7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ pipeline {
}
}
parallel {
stage('Run tests on Minikube') {
stage('Run tests on Kind') {
steps {
script {
launchE2ETestsJob('minikube')
launchE2ETestsJob('kind')
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
]
Expand Down

0 comments on commit c471c7c

Please sign in to comment.