From 5a44025908a7201f63a3c52dc5d455783c80d456 Mon Sep 17 00:00:00 2001 From: Gabriela Araujo Britto Date: Mon, 23 Feb 2026 19:31:00 +0000 Subject: [PATCH] fix oopsie in comment, add JS, schedule TS lsp --- azure-pipelines-gitTests-lsp-js.yml | 23 +++++++++++++++++++++++ azure-pipelines-gitTests-lsp-ts.yml | 14 +++++++------- src/postGithubIssue.ts | 2 +- 3 files changed, 31 insertions(+), 8 deletions(-) create mode 100644 azure-pipelines-gitTests-lsp-js.yml diff --git a/azure-pipelines-gitTests-lsp-js.yml b/azure-pipelines-gitTests-lsp-js.yml new file mode 100644 index 0000000..19569cb --- /dev/null +++ b/azure-pipelines-gitTests-lsp-js.yml @@ -0,0 +1,23 @@ +# schedules: +# - cron: "0 19 * * Sun" # time is in UTC +# displayName: Sunday overnight run +# always: true +# branches: +# include: +# - main + +pr: none +trigger: none + +pool: + name: TypeScript-1ES-Large + demands: + - ImageOverride -equals azure-linux-3 + +extends: + template: azure-pipelines-gitTests-template.yml + parameters: + ENTRYPOINT: lsp + OLD_VERSION: '0' + NEW_VERSION: latest + LANGUAGE: JavaScript diff --git a/azure-pipelines-gitTests-lsp-ts.yml b/azure-pipelines-gitTests-lsp-ts.yml index 5b6f3c4..9b3b63a 100644 --- a/azure-pipelines-gitTests-lsp-ts.yml +++ b/azure-pipelines-gitTests-lsp-ts.yml @@ -1,10 +1,10 @@ -# schedules: -# - cron: "0 19 * * Sun" # time is in UTC -# displayName: Sunday overnight run -# always: true -# branches: -# include: -# - main +schedules: + - cron: "0 19 * * Sun" # time is in UTC + displayName: Sunday overnight run + always: true + branches: + include: + - main pr: none trigger: none diff --git a/src/postGithubIssue.ts b/src/postGithubIssue.ts index 7b7e915..c67305c 100644 --- a/src/postGithubIssue.ts +++ b/src/postGithubIssue.ts @@ -80,7 +80,7 @@ const outputs = resultPaths.map(p => // tsserver groups results by error, causing the summary to not make sense. Remove the list for now. // See issue: https://github.com/microsoft/typescript-error-deltas/issues/114 -if (entrypoint !== "tsserver" || "lsp") { +if (entrypoint !== "tsserver" && entrypoint !== "lsp") { header += ` ## Investigation Status | Repo | Errors | Outcome |