Skip to content

Commit

Permalink
Configure weekly job to setup e2e tests with Kind
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Feb 26, 2024
1 parent 1ec0a83 commit 61e57ac
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 61e57ac

Please sign in to comment.