From 97405fdd05d425691d13cd2d4911dc8bd877d8b2 Mon Sep 17 00:00:00 2001 From: Jacky <18255193+kthui@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:49:01 -0700 Subject: [PATCH] refactor: Include job id and nightly tag to results uploaded (#7751) --- qa/common/reporter.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qa/common/reporter.py b/qa/common/reporter.py index c4ab0880ee..57ce381c1f 100755 --- a/qa/common/reporter.py +++ b/qa/common/reporter.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. +# Copyright 2019-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -47,6 +47,8 @@ "CUDNN_VERSION", "CUBLAS_VERSION", "BENCHMARK_PIPELINE", + "BENCHMARK_JOB_ID", + "BENCHMARK_NIGHTLY_TAG", "BENCHMARK_REPO_BRANCH", "BENCHMARK_REPO_COMMIT", "BENCHMARK_CLUSTER",