{% autoescape true %}
Shortcuts: 8.0 (oc) 8.1 (oc-mr1) 9.0 (pi)
{{ message }}
# | manifest_branch | build_target | test_name | device | period | shards | retry_count | param | hostname | priority | serial | build_id (PAB account ID) | GSI | test suite | status | created | last heartbeat |
{{ index }} {% set index = index + 1 %} | {{ job.manifest_branch }} | {{ job.build_target }} | {{ job.test_name }} | {{ job.device }} | {{ job.period }} | {{ job.shards }} | {{ job.retry_count }} | {{ job.param }} | {{ job.hostname }} | {{ job.priority }} | {{ job.serial }} | {{ job.build_id }} ({{ job.pab_account_id }}) | {{ job.gsi_branch }} / {{ job.gsi_build_id }} / {{ job.gsi_build_target }} ({{ job.gsi_pab_account_id }}) | {{ job.test_branch }} / {{ job.test_build_id }} / {{ job.test_build_target }} ({{ job.test_pab_account_id }}) | {{ {0: "ready", 1: "leased", 2: "complete", 3: "infra-err"}[job.status] | default("status key error") }} {% if job.infra_log_url %} (download log) {% endif %} | {{ job.timestamp }} | {{ job.heartbeat_stamp }} |