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 {
}
}
stage('Run E2E-Tests') {
when {
expression { !SKIP_RUN }
}
failFast false
//stage('Run E2E-Tests') {
// when {
// expression { !SKIP_RUN }
// }
// failFast false
parallel {
// parallel {
stage('E2E-Alfa-EA') {
when {
expression { !SKIP_RUN }
......@@ -343,8 +343,8 @@ pipeline {
}
}
}
}
}
// }
//}
stage('Delete E2E Namespaces') {
when {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment