[Jenkins] enable detailed test reports in Jenkins via junit

This commit is contained in:
Wojtek Porczyk
2019-07-29 19:40:00 +02:00
parent 01f3553a25
commit cfffd6ff0f
6 changed files with 36 additions and 0 deletions
+6
View File
@@ -63,6 +63,12 @@ pipeline {
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh `hostname -I|tr -d '[:space:]'`:8001
'''
}
post {
always {
junit 'Pal/regression/pal-regression.xml'
junit 'LibOS/shim/test/regression/libos-regression.xml'
}
}
}
stage('Deploy') {
steps {
+6
View File
@@ -62,6 +62,12 @@ pipeline {
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh `hostname -I|tr -d '[:space:]'`:8001
'''
}
post {
always {
junit 'Pal/regression/pal-regression.xml'
junit 'LibOS/shim/test/regression/libos-regression.xml'
}
}
}
stage('Deploy') {
steps {
+6
View File
@@ -63,6 +63,12 @@ pipeline {
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh `hostname -I|tr -d '[:space:]'`:8001
'''
}
post {
always {
junit 'Pal/regression/pal-regression.xml'
junit 'LibOS/shim/test/regression/libos-regression.xml'
}
}
}
stage('Deploy') {
steps {
+6
View File
@@ -62,6 +62,12 @@ pipeline {
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh `hostname -I|tr -d '[:space:]'`:8001
'''
}
post {
always {
junit 'Pal/regression/pal-regression.xml'
junit 'LibOS/shim/test/regression/libos-regression.xml'
}
}
}
stage('Deploy') {
steps {
+6
View File
@@ -99,6 +99,12 @@ pipeline {
'''
*/
}
post {
always {
junit 'Pal/regression/pal-regression.xml'
junit 'LibOS/shim/test/regression/libos-regression.xml'
}
}
}
stage('Deploy') {
steps {
+6
View File
@@ -99,6 +99,12 @@ pipeline {
'''
*/
}
post {
always {
junit 'Pal/regression/pal-regression.xml'
junit 'LibOS/shim/test/regression/libos-regression.xml'
}
}
}
stage('Deploy') {
steps {