Skip to content

Commit

Permalink
Don't run the JIT formatting job in release/6.0 (#61485)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
BruceForstall authored Dec 15, 2021
1 parent 309879d commit b2f42fa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions eng/pipelines/coreclr/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2f42fa

Please sign in to comment.