summaryrefslogtreecommitdiff
path: root/Documentation/project-docs/garbage-collector-guidelines.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/project-docs/garbage-collector-guidelines.md')
-rw-r--r--Documentation/project-docs/garbage-collector-guidelines.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/project-docs/garbage-collector-guidelines.md b/Documentation/project-docs/garbage-collector-guidelines.md
index 1981c8ab6f..193758e1d2 100644
--- a/Documentation/project-docs/garbage-collector-guidelines.md
+++ b/Documentation/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 <platform> <flavor> 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:
```