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/docs
diff options
context:
space:
mode:
authorAndy Gocke <andy@commentout.net>2022-03-11 02:48:39 +0300
committerGitHub <noreply@github.com>2022-03-11 02:48:39 +0300
commit4f7d9e75611ec0f051ad05e852130392de5384c2 (patch)
tree0b57b3f276faafec28ac720e248d8757216c6218 /docs
parent3fc949bc10a83c8b62c8938ba2ae09b6ceb8169d (diff)
Add table of testing configurations (#66347)
* Add table of testing configurations * Remove "cross" from specification
Diffstat (limited to 'docs')
-rw-r--r--docs/infra/test-configurations.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/infra/test-configurations.md b/docs/infra/test-configurations.md
new file mode 100644
index 00000000000..37fc5e4a05e
--- /dev/null
+++ b/docs/infra/test-configurations.md
@@ -0,0 +1,45 @@
+
+# Test Configurations
+
+This document lists the configurations (platforms and settings) that we expect the various runtime components to be tested in, and how often changes are tested.
+
+## In pull requests
+
+These configurations are tested in every pull request.
+
+### CLR Tests
+
+- Windows 11 Client
+ - x86 checked
+ - x64 checked
+ - arm64 checked
+- Ubuntu 18.04 Open
+ - x64 checked
+ - arm64 checked
+ - arm32 checked
+
+### Mono Tests
+
+### Libraries Tests
+
+### Installer Tests
+
+All builds are
+
+- Windows 10 x64 Client VS2019
+ - x64 Release
+ - x86 Release
+ - arm32 Release
+ - arm64 Release
+- Ubuntu 18.04 x64
+ - Linux x64 Release
+ - Linux arm64 Release
+ - Linux arm64 musl Release
+ - Linux arm32 Release
+ - Linux arm32 musl Release
+ - FreeBSD x64 (build only)
+- MacOS 11.6.4 x64
+ - x64 Release
+ - arm64 Release
+
+## Rolling Builds