Commit b5cc47bd authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch '64756-re-enable-junit-reports' into 'master'

Enable Junit reports

Closes #64756

See merge request gitlab-org/gitlab-ce!30931
parents c404c57f 9c804111
...@@ -138,9 +138,8 @@ karma: ...@@ -138,9 +138,8 @@ karma:
- chrome_debug.log - chrome_debug.log
- coverage-javascript/ - coverage-javascript/
- tmp/tests/frontend/ - tmp/tests/frontend/
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756 reports:
# reports: junit: junit_karma.xml
# junit: junit_karma.xml
jest: jest:
extends: .dedicated-no-docs-and-no-qa-pull-cache-job extends: .dedicated-no-docs-and-no-qa-pull-cache-job
...@@ -163,9 +162,8 @@ jest: ...@@ -163,9 +162,8 @@ jest:
- coverage-frontend/ - coverage-frontend/
- junit_jest.xml - junit_jest.xml
- tmp/tests/frontend/ - tmp/tests/frontend/
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756 reports:
# reports: junit: junit_jest.xml
# junit: junit_jest.xml
cache: cache:
key: jest key: jest
paths: paths:
......
...@@ -80,9 +80,8 @@ ...@@ -80,9 +80,8 @@
- rspec_profiling/ - rspec_profiling/
- tmp/capybara/ - tmp/capybara/
- tmp/memory_test/ - tmp/memory_test/
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756 reports:
# reports: junit: junit_rspec.xml
# junit: junit_rspec.xml
.rspec-metadata-pg: &rspec-metadata-pg .rspec-metadata-pg: &rspec-metadata-pg
<<: *rspec-metadata <<: *rspec-metadata
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment