Skip to content

Commit

Permalink
Remove parallel from Jenkinsfile, as the e2e framework is not tailore…
Browse files Browse the repository at this point in the history
…d for than (container name clash, port clash,...)

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
  • Loading branch information
silvin-lubecki committed May 20, 2020
1 parent bc462cf commit def06c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
}
}
stage("end-to-end test suite") {
parallel {
steps{
stage("stable engine") {
steps {
sh "E2E_UNIQUE_ID=clie2e${BUILD_NUMBER} \
Expand All @@ -30,7 +30,7 @@ pipeline {
IMAGE_TAG=clie2e${BUILD_NUMBER} \
DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e"
}
}
}
}
}
}
Expand Down

0 comments on commit def06c8

Please sign in to comment.