Skip to content

Commit b890796

Browse files
authored
Merge pull request #2929 from vkarak/doc/note-ci-generate
[doc] Add note about test generation options and `--ci-generate`
2 parents e8efe9b + cedab2b commit b890796

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/manpage.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ An action must always be specified.
219219
You can set up your Gitlab CI to use the generated file to run every test as a separate Gitlab job respecting test dependencies.
220220
For more information, have a look in :ref:`generate-ci-pipeline`.
221221

222+
.. note::
223+
The :option:`--ci-generate` option will not work with the test generation options, such as the :option:`--repeat` and :option:`--distribute` options, as the generated child pipeline will use the :option:`-n` option to select the test of the CI job and test filtering happens before any test generation.
224+
225+
This limitation will be removed in future versions.
226+
227+
222228
.. versionadded:: 3.4.1
223229

224230
.. option:: --describe

0 commit comments

Comments
 (0)