Skip to content

Commit 06e5f6e

Browse files
authored
Merge pull request #7053 from keveleigh/cherrypick-261ef0c2732b2f75869c3a368281444b683df12e
Cherrypick PR #7039 from wiwei/fastervalidation to stabilization
2 parents 609143d + fd78056 commit 06e5f6e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pipelines/pr.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,16 @@ jobs:
1818
- template: templates/common.yml
1919
parameters:
2020
# For mrtk_pr builds, don't build all flavors to reduce the amount of time
21-
# taken for each validation run. Note that this flavor is still checked in
22-
# the ongoing rolling CI build. This build in particular is highly correlated
23-
# the .NET x86 build and ARM IL2CPP build.
21+
# taken for each validation run. With this configuration, only the Standalone
22+
# configuration is built.
23+
# Note that all of the flavors are still built during the rolling CI.
24+
# If there are failures in rolling CI in any of these tasks, we should re-enable
25+
# the specific flavors below that are experiencing failures in CI (for example,
26+
# if we're actively working on features that have a lot of churn on underlying
27+
# WMR APIs, buildUWPArm would be a good candidate to re-enable)
2428
buildUWPX86: false
29+
buildUWPArm: false
30+
buildUWPDotNet: false
2531
# For mrtk_pr builds, validation scripts (code and docs) should be scoped to only
2632
# the set of changed files, so that we can save some time. There's no need to
2733
# check unchanged files for code style/doc style violations.

0 commit comments

Comments
 (0)