Use quiet validation in modernization tasks

This commit is contained in:
2026-06-17 17:29:59 +02:00
parent bce372f9fe
commit 62984509ba

View File

@@ -139,8 +139,7 @@ Done when:
Validation: Validation:
```powershell ```powershell
cmake --build --preset windows-msvc-default --config Debug --target pp_app_core_app_thread_tests PanoPainter powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter,pp_app_core_app_thread_tests -TestRegex "pp_app_core_app_thread"
ctest --preset desktop-fast --build-config Debug -R pp_app_core_app_thread --output-on-failure
python scripts/dev/check_component_boundaries.py python scripts/dev/check_component_boundaries.py
``` ```
@@ -203,8 +202,7 @@ Done when:
Validation: Validation:
```powershell ```powershell
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter pp_renderer_api_tests pp_renderer_gl_capabilities_tests powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter,pp_renderer_api_tests,pp_renderer_gl_capabilities_tests -TestRegex "pp_renderer|pp_paint_renderer"
ctest --preset desktop-fast --build-config Debug -R "pp_renderer|pp_paint_renderer" --output-on-failure
python scripts/dev/check_renderer_api_contract.py python scripts/dev/check_renderer_api_contract.py
``` ```
@@ -261,8 +259,7 @@ Done when:
Validation: Validation:
```powershell ```powershell
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter pano_cli pp_app_core_document_export_tests pp_paint_renderer_compositor_tests powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter,pano_cli,pp_app_core_document_export_tests,pp_paint_renderer_compositor_tests -TestRegex "document_export|paint_renderer"
ctest --preset desktop-fast --build-config Debug -R "document_export|paint_renderer" --output-on-failure
``` ```
Mini-model packet: Mini-model packet:
@@ -315,8 +312,7 @@ Done when:
Validation: Validation:
```powershell ```powershell
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter pp_paint_renderer_compositor_tests powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter,pp_paint_renderer_compositor_tests -TestRegex "paint_renderer|stroke_preview"
ctest --preset desktop-fast --build-config Debug -R "paint_renderer|stroke_preview" --output-on-failure
``` ```
Mini-model packet: Mini-model packet:
@@ -371,8 +367,7 @@ Done when:
Validation: Validation:
```powershell ```powershell
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter pp_ui_core_layout_xml_tests pp_ui_core_node_lifetime_tests pp_ui_core_overlay_lifetime_tests powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter,pp_ui_core_layout_xml_tests,pp_ui_core_node_lifetime_tests,pp_ui_core_overlay_lifetime_tests -TestRegex "pp_ui_core"
ctest --preset desktop-fast --build-config Debug -R "pp_ui_core" --output-on-failure
python scripts/dev/check_component_boundaries.py python scripts/dev/check_component_boundaries.py
``` ```
@@ -423,8 +418,7 @@ Done when:
Validation: Validation:
```powershell ```powershell
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter pp_ui_core_node_lifetime_tests pp_ui_core_overlay_lifetime_tests powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter,pp_ui_core_node_lifetime_tests,pp_ui_core_overlay_lifetime_tests -TestRegex "ui_core_(node_lifetime|overlay_lifetime)"
ctest --preset desktop-fast --build-config Debug -R "ui_core_(node_lifetime|overlay_lifetime)" --output-on-failure
``` ```
Mini-model packet: Mini-model packet:
@@ -472,8 +466,7 @@ Done when:
Validation: Validation:
```powershell ```powershell
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter pano_cli powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter,pano_cli -TestRegex "pp_app_core|pano_cli_plan"
ctest --preset desktop-fast --build-config Debug -R "pp_app_core|pano_cli_plan" --output-on-failure
``` ```
Mini-model packet: Mini-model packet:
@@ -521,8 +514,7 @@ Done when:
Validation: Validation:
```powershell ```powershell
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter pp_platform_api_tests powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter,pp_platform_api_tests -TestRegex "pp_platform_api"
ctest --preset desktop-fast --build-config Debug -R pp_platform_api --output-on-failure
python scripts/dev/check_component_boundaries.py python scripts/dev/check_component_boundaries.py
``` ```
@@ -568,8 +560,7 @@ Done when:
Validation: Validation:
```powershell ```powershell
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter -TestRegex "pp_ui_core|pp_app_core"
ctest --preset desktop-fast --build-config Debug -R "pp_ui_core|pp_app_core" --output-on-failure
``` ```
Mini-model packet: Mini-model packet:
@@ -614,8 +605,7 @@ Done when:
Validation: Validation:
```powershell ```powershell
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter -TestRegex "pp_app_core|pp_ui_core"
ctest --preset desktop-fast --build-config Debug -R "pp_app_core|pp_ui_core" --output-on-failure
``` ```
Mini-model packet: Mini-model packet:
@@ -663,8 +653,7 @@ Done when:
Validation: Validation:
```powershell ```powershell
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter pano_cli pp_app_core_document_session_tests pp_app_core_document_route_tests powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter,pano_cli,pp_app_core_document_session_tests,pp_app_core_document_route_tests -TestRegex "document_(session|route)"
ctest --preset desktop-fast --build-config Debug -R "document_(session|route)" --output-on-failure
``` ```
Mini-model packet: Mini-model packet:
@@ -714,8 +703,7 @@ Done when:
Validation: Validation:
```powershell ```powershell
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter pano_cli pp_app_core_document_cloud_tests pp_app_core_brush_package_import_tests pp_app_core_brush_package_export_tests pp_assets_brush_package_tests powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter,pano_cli,pp_app_core_document_cloud_tests,pp_app_core_brush_package_import_tests,pp_app_core_brush_package_export_tests,pp_assets_brush_package_tests -TestRegex "document_cloud|brush_package"
ctest --preset desktop-fast --build-config Debug -R "document_cloud|brush_package" --output-on-failure
``` ```
Mini-model packet: Mini-model packet: