Skip to content

Commit 93aea72

Browse files
committed
hidemetadata
1 parent ef2eb92 commit 93aea72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vllm-benchmarks/upload_benchmark_results.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ def get_benchmark_metadata(head_branch: str, head_sha: str) -> Dict[str, Any]:
9393
"repo": REPO,
9494
"head_branch": head_branch,
9595
"head_sha": head_sha,
96-
"workflow_id": os.getenv("WORKFLOW_ID", timestamp),
97-
"run_attempt": os.getenv("RUN_ATTEMPT", 1),
98-
"job_id": os.getenv("JOB_ID", timestamp),
96+
"workflow_id": os.getenv("GITHUB_RUN_ID", timestamp),
97+
"run_attempt": os.getenv("GITHUB_RUN_ATTEMPT", 1),
98+
"job_id": os.getenv("GITHUB_JOB", timestamp),
9999
}
100100

101101

0 commit comments

Comments
 (0)