From 262ae44f2f6fc510e1b29ab32253687070517d8b Mon Sep 17 00:00:00 2001 From: "Maxim.Kolmakov" Date: Wed, 4 Dec 2024 11:06:23 +0100 Subject: [PATCH] Add new projects to perfUnit tests --- .../src/components/common/youtrack/YoutrackClient.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dashboard/new-dashboard/src/components/common/youtrack/YoutrackClient.ts b/dashboard/new-dashboard/src/components/common/youtrack/YoutrackClient.ts index e0ec67e8..c842c5d7 100644 --- a/dashboard/new-dashboard/src/components/common/youtrack/YoutrackClient.ts +++ b/dashboard/new-dashboard/src/components/common/youtrack/YoutrackClient.ts @@ -70,6 +70,11 @@ export class YoutrackClient { jbr: [{ name: "JetBrains Runtime", id: "22-202" }], qodana: [{ name: "Qodana", id: "22-332" }], fleet: [{ name: "Fleet", id: "22-520" }], + perfUnitTests: [ + { name: "IDEA", id: "22-22" }, + { name: "Kotlin Plugin", id: "22-414" }, + { name: "WebStorm", id: "22-96" }, + ], } private getConfiguratorId(): string {