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

skip parrallel execution due to wrong pipeline state/status on failed tests

parent 83ee7b73
Branches
Tags
No related merge requests found
...@@ -245,13 +245,13 @@ pipeline { ...@@ -245,13 +245,13 @@ pipeline {
} }
} }
stage('Run E2E-Tests') { //stage('Run E2E-Tests') {
when { // when {
expression { !SKIP_RUN } // expression { !SKIP_RUN }
} // }
failFast false // failFast false
parallel { // parallel {
stage('E2E-Alfa-EA') { stage('E2E-Alfa-EA') {
when { when {
expression { !SKIP_RUN } expression { !SKIP_RUN }
...@@ -343,8 +343,8 @@ pipeline { ...@@ -343,8 +343,8 @@ pipeline {
} }
} }
} }
} // }
} //}
stage('Delete E2E Namespaces') { stage('Delete E2E Namespaces') {
when { when {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment