Skip to content

Commit af91d41

Browse files
authored
[Benchmarks] Fix archiving time parameters (#20453)
1 parent 25d2e78 commit af91d41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devops/scripts/benchmarks/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,8 @@ def validate_and_parse_env_args(env_args):
720720
options.build_jobs = args.build_jobs
721721
options.hip_arch = args.hip_arch
722722
options.flamegraph = args.flamegraph is not None
723+
options.archive_baseline_days = args.archive_baseline_after
724+
options.archive_pr_days = args.archive_pr_after
723725

724726
# Initialize logger with command line arguments
725727
initialize_logger(args.verbose, args.log_level)

0 commit comments

Comments
 (0)