Skip to content

Commit

Permalink
contrib/intel/jenkins: Print out files to be summarized
Browse files Browse the repository at this point in the history
Summary.py will now print out files to be summarized. This will
make debugging and analysis easier to make sure every test file
that should be summarized is.

Signed-off-by: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin committed Sep 28, 2023
1 parent f0fded2 commit c9020f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/intel/jenkins/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,8 @@ def summarize_items(summary_item, logger, log_dir, mode):

job_name = os.environ['JOB_NAME'].replace('/', '_')

print(f"Files to be summarized: {os.listdir(log_dir)}")

if (release):
release_num = get_release_num(log_dir)
date = datetime.now().strftime("%Y%m%d%H%M%S")
Expand Down

0 comments on commit c9020f9

Please sign in to comment.