Commit 093f46f7 authored by Samir Halilcevic's avatar Samir Halilcevic

Try parallel run again

parent 5701c066
...@@ -45,7 +45,6 @@ cat > $CONFIG_FILE << EOF ...@@ -45,7 +45,6 @@ cat > $CONFIG_FILE << EOF
EOF EOF
trap cleanup EXIT trap cleanup EXIT
set -x
"$BUILD_DIR"/libcaf_net/caf-net-autobahn-driver -p 7788 >/dev/null & "$BUILD_DIR"/libcaf_net/caf-net-autobahn-driver -p 7788 >/dev/null &
wstest -m fuzzingclient -s $CONFIG_FILE wstest -m fuzzingclient -s $CONFIG_FILE
......
...@@ -167,13 +167,13 @@ pipeline { ...@@ -167,13 +167,13 @@ pipeline {
getSources(config) getSources(config)
} }
} }
/* stage('Build and Test') {
parallel {
stage('Build') { stage('Build') {
steps { steps {
buildParallel(config) buildParallel(config)
} }
} }
*/
stage('Autobahn Testsuite') { stage('Autobahn Testsuite') {
agent { agent {
dockerfile { dir ".ci/autobahn-testsuite" } dockerfile { dir ".ci/autobahn-testsuite" }
...@@ -208,6 +208,8 @@ pipeline { ...@@ -208,6 +208,8 @@ pipeline {
} }
} }
} }
}
}
stage('Notify') { stage('Notify') {
steps { steps {
collectResults(config, PrettyJobName) collectResults(config, PrettyJobName)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment