From 510dcbe16a55e3c66c3d5bd6b85fd92296d7046b Mon Sep 17 00:00:00 2001 From: Maoni Stephens Date: Mon, 3 Jun 2019 21:28:01 -0700 Subject: [PATCH] fix doc for stress run instructions (dotnet/coreclr#24941) Commit migrated from https://github.com/dotnet/coreclr/commit/1ab8b90ca9f8748776b00cc21cd5740b53dec67b --- docs/coreclr/project-docs/garbage-collector-guidelines.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/coreclr/project-docs/garbage-collector-guidelines.md b/docs/coreclr/project-docs/garbage-collector-guidelines.md index 1981c8ab6fa..193758e1d2c 100644 --- a/docs/coreclr/project-docs/garbage-collector-guidelines.md +++ b/docs/coreclr/project-docs/garbage-collector-guidelines.md @@ -26,8 +26,7 @@ Required Testing: Validation of the behavior of the affected APIs. ## Stress Testing ## Stress testing must run for at least **48 hours** against a debug build. -Stress testing for checked and release builds can be done on pull requests with The .NET CI infrastructure. -A stress run can be requested using the trigger phrase: +Stress testing for checked and release builds can be run locally. Please following the instructions described in tests\src\GC\Stress\stress_run_readme.txt. You can also request it on pull requests with The .NET CI infrastructure with the trigger phrase: ``` @dotnet_bot test gc_reliability_framework @@ -38,8 +37,6 @@ This will run the stress framework for the default amount of time (15 hours) on ## Functional Testing ## A functional test run executes the same code as a stress run, but only runs for 30 minutes. -Instructions for running stress are located in the repo at tests\src\GC\Stress\stress_run_readme.txt. - It is recommended that you run at least some of the below PR-triggered CI jobs: ``` -- GitLab