diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2019-07-18 20:27:35 +0000 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2019-07-18 20:27:35 +0000 |
commit | 58ecf27f1dbb38d449f6633116aee7b2479c8a77 (patch) | |
tree | 132db8c2856c2b36b16aeb8b511e052cce69b491 /.gitlab | |
parent | 4caf063122be1cf3d052b443d781b5446eda8426 (diff) | |
download | gitlab-ce-58ecf27f1dbb38d449f6633116aee7b2479c8a77.tar.gz |
Add issue link to disabled JUnit reports
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/frontend.gitlab-ci.yml | 2 | ||||
-rw-r--r-- | .gitlab/ci/rails.gitlab-ci.yml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml index 45a6a177943..22999a9d6b4 100644 --- a/.gitlab/ci/frontend.gitlab-ci.yml +++ b/.gitlab/ci/frontend.gitlab-ci.yml @@ -168,6 +168,7 @@ karma: paths: - chrome_debug.log - coverage-javascript/ +# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756 # reports: # junit: junit_karma.xml @@ -191,6 +192,7 @@ jest: paths: - coverage-frontend/ - junit_jest.xml +# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756 # reports: # junit: junit_jest.xml cache: diff --git a/.gitlab/ci/rails.gitlab-ci.yml b/.gitlab/ci/rails.gitlab-ci.yml index c7a51beeee5..d0b1f1ab98f 100644 --- a/.gitlab/ci/rails.gitlab-ci.yml +++ b/.gitlab/ci/rails.gitlab-ci.yml @@ -80,6 +80,7 @@ - rspec_profiling/ - tmp/capybara/ - tmp/memory_test/ +# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756 # reports: # junit: junit_rspec.xml |