Commit d9f24d4
committed
CI: split tests into fast and analysis-heavy lanes
Heavy Lite test classes (AnomalyDetector, FactCollector*,
BaselineProvider, InferenceEngine, Scenario, AnalysisService) only run
when paths under Lite/Analysis, Lite/Services, Lite/DuckDb, Lite/Models,
or Lite.Tests change. Those tests dominate the build at ~5-6 of the 8
test minutes, but the logic underneath rarely changes.
Cheap Lite tests (HealthCalculator, FactScorer, FinOps, FindingStore,
Dismiss*, AlertHistorySource, DuckDbSchema) always run — together they
finish in well under a minute.
Also wires Installer.Tests into CI for the first time, gated on changes
to Installer/, Installer.Core/, Installer.Tests/, install/, or upgrades/.
Generated packages.lock.json so the project participates in --locked-mode
restore + NuGet caching.
Releases force-run everything regardless of paths.1 parent 62ef9d5 commit d9f24d4
2 files changed
Lines changed: 565 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
23 | 43 | | |
24 | 44 | | |
25 | 45 | | |
| |||
33 | 53 | | |
34 | 54 | | |
35 | 55 | | |
| 56 | + | |
36 | 57 | | |
37 | 58 | | |
38 | 59 | | |
39 | 60 | | |
40 | | - | |
41 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
42 | 74 | | |
43 | 75 | | |
44 | 76 | | |
| |||
0 commit comments