mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 05:12:00 +00:00
[Jenkins] enable detailed test reports in Jenkins via junit
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -99,6 +99,12 @@ pipeline {
|
||||
'''
|
||||
*/
|
||||
}
|
||||
post {
|
||||
always {
|
||||
junit 'Pal/regression/pal-regression.xml'
|
||||
junit 'LibOS/shim/test/regression/libos-regression.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
|
||||
@@ -99,6 +99,12 @@ pipeline {
|
||||
'''
|
||||
*/
|
||||
}
|
||||
post {
|
||||
always {
|
||||
junit 'Pal/regression/pal-regression.xml'
|
||||
junit 'LibOS/shim/test/regression/libos-regression.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user