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

Try parallel run again

parent 5701c066
......@@ -45,7 +45,6 @@ cat > $CONFIG_FILE << EOF
EOF
trap cleanup EXIT
set -x
"$BUILD_DIR"/libcaf_net/caf-net-autobahn-driver -p 7788 >/dev/null &
wstest -m fuzzingclient -s $CONFIG_FILE
......
......@@ -167,13 +167,13 @@ pipeline {
getSources(config)
}
}
/*
stage('Build and Test') {
parallel {
stage('Build') {
steps {
buildParallel(config)
}
}
*/
stage('Autobahn Testsuite') {
agent {
dockerfile { dir ".ci/autobahn-testsuite" }
......@@ -208,6 +208,8 @@ pipeline {
}
}
}
}
}
stage('Notify') {
steps {
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