Skip to content

Commit 97405fd

Browse files
authored
refactor: Include job id and nightly tag to results uploaded (#7751)
1 parent f589b8a commit 97405fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

qa/common/reporter.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22

3-
# Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
3+
# Copyright 2019-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions
@@ -47,6 +47,8 @@
4747
"CUDNN_VERSION",
4848
"CUBLAS_VERSION",
4949
"BENCHMARK_PIPELINE",
50+
"BENCHMARK_JOB_ID",
51+
"BENCHMARK_NIGHTLY_TAG",
5052
"BENCHMARK_REPO_BRANCH",
5153
"BENCHMARK_REPO_COMMIT",
5254
"BENCHMARK_CLUSTER",

0 commit comments

Comments
 (0)