Skip to content

Commit 4cce474

Browse files
author
Vasileios Karakasis
committed
Address PR comments.
1 parent ee83d8f commit 4cce474

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/manpage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ An action must always be specified.
153153
You can set up your Gitlab CI to use the generated file to run every test as a separate Gitlab job respecting test dependencies.
154154
For more information, have a look in :ref:`generate-ci-pipeline`.
155155

156-
.. versionadded:: 3.5
156+
.. versionadded:: 3.4.1
157157

158158
.. option:: -l, --list
159159

docs/tutorial_tips_tricks.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ If we tried to run :class:`T6` without restoring the session, we would have to r
486486
Integrating into a CI pipeline
487487
------------------------------
488488

489-
.. versionadded:: 3.5
489+
.. versionadded:: 3.4.1
490490

491491
Instead of running your tests, you can ask ReFrame to generate a `child pipeline <https://docs.gitlab.com/ee/ci/parent_child_pipelines.html>`__ specification for the Gitlab CI.
492492
This will spawn a CI job for each ReFrame test respecting test dependencies.
@@ -522,7 +522,7 @@ The following is an example of ``.gitlab-ci.yml`` file that does exactly that:
522522
It defines two stages.
523523
The first one, called ``generate``, will call ReFrame to generate the pipeline specification for the desired tests.
524524
All the usual `test selection options <manpage.html#test-filtering>`__ can be used to select specific tests.
525-
ReFrame will process them as usual, but instead of running them, it will generate the correct steps for running them in Gitlab.
525+
ReFrame will process them as usual, but instead of running the selected tests, it will generate the correct steps for running each test individually as a Gitlab job.
526526
We then pass the generated CI pipeline file to second phase as an artifact and we are done!
527527

528528
The following figure shows one part of the automatically generated pipeline for the test graph depicted `above <#fig-deps-complex>`__.

0 commit comments

Comments
 (0)