From ed4de55b910547c4925d1acd1be22a3c12431355 Mon Sep 17 00:00:00 2001 From: Duncan Horn Date: Wed, 3 Sep 2025 16:48:41 -0700 Subject: [PATCH 1/2] Correct work item id --- test/fuzz/OneFuzzConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fuzz/OneFuzzConfig.json b/test/fuzz/OneFuzzConfig.json index ed7fa7b..4b1cdce 100644 --- a/test/fuzz/OneFuzzConfig.json +++ b/test/fuzz/OneFuzzConfig.json @@ -27,7 +27,7 @@ "fuzz-inflate.pdb", "clang_rt.asan_dynamic-x86_64.dll" ], - "SdlWorkItemId": 0 + "SdlWorkItemId": 58760469 }, { "jobNotificationEmail": "condev@microsoft.com", @@ -55,7 +55,7 @@ "fuzz-inflate64.pdb", "clang_rt.asan_dynamic-x86_64.dll" ], - "SdlWorkItemId": 0 + "SdlWorkItemId": 58760469 } ] } \ No newline at end of file From d3c51ceab43d138250e5e8683808c3574cbd8abe Mon Sep 17 00:00:00 2001 From: Duncan Horn Date: Wed, 3 Sep 2025 16:58:28 -0700 Subject: [PATCH 2/2] Format JSON, apparently --- test/fuzz/OneFuzzConfig.json | 112 +++++++++++++++++------------------ 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/test/fuzz/OneFuzzConfig.json b/test/fuzz/OneFuzzConfig.json index 4b1cdce..aadabc2 100644 --- a/test/fuzz/OneFuzzConfig.json +++ b/test/fuzz/OneFuzzConfig.json @@ -1,61 +1,61 @@ { - "configVersion": 3, - "entries": [ - { - "jobNotificationEmail": "condev@microsoft.com", - "skip": false, - "rebootAfterSetup": false, - "fuzzer": { - "$type": "libfuzzer", - "fuzzingHarnessExecutableName": "fuzz-inflate.exe" - }, - "oneFuzzJobs": [ + "configVersion": 3, + "entries": [ { - "projectName": "InflateLib", - "targetName": "fuzz-inflate" - } - ], - "adoTemplate": { - "org": "microsoft", - "project": "OS", - "AssignedTo": "active", - "AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\SHINE\\Modern Compression", - "IterationPath": "OS\\Future" - }, - "jobDependencies": [ - "fuzz-inflate.exe", - "fuzz-inflate.pdb", - "clang_rt.asan_dynamic-x86_64.dll" - ], - "SdlWorkItemId": 58760469 - }, - { - "jobNotificationEmail": "condev@microsoft.com", - "skip": false, - "rebootAfterSetup": false, - "fuzzer": { - "$type": "libfuzzer", - "fuzzingHarnessExecutableName": "fuzz-inflate64.exe" - }, - "oneFuzzJobs": [ + "jobNotificationEmail": "condev@microsoft.com", + "skip": false, + "rebootAfterSetup": false, + "fuzzer": { + "$type": "libfuzzer", + "fuzzingHarnessExecutableName": "fuzz-inflate.exe" + }, + "oneFuzzJobs": [ + { + "projectName": "InflateLib", + "targetName": "fuzz-inflate" + } + ], + "adoTemplate": { + "org": "microsoft", + "project": "OS", + "AssignedTo": "active", + "AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\SHINE\\Modern Compression", + "IterationPath": "OS\\Future" + }, + "jobDependencies": [ + "fuzz-inflate.exe", + "fuzz-inflate.pdb", + "clang_rt.asan_dynamic-x86_64.dll" + ], + "SdlWorkItemId": 58760469 + }, { - "projectName": "InflateLib", - "targetName": "fuzz-inflate64" + "jobNotificationEmail": "condev@microsoft.com", + "skip": false, + "rebootAfterSetup": false, + "fuzzer": { + "$type": "libfuzzer", + "fuzzingHarnessExecutableName": "fuzz-inflate64.exe" + }, + "oneFuzzJobs": [ + { + "projectName": "InflateLib", + "targetName": "fuzz-inflate64" + } + ], + "adoTemplate": { + "org": "microsoft", + "project": "OS", + "AssignedTo": "active", + "AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\SHINE\\Modern Compression", + "IterationPath": "OS\\Future" + }, + "jobDependencies": [ + "fuzz-inflate64.exe", + "fuzz-inflate64.pdb", + "clang_rt.asan_dynamic-x86_64.dll" + ], + "SdlWorkItemId": 58760469 } - ], - "adoTemplate": { - "org": "microsoft", - "project": "OS", - "AssignedTo": "active", - "AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\SHINE\\Modern Compression", - "IterationPath": "OS\\Future" - }, - "jobDependencies": [ - "fuzz-inflate64.exe", - "fuzz-inflate64.pdb", - "clang_rt.asan_dynamic-x86_64.dll" - ], - "SdlWorkItemId": 58760469 - } - ] + ] } \ No newline at end of file