* update * update * update --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -547,7 +547,8 @@ class Message:
|
||||
items = re.findall(pattern, line)
|
||||
elif "tests/models/" in line:
|
||||
model = line.split("/")[2]
|
||||
new_failed_tests[model] = {"single-gpu": [], "multi-gpu": []}
|
||||
if model not in new_failed_tests:
|
||||
new_failed_tests[model] = {"single-gpu": [], "multi-gpu": []}
|
||||
for url, device in items:
|
||||
new_failed_tests[model][f"{device}-gpu"].append(line)
|
||||
file_path = os.path.join(os.getcwd(), f"ci_results_{job_name}/new_model_failures.json")
|
||||
|
||||
Reference in New Issue
Block a user