diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy b/.ci/jenkins/Jenkinsfile.weekly.deploy index bb90b3fdb..87bba79dc 100644 --- a/.ci/jenkins/Jenkinsfile.weekly.deploy +++ b/.ci/jenkins/Jenkinsfile.weekly.deploy @@ -147,7 +147,7 @@ pipeline { } } - stage('Run e2e tests on Minikube') { + stage('Run e2e tests on Kind') { when { expression { return helper.shouldLaunchTests() @@ -155,7 +155,7 @@ pipeline { } steps { script { - launchE2ETestsJob('minikube') + launchE2ETestsJob('kind') } } }