Skip to content

Commit

Permalink
RunId
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsegarra committed Apr 26, 2024
1 parent e1053bd commit 9bfbf17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/job_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def extract_jobs_metrics_from_data(jobs_data: dict, queued_node_ids: dict):
"job_id": job["id"],
"job_name": job["name"],
"repository": job["repository"],
"run_id": queued_node_ids[job["id"]].run_id,
"is_public": queued_node_ids[job["id"]].runner_public,
"runner_name": queued_node_ids[job["id"]].runner_name,
"seconds_in_queue": (now - started_at).total_seconds(),
Expand Down

0 comments on commit 9bfbf17

Please sign in to comment.