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 a48a6962 Configure weekly job to setup e2e tests with Kind (#409)
a48a6962 is described below
commit a48a696285e757a00d1f1792a6f875930e4ed314
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Feb 28 16:05:23 2024 -0300
Configure weekly job to setup e2e tests with Kind (#409)
---
.ci/jenkins/Jenkinsfile.weekly.deploy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy
b/.ci/jenkins/Jenkinsfile.weekly.deploy
index bb90b3fd..87bba79d 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')
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]