summaryrefslogtreecommitdiff
path: root/tests/scripts/run-gc-reliability-framework.cmd
AgeCommit message (Collapse)AuthorFilesLines
2017-11-26Fix Powershell error (#15217)Bruce Forstall1-1/+1
2017-11-22Fix all powershell invocations in scripts, CI code and tests to include ↵Jacek Blaszczynski1-1/+1
-NoProfile (#15164) Code execution in several scripts and tests can be affected by powershell profile execution at startup. Adding -NoProfile option to all powershell invocations which may be affected by execution of profile startup code.
2017-06-02Return 0 on success from GC Reliability Framework scripts (#11990)Sean Gillespie1-1/+14
* Return 0 on success from GC Reliability Framework scripts * Don't save standard out, Jenkins already does this
2017-05-05Add a GC Reliability Framework job to the CI (#11280)Sean Gillespie1-0/+10
* Add GC Reliability Framework CI job * Three changes: 1) To address offline feedback, update the CI trigger phase document and the GC testing instructions 2) Set the timeout for GC RF CI jobs to 24 hours, so they don't time out (they will run for 15 hours by default) 3) Refactor "scenario == 'gc_reliability_framework' to its own method so that new GC RF scenarios can easily and cleanly be added if desired in the future