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

e2e tests, rollout nacheinander

parent 63581bab
No related branches found
No related tags found
No related merge requests found
......@@ -171,19 +171,19 @@ pipeline {
checkoutGitopsE2eBranch()
deleteKopStack([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
deleteKopStack([env.MAIN_BEZEICHNER])
generateMainNamespaceYaml()
pushGitopsRepo()
waitForKopStackRollout([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
waitForKopStackRollout([env.MAIN_BEZEICHNER])
}
}
post {
failure {
script {
deleteKopStack([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
deleteKopStack([env.MAIN_BEZEICHNER])
}
}
}
......@@ -199,19 +199,19 @@ pipeline {
checkoutGitopsE2eBranch()
deleteKopStack([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
deleteKopStack([env.EA_BEZEICHNER])
generateEaNamespaceYaml()
pushGitopsRepo()
waitForKopStackRollout([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
waitForKopStackRollout([env.EA_BEZEICHNER])
}
}
post {
failure {
script {
deleteKopStack([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
deleteKopStack([env.EA_BEZEICHNER])
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment