Skip to content

Commit

Permalink
Configure weekly job to setup e2e tests with Kind (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull authored Feb 28, 2024
1 parent 64db02d commit a48a696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/jenkins/Jenkinsfile.weekly.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,15 @@ pipeline {
}
}

stage('Run e2e tests on Minikube') {
stage('Run e2e tests on Kind') {
when {
expression {
return helper.shouldLaunchTests()
}
}
steps {
script {
launchE2ETestsJob('minikube')
launchE2ETestsJob('kind')
}
}
}
Expand Down

0 comments on commit a48a696

Please sign in to comment.