From 78cb52e30d43bc7c72c474d12f88768b1981defc Mon Sep 17 00:00:00 2001 From: James Heimbuck <jheimbuck@gitlab.com> Date: Wed, 14 Jul 2021 02:02:15 +0000 Subject: [PATCH] Add test case parsing limit and node limit --- doc/ci/unit_test_reports.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/ci/unit_test_reports.md b/doc/ci/unit_test_reports.md index 4a8286b3081a4..f845c79ef451e 100644 --- a/doc/ci/unit_test_reports.md +++ b/doc/ci/unit_test_reports.md @@ -350,6 +350,11 @@ If parsing JUnit report XML results in an error, an indicator is shown next to t  +NOTE: +GitLab.com has a 500,000 [test case parsing limit](../user/gitlab_com/#gitlab-cicd). Self-managed administrators can manage this setting on their instance. + +GitLab does not parse very [large nodes](https://nokogiri.org/tutorials/parsing_an_html_xml_document.html#parse-options) of JUnit reports. There is [an issue](https://gitlab.com/gitlab-org/gitlab/-/issues/268035) open to make this optional. + ## Viewing JUnit screenshots on GitLab > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/202114) in GitLab 13.0 behind the `:junit_pipeline_screenshots_view` feature flag, disabled by default. -- GitLab