From df6af59ed3425110bbbde292295ad0f4e0285b92 Mon Sep 17 00:00:00 2001 From: Gireesh Punathil Date: Wed, 25 Mar 2020 19:15:56 +0530 Subject: [PATCH 1/2] doc: elevate diagnostic report to tier1 diagnostic report qualifies for all the criteria for being in tier1. Classify it as such. --- doc/guides/diagnostic-tooling-support-tiers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/diagnostic-tooling-support-tiers.md b/doc/guides/diagnostic-tooling-support-tiers.md index 62bca48e1b7af7..2c66be8c66d75c 100644 --- a/doc/guides/diagnostic-tooling-support-tiers.md +++ b/doc/guides/diagnostic-tooling-support-tiers.md @@ -95,7 +95,8 @@ The tools are currently assigned to Tiers as follows: | Tool Type | Tool/API Name | Regular Testing in Node.js CI | Integrated with Node.js | Target Tier | |-----------|---------------------------|-------------------------------|-------------------------|-------------| - | | | | | | + | FFDC | diagnostic report | Yes | Yes | 1 | + | | | | | | ## Tier 2 @@ -123,7 +124,6 @@ The tools are currently assigned to Tiers as follows: | Tool Type | Tool/API Name | Regular Testing in Node.js CI | Integrated with Node.js | Target Tier | |-----------|---------------------------|-------------------------------|-------------------------|-------------| - | FFDC | node-report | No | No | 1 | | Memory | mdb_V8 | No | No | 4 | | Memory | node-heapdump | No | No | 2 | | Memory | V8 heap profiler | No | Yes | 1 | From 1039e50470263e80d41529acdae6a14982b565d3 Mon Sep 17 00:00:00 2001 From: Gireesh Punathil Date: Sat, 18 Apr 2020 17:47:12 +0530 Subject: [PATCH 2/2] fixup: revert node-report tier status --- doc/guides/diagnostic-tooling-support-tiers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/diagnostic-tooling-support-tiers.md b/doc/guides/diagnostic-tooling-support-tiers.md index 2c66be8c66d75c..254f90ecadd5fd 100644 --- a/doc/guides/diagnostic-tooling-support-tiers.md +++ b/doc/guides/diagnostic-tooling-support-tiers.md @@ -124,6 +124,7 @@ The tools are currently assigned to Tiers as follows: | Tool Type | Tool/API Name | Regular Testing in Node.js CI | Integrated with Node.js | Target Tier | |-----------|---------------------------|-------------------------------|-------------------------|-------------| + | FFDC | node-report | No | No | 1 | | Memory | mdb_V8 | No | No | 4 | | Memory | node-heapdump | No | No | 2 | | Memory | V8 heap profiler | No | Yes | 1 |