Merge branch '64756-re-enable-junit-reports' into 'master'
Enable Junit reports Closes #64756 See merge request gitlab-org/gitlab-ce!30931
This commit is contained in:
commit
b5cc47bda6
2 changed files with 6 additions and 9 deletions
|
@ -138,9 +138,8 @@ karma:
|
|||
- chrome_debug.log
|
||||
- coverage-javascript/
|
||||
- tmp/tests/frontend/
|
||||
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
|
||||
# reports:
|
||||
# junit: junit_karma.xml
|
||||
reports:
|
||||
junit: junit_karma.xml
|
||||
|
||||
jest:
|
||||
extends: .dedicated-no-docs-and-no-qa-pull-cache-job
|
||||
|
@ -163,9 +162,8 @@ jest:
|
|||
- coverage-frontend/
|
||||
- junit_jest.xml
|
||||
- tmp/tests/frontend/
|
||||
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
|
||||
# reports:
|
||||
# junit: junit_jest.xml
|
||||
reports:
|
||||
junit: junit_jest.xml
|
||||
cache:
|
||||
key: jest
|
||||
paths:
|
||||
|
|
|
@ -80,9 +80,8 @@
|
|||
- rspec_profiling/
|
||||
- tmp/capybara/
|
||||
- tmp/memory_test/
|
||||
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
|
||||
# reports:
|
||||
# junit: junit_rspec.xml
|
||||
reports:
|
||||
junit: junit_rspec.xml
|
||||
|
||||
.rspec-metadata-pg: &rspec-metadata-pg
|
||||
<<: *rspec-metadata
|
||||
|
|
Loading…
Reference in a new issue