mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
reorder test report hooks so that published Junit includes modified reports
This commit is contained in:
parent
207cff0966
commit
30db70a82c
1 changed files with 6 additions and 6 deletions
|
@ -30,6 +30,10 @@ def withWorkers(name, preWorkerClosure = {}, workerClosures = [:]) {
|
|||
uploadAllGcsArtifacts(name)
|
||||
}
|
||||
|
||||
catchError {
|
||||
runErrorReporter()
|
||||
}
|
||||
|
||||
catchError {
|
||||
runbld.junit()
|
||||
}
|
||||
|
@ -37,10 +41,6 @@ def withWorkers(name, preWorkerClosure = {}, workerClosures = [:]) {
|
|||
catchError {
|
||||
publishJunit()
|
||||
}
|
||||
|
||||
catchError {
|
||||
runErrorReporter()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -103,10 +103,10 @@ def legacyJobRunner(name) {
|
|||
uploadAllGcsArtifacts(name)
|
||||
}
|
||||
catchError {
|
||||
publishJunit()
|
||||
runErrorReporter()
|
||||
}
|
||||
catchError {
|
||||
runErrorReporter()
|
||||
publishJunit()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue