You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/running.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -862,6 +862,9 @@ All handlers accept the following set of attributes (keys) in their configuratio
862
862
In this case, the accuracy depends on the execution policy used.
863
863
If tests are executed with the serial execution policy, this is close to the real completion time, but if the asynchronous execution policy is used, it can differ significantly.
864
864
If the job completion time cannot be retrieved, ``None`` will be printed.
865
+
- ``check_job_completion_time_unix``: *[new in 3.0]* The completion time of the job spawned by this regression test expressed as UNIX time.
866
+
This is a raw time field and will not be formatted according to ``datefmt``.
867
+
If specific formatting is desired, the ``check_job_completion_time`` should be used instead.
865
868
- ``check_name``: Prints the name of the regression test on behalf of which ReFrame is currently executing.
866
869
If ReFrame is not in the context of regression test, ``reframe`` will be printed.
867
870
- ``check_num_tasks``: The number of tasks assigned to the regression test.
0 commit comments