From 999bd502c92049f6d8de547619ae8fe4d0bccb22 Mon Sep 17 00:00:00 2001 From: kthui <18255193+kthui@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:21:16 -0700 Subject: [PATCH] Include job id and nightly tag to result uploaded --- qa/common/reporter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/common/reporter.py b/qa/common/reporter.py index c4ab0880eee..b81c89c7d93 100755 --- a/qa/common/reporter.py +++ b/qa/common/reporter.py @@ -47,6 +47,8 @@ "CUDNN_VERSION", "CUBLAS_VERSION", "BENCHMARK_PIPELINE", + "BENCHMARK_JOB_ID", + "BENCHMARK_NIGHTLY_TAG", "BENCHMARK_REPO_BRANCH", "BENCHMARK_REPO_COMMIT", "BENCHMARK_CLUSTER",