Skip to content
Snippets Groups Projects
Commit e76a0c22 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3961 enable E2E Main Tests

parent 9090e9a1
No related branches found
No related tags found
No related merge requests found
...@@ -171,20 +171,20 @@ pipeline { ...@@ -171,20 +171,20 @@ pipeline {
checkoutGitopsE2eBranch() checkoutGitopsE2eBranch()
deleteKopStack([env.EA_BEZEICHNER]);//, env.MAIN_BEZEICHNER]) deleteKopStack([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
generateEaNamespaceYaml() generateEaNamespaceYaml()
//generateMainNamespaceYaml() generateMainNamespaceYaml()
pushGitopsRepo() pushGitopsRepo()
waitForKopStackRollout([env.EA_BEZEICHNER]);//, env.MAIN_BEZEICHNER]) waitForKopStackRollout([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
} }
} }
post { post {
failure { failure {
script { script {
deleteKopStack([env.EA_BEZEICHNER]);//, env.MAIN_BEZEICHNER]) deleteKopStack([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
} }
} }
} }
...@@ -233,32 +233,32 @@ pipeline { ...@@ -233,32 +233,32 @@ pipeline {
} }
} }
// stage('E2E-Main') { stage('E2E-Main') {
// steps { steps {
// catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
// script { script {
// def bezeichner = env.MAIN_BEZEICHNER def bezeichner = env.MAIN_BEZEICHNER
// def dbPort = 27019 def dbPort = 27019
//
// forwardServices(generateNamespace(bezeichner), dbPort) forwardServices(generateNamespace(bezeichner), dbPort)
//
// runTests(bezeichner, 'main-tests', dbPort, env.STAGE_NAME) runTests(bezeichner, 'main-tests', dbPort, env.STAGE_NAME)
// } }
// } }
// } }
// post { post {
// failure { failure {
// script { script {
// FAILED_PARALLEL_STAGE += "${env.STAGE_NAME} " FAILED_PARALLEL_STAGE += "${env.STAGE_NAME} "
// } }
// } }
// always { always {
// script { script {
// publishE2ETestResult("main-tests", "Goofy E2E-Tests main") publishE2ETestResult("main-tests", "Goofy E2E-Tests main")
// } }
// } }
// } }
// } }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment