From d3cef6a2aa5bfa17e2742f0cab9de41589f37900 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Thu, 11 Nov 2021 14:41:18 -0800 Subject: [PATCH] Don't run the JIT formatting job in release/6.0 The format job depends on the `main` branch of dotnet/jitutils (which isn't properly versioned). Avoid future changes to jitutils causing a break in servicing by disabling the formatting job. Note that there is very little benefit to maintaining the formatting CI requirement in servicing anyway. --- eng/pipelines/coreclr/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/eng/pipelines/coreclr/ci.yml b/eng/pipelines/coreclr/ci.yml index c4cbf06a14bde..282d83d4030e5 100644 --- a/eng/pipelines/coreclr/ci.yml +++ b/eng/pipelines/coreclr/ci.yml @@ -150,13 +150,3 @@ jobs: crossgen2: true displayNameArgs: R2R_CG2 liveLibrariesBuildConfig: Release - -# -# Formatting -# -- template: /eng/pipelines/common/platform-matrix.yml - parameters: - jobTemplate: /eng/pipelines/coreclr/templates/format-job.yml - platforms: - - Linux_x64 - - windows_x64