Skip to content

Commit 3035adc

Browse files
author
Vasileios Karakasis
committed
Add a note in the container_platform docs
1 parent 8c4a730 commit 3035adc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reframe/core/pipeline.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,12 @@ def pipeline_hooks(cls):
490490
#: :attr:`~reframe.core.containers.ContainerPlatform.command` will be used
491491
#: instead.
492492
#:
493+
#: .. note::
494+
#:
495+
#: Only the run phase of the test will run inside the container.
496+
#: If you enable the containerized run in a non run-only test, the
497+
#: compilation phase will still run natively.
498+
#:
493499
#: :type: :class:`str` or
494500
#: :class:`~reframe.core.containers.ContainerPlatform`.
495501
#: :default: the container runtime specified in the current system

0 commit comments

Comments
 (0)