From 84152dfc6c43222354b61c0b101b9020ba2444d5 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Tue, 5 Nov 2024 13:50:31 -0800 Subject: [PATCH] test --- torchci/lib/JobClassifierUtil.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchci/lib/JobClassifierUtil.ts b/torchci/lib/JobClassifierUtil.ts index 25663f47c5..8ccb499a32 100644 --- a/torchci/lib/JobClassifierUtil.ts +++ b/torchci/lib/JobClassifierUtil.ts @@ -289,7 +289,7 @@ export function getConclusionChar( case JobStatus.Queued: return "Q"; case JobStatus.Pending: - return "P"; + return "?"; case undefined: return "~"; default: