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
diff options
context:
space:
mode:
authorSteve MacLean <Steve.MacLean@microsoft.com>2021-03-12 03:14:56 +0300
committerGitHub <noreply@github.com>2021-03-12 03:14:56 +0300
commit7e49088a11c0c6eaa6a27ff5101dbd9ed27d2b7c (patch)
tree2229e75e51e3be7d1971172bf978db0a536a9b4a /eng/pipelines/common/evaluate-default-paths.yml
parent95e6ee6b505ca9bcc09be6239d974c30d2fd0807 (diff)
Apple Silicon coreclr runtime tests (#49447)
* Apple Silicon coreclr runtime tests Create SetPathVars_coreclr_AppleSilicon for enabling limited PR runtime testing Enable coreclr runtime tests on Apple Silicon for isFullMatrix & SetPathVars_coreclr_AppleSilicon.containsChange * Fix did not find alphanumeric * Enable OSX.1100.ARM64.Open for PR triggers
Diffstat (limited to 'eng/pipelines/common/evaluate-default-paths.yml')
-rw-r--r--eng/pipelines/common/evaluate-default-paths.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/eng/pipelines/common/evaluate-default-paths.yml b/eng/pipelines/common/evaluate-default-paths.yml
index 1e2641a309c..387776589d7 100644
--- a/eng/pipelines/common/evaluate-default-paths.yml
+++ b/eng/pipelines/common/evaluate-default-paths.yml
@@ -81,6 +81,21 @@ jobs:
- eng/pipelines/coreclr/*
- eng/pipelines/mono/*
- eng/pipelines/libraries/*
+ # We have limited Apple Silicon testing capacity
+ # We want PR testing on a narrower set of changes
+ # Specifically runtime directories which are higher risk of
+ # introducing a platform specific regression
+ - subset: coreclr_AppleSilicon
+ include:
+ - src/coreclr/dlls/*
+ - src/coreclr/gc/*
+ - src/coreclr/gcinfo/*
+ - src/coreclr/inc/*
+ - src/coreclr/jit/*
+ - src/coreclr/pal/*
+ - src/coreclr/vm/*
+ exclude:
+ - '*'
- ${{ if ne(parameters.extraSubsets, '') }}:
- ${{ parameters.extraSubsets }}