Skip to content

Commit

Permalink
Include job id and nightly tag to result uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
kthui committed Oct 29, 2024
1 parent afe4270 commit 8cd544b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qa/common/reporter.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -47,6 +47,8 @@
"CUDNN_VERSION",
"CUBLAS_VERSION",
"BENCHMARK_PIPELINE",
"BENCHMARK_JOB_ID",
"BENCHMARK_NIGHTLY_TAG",
"BENCHMARK_REPO_BRANCH",
"BENCHMARK_REPO_COMMIT",
"BENCHMARK_CLUSTER",
Expand Down

0 comments on commit 8cd544b

Please sign in to comment.