From 2b40c4d2f34a74e4a0c8ae9920ed93014c051828 Mon Sep 17 00:00:00 2001 From: Mengyuan <162882040+chenmy77@users.noreply.github.com> Date: Fri, 13 Jun 2025 10:20:04 +0800 Subject: [PATCH] [Fuzzing Tests] Use valid areaPath in OneFuzz configuration and Update jobNotificationEmail (#39994) ## Summary of the Pull Request ![image](https://github.com/user-attachments/assets/53c14889-88d3-4a77-af96-314d29a4a410) Update the areapath in the OneFuzzConfig.json to "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\SALT", ## PR Checklist - [ ] **Closes:** #xxx - [ ] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [ ] **Tests:** Added/updated and all pass - [ ] **Localization:** All end-user-facing strings can be localized - [ ] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: #xxx ## Detailed Description of the Pull Request / Additional comments ## Validation Steps Performed --- .../AdvancedPaste/AdvancedPaste.FuzzTests/OneFuzzConfig.json | 2 +- src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json | 2 +- .../fancyzones/FancyZones.FuzzTests/OneFuzzConfig.json | 4 ++-- .../RegistryPreview.FuzzTests/OneFuzzConfig.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/AdvancedPaste/AdvancedPaste.FuzzTests/OneFuzzConfig.json b/src/modules/AdvancedPaste/AdvancedPaste.FuzzTests/OneFuzzConfig.json index bec199b9c0..ca5b104cfe 100644 --- a/src/modules/AdvancedPaste/AdvancedPaste.FuzzTests/OneFuzzConfig.json +++ b/src/modules/AdvancedPaste/AdvancedPaste.FuzzTests/OneFuzzConfig.json @@ -20,7 +20,7 @@ "AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\SALT", "IterationPath": "OS\\Future" }, - "jobNotificationEmail": "leilzh@microsoft.com", + "jobNotificationEmail": "PowerToys@microsoft.com", "skip": false, "rebootAfterSetup": false, "oneFuzzJobs": [ diff --git a/src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json b/src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json index 7530d3292c..b7f9b142b6 100644 --- a/src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json +++ b/src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json @@ -143,7 +143,7 @@ "AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\SALT", "IterationPath": "OS\\Future" }, - "jobNotificationEmail": "mengyuanchen@microsoft.com", + "jobNotificationEmail": "PowerToys@microsoft.com", "skip": false, "rebootAfterSetup": false, "oneFuzzJobs": [ diff --git a/src/modules/fancyzones/FancyZones.FuzzTests/OneFuzzConfig.json b/src/modules/fancyzones/FancyZones.FuzzTests/OneFuzzConfig.json index 01abd5594e..9bbb66816a 100644 --- a/src/modules/fancyzones/FancyZones.FuzzTests/OneFuzzConfig.json +++ b/src/modules/fancyzones/FancyZones.FuzzTests/OneFuzzConfig.json @@ -17,10 +17,10 @@ "org": "microsoft", "project": "OS", "AssignedTo": "mengyuanchen@microsoft.com", - "AreaPath": "OS\\Windows Client and Services\\WinPD\\DEEP-Developer Experience, Ecosystem and Partnerships\\SHINE\\PowerToys", + "AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\SALT", "IterationPath": "OS\\Future" }, - "jobNotificationEmail": "mengyuanchen@microsoft.com", + "jobNotificationEmail": "PowerToys@microsoft.com", "skip": false, "rebootAfterSetup": false, "oneFuzzJobs": [ diff --git a/src/modules/registrypreview/RegistryPreview.FuzzTests/OneFuzzConfig.json b/src/modules/registrypreview/RegistryPreview.FuzzTests/OneFuzzConfig.json index 13cff209b2..86340eedc0 100644 --- a/src/modules/registrypreview/RegistryPreview.FuzzTests/OneFuzzConfig.json +++ b/src/modules/registrypreview/RegistryPreview.FuzzTests/OneFuzzConfig.json @@ -23,7 +23,7 @@ "AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\SALT", "IterationPath": "OS\\Future" }, - "jobNotificationEmail": "mengyuanchen@microsoft.com", + "jobNotificationEmail": "PowerToys@microsoft.com", "skip": false, "rebootAfterSetup": false, "oneFuzzJobs": [