mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ci] ship Jest unit test junit with runbld in jest worker (#97197)
Co-authored-by: Brian Seeders <seeders@gmail.com> Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
689c4d40cd
commit
9d0b495a30
1 changed files with 7 additions and 1 deletions
|
@ -468,7 +468,13 @@ def allCiTasks() {
|
|||
},
|
||||
jest: {
|
||||
workers.ci(name: 'jest', size: 'n2-standard-16', ramDisk: false) {
|
||||
scriptTask('Jest Unit Tests', 'test/scripts/test/jest_unit.sh')()
|
||||
catchErrors {
|
||||
scriptTask('Jest Unit Tests', 'test/scripts/test/jest_unit.sh')()
|
||||
}
|
||||
|
||||
catchErrors {
|
||||
runbld.junit()
|
||||
}
|
||||
}
|
||||
},
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue