From a4df4fd0f5698d3cf10b0232d59e81b754f490cd Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 3 Aug 2023 14:13:02 +0100 Subject: [PATCH] docs/ci: in paragraph about the CI being overwhelmed, mention our tool to help with that Part-of: --- docs/ci/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ci/index.rst b/docs/ci/index.rst index bfbac649dad..ee30d90fee2 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -22,6 +22,8 @@ The CI runs a number of tests, from trivial build-testing to complex GPU renderi A typical run takes between 20 and 30 minutes, although it can go up very quickly if the GitLab runners are overwhelmed, which happens sometimes. When it does happen, not much can be done besides waiting it out, or cancel it. +You can do your part by only running the jobs you care about by using `our +tool <#running-specific-ci-jobs>`__. Due to limited resources, we currently do not run the CI automatically on every push; instead, we only run it automatically once the MR has