Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2021-11-16 03:13:42 +0300
committerGitHub <noreply@github.com>2021-11-16 03:13:42 +0300
commit25da88cc34673e9ec051d720ecbdfbe5e479d107 (patch)
tree30e8c605c12dd2920924beef6fd02453d4713671 /eng
parent1c7675493dbf05a8ebd7b3e069f07284fd6db640 (diff)
Only run JIT formatting job if there are JIT changes (#61632)
Diffstat (limited to 'eng')
-rw-r--r--eng/pipelines/common/evaluate-default-paths.yml3
-rw-r--r--eng/pipelines/runtime.yml2
2 files changed, 4 insertions, 1 deletions
diff --git a/eng/pipelines/common/evaluate-default-paths.yml b/eng/pipelines/common/evaluate-default-paths.yml
index 9a29f4d10ae..da3f291a9ce 100644
--- a/eng/pipelines/common/evaluate-default-paths.yml
+++ b/eng/pipelines/common/evaluate-default-paths.yml
@@ -99,6 +99,9 @@ jobs:
- src/coreclr/vm/*
exclude:
- '*'
+ - subset: coreclr_jit
+ include:
+ - src/coreclr/jit/*
- ${{ if ne(parameters.extraSubsets, '') }}:
- ${{ parameters.extraSubsets }}
diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml
index 30d234892d2..770d9c1de4c 100644
--- a/eng/pipelines/runtime.yml
+++ b/eng/pipelines/runtime.yml
@@ -193,7 +193,7 @@ jobs:
eq(variables['Build.SourceBranchName'], 'main'),
eq(variables['System.PullRequest.TargetBranch'], 'main')),
or(
- eq(dependencies.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true),
+ eq(dependencies.evaluate_paths.outputs['SetPathVars_coreclr_jit.containsChange'], true),
eq(variables['isFullMatrix'], true)))
# Build and test clr tools