Collect 'karma.subunit' files
This adds a rule to collect 'karma.subunit' files generated from JavaScript tests in the gate. This should allow JavaScript tests to be collected by subunit2sql. Change-Id: I8f5c4997355b01049718799036796ddec1747e4c
This commit is contained in:
parent
16040ffb8e
commit
88fb169df0
@ -19,6 +19,12 @@ subunit-files:
|
||||
build-queue-filter: 'gate'
|
||||
- name: testrepository.subunit
|
||||
build-queue-filter: 'gate'
|
||||
- name: logs/karma.subunit
|
||||
job-filter: '.*npm-run.*'
|
||||
build-queue-filter: 'gate'
|
||||
- name: karma.subunit
|
||||
job-filter: '.*npm-run.*'
|
||||
build-queue-filter: 'gate'
|
||||
- name: testrepository.subunit
|
||||
build-queue-filter: 'periodic'
|
||||
- name: logs/testrepository.subunit
|
||||
|
Loading…
Reference in New Issue
Block a user