|
| 1 | +# Continuous Integration |
| 2 | + |
| 3 | +## Build Support Tiers |
| 4 | + |
| 5 | +### Tier 1 Configurations |
| 6 | + |
| 7 | +Tier 1 configuraitons are regularly tested and expected to be known good. |
| 8 | +Builders of these configurations are enabled in pre-merge testing and PRs should |
| 9 | +not regress these configurations. |
| 10 | + |
| 11 | +When these configurations fail it should be high priority to correct them. |
| 12 | + |
| 13 | +Configurations: |
| 14 | +* Windows Intel GPU DirectX |
| 15 | +* Windows Intel GPU Vulkan |
| 16 | +* Windows WARP LKG x64 |
| 17 | +* Windows WARP LKG arm64 |
| 18 | + |
| 19 | +### Tier 2 Configurations |
| 20 | + |
| 21 | +Tier 2 configurations are are regularly tested and expected to be known good. |
| 22 | +Builders of these configurations are enabled in pre-merge testing and PRs should |
| 23 | +avoid regressing these configurations. |
| 24 | + |
| 25 | +Because these configurations are less stable and rely more heavily on tooling |
| 26 | +outside our direct control PRs may liberally `XFAIL` new tests that only fail on |
| 27 | +Tier 2 configurations. |
| 28 | + |
| 29 | +Configurations: |
| 30 | +* macOS Metal |
| 31 | + |
| 32 | +### Experimental Configurfations |
| 33 | + |
| 34 | +Experimental configurations are testing configurations that have been |
| 35 | +recently added and are not yet completely passing. These configurations are not |
| 36 | +included in pre-merge testing unless a PR has the `test-all` label applied to |
| 37 | +it. |
| 38 | + |
| 39 | +Experimental configurations should be promoted out to other tiers once they are |
| 40 | +robustly passing. |
| 41 | + |
| 42 | +Configurations: |
| 43 | +* Windows AMD GPU DirectX |
| 44 | +* Windows AMD GPU Vulkan |
| 45 | +* Windows NVIDIA GPU DirectX |
| 46 | +* Windows NVIDIA GPU Vulkan |
| 47 | +* Windows QC GPU DirectX |
| 48 | +* Windows QC GPU Vulkan |
| 49 | + |
| 50 | +## Build Hardware |
| 51 | + |
| 52 | +### Apple M1 |
| 53 | + |
| 54 | +* CPU: Apple M1 |
| 55 | +* GPU: Apple M1 |
| 56 | +* RAM: 16 GiB |
| 57 | +* Configurations: |
| 58 | + * macOS Metal |
| 59 | + |
| 60 | +### Windows AMD GPU |
| 61 | + |
| 62 | +* CPU: AMD Ryzen 7 9700X |
| 63 | +* GPU: AMD Radeon RX 9070 |
| 64 | +* RAM: 32 GiB |
| 65 | +* Configurations: |
| 66 | + * Windows AMD GPU DirectX |
| 67 | + * Windows AMD GPU Vulkan |
| 68 | + |
| 69 | +### Windows Intel GPU |
| 70 | + |
| 71 | +* CPU: Intel Core i9-10900 |
| 72 | +* GPU: Intel UHD Graphics 630 |
| 73 | +* RAM: 64 GiB |
| 74 | +* Configurations: |
| 75 | + * Windows Intel GPU DirectX |
| 76 | + * Windows Intel GPU Vulkan |
| 77 | + * Windows WARP LKG x64 |
| 78 | + |
| 79 | +### Windows NVIDIA GPU |
| 80 | + |
| 81 | +* CPU: Intel(R) Core(TM) i5-14400F |
| 82 | +* GPU: NVIDIA GeForce RTX 5070 |
| 83 | +* RAM: 16 GiB |
| 84 | +* Configurations: |
| 85 | + * Windows NVIDIA GPU DirectX |
| 86 | + * Windows NVIDIA GPU Vulkan |
| 87 | + |
| 88 | +### Windows Qualcomm GPU |
| 89 | + |
| 90 | +* CPU: Qualcomm Snapdragon X Plus - X1P-64-100 |
| 91 | +* GPU: Qualcomm Adreno X1-85 |
| 92 | +* RAM: 32 GiB |
| 93 | +* Configurations: |
| 94 | + * Windows QC GPU DirectX |
| 95 | + * Windows QC GPU Vulkan |
| 96 | + * Windows WARP LKG arm64 |
0 commit comments