Skip to content
Snippets Groups Projects

Feat: Update timing summary

Merged Mikhail Karnevskiy requested to merge feat/update_timig_summary into master
1 unresolved thread

@ahmedk @kamile @tmichela

Timing summary is extended by adding following information

  • Start and end time of slurm job
  • Status of slurm job (Running for the final job, because report is not yet finished)
  • Table of timestamps

Screenshot_from_2020-04-07_14-05-04

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
153 156 ==============
154 157
155 158 .. math::
156 {% for line in table %}
159 {% for line in time_table %}
157 160 {{ line }}
158 161 {%- endfor %}
162
163 .. math::
164 {% for line in job_table %}
165 {{ line }}
166 {%- endfor %}
167
159 168 ''')
160 169
170 time_vals = [['Request retrieved', request_time],
  • beside one comment, LGTM

  • added 1 commit

    Compare with previous version

  • mentioned in commit cdc63b65

  • Please register or sign in to reply
    Loading