Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-07-18 23:27:35 +0300
committerMarin Jankovski <marin@gitlab.com>2019-07-18 23:27:35 +0300
commit58ecf27f1dbb38d449f6633116aee7b2479c8a77 (patch)
tree132db8c2856c2b36b16aeb8b511e052cce69b491 /.gitlab/ci/frontend.gitlab-ci.yml
parent4caf063122be1cf3d052b443d781b5446eda8426 (diff)
Add issue link to disabled JUnit reports
Diffstat (limited to '.gitlab/ci/frontend.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/frontend.gitlab-ci.yml2
1 files changed, 2 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: