We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
container_platform
1 parent 8c4a730 commit 3035adcCopy full SHA for 3035adc
reframe/core/pipeline.py
@@ -490,6 +490,12 @@ def pipeline_hooks(cls):
490
#: :attr:`~reframe.core.containers.ContainerPlatform.command` will be used
491
#: instead.
492
#:
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
499
#: :type: :class:`str` or
500
#: :class:`~reframe.core.containers.ContainerPlatform`.
501
#: :default: the container runtime specified in the current system
0 commit comments