feat: future proof artifact uploads (#37464)

This commit is contained in:
Raymond Zhou
2025-10-14 18:32:48 -04:00
committed by GitHub
parent 86293e5e40
commit da2daf255e
2 changed files with 6 additions and 6 deletions

View File

@@ -91,7 +91,7 @@ def read_warning_data(dir_path):
# TODO(jinder): currently this is hard-coded in, maybe create a constants file with info
# THINK(jinder): but creating file for one constant seems overkill
warnings_file_name_regex = (
r"pytest_warnings_?[\w-]*\.json" # noqa pylint: disable=W1401
r"pytest_warnings_?[\w.-]*\.json" # noqa pylint: disable=W1401
)
# iterate through files_in_dir and see if they match our know file name pattern