diff options
author | Michelle McDaniel <adiaaida@gmail.com> | 2016-08-25 11:27:17 -0700 |
---|---|---|
committer | Michelle McDaniel <adiaaida@gmail.com> | 2016-08-25 15:29:37 -0700 |
commit | c7868f2b57bedf2e24475cd30ebea5535b69e12d (patch) | |
tree | ba5521e41a7dd44832ae9466906c346a684e4e72 /Documentation/project-docs | |
parent | cace8ca2ab09601c06ba382552c5a772536d7908 (diff) | |
download | coreclr-c7868f2b57bedf2e24475cd30ebea5535b69e12d.tar.gz coreclr-c7868f2b57bedf2e24475cd30ebea5535b69e12d.tar.bz2 coreclr-c7868f2b57bedf2e24475cd30ebea5535b69e12d.zip |
Move groovy logic to python script
Diffstat (limited to 'Documentation/project-docs')
-rw-r--r-- | Documentation/project-docs/ci-trigger-phrases.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/project-docs/ci-trigger-phrases.md b/Documentation/project-docs/ci-trigger-phrases.md index 4105b5d75a..9751ed0f6a 100644 --- a/Documentation/project-docs/ci-trigger-phrases.md +++ b/Documentation/project-docs/ci-trigger-phrases.md @@ -67,6 +67,7 @@ To trigger a job, post a comment on your PR with "@dotnet-bot {trigger-phrase}". - **Windows_NT x64 Checked GCStress=0xc JitStress=2 Build & Test:** "test Windows_NT gcstress0xc_jitstress2" - **Windows_NT x64 Checked GCStress=0xc MinOpts Heap Verify 1 Build & Test:** "test Windows_NT gcstress0xc_minopts_heapverify1" - **Windows_NT x64 Checked Long-Running GC Build & Test:**: "test Windows_NT x64 Checked longgc" +- **Windows_NT x64 Formatting:**: "test Windows_NT formatting" - **Windows_NT x64 Checked CoreFX Baseline Build & Test:** "test Windows_NT corefx_baseline" - **Windows_NT x64 Checked CoreFX MinOpts Build & Test:** "test Windows_NT corefx_minopts" - **Windows_NT x64 Checked CoreFX JitStress=1 Build & Test:** "test Windows_NT corefx_jitstress1" @@ -192,6 +193,7 @@ To trigger a job, post a comment on your PR with "@dotnet-bot {trigger-phrase}". - **Ubuntu x64 Checked GCStress=0xc JitStress=2 Build & Test:** "test Ubuntu gcstress0xc_jitstress2" - **Ubuntu x64 Checked GCStress=0xc MinOpts Heap Verify 1 Build & Test:** "test Ubuntu gcstress0xc_minopts_heapverify1" - **Ubuntu x64 Checked Long-Running GC Build & Test:**: "test Ubuntu Checked longgc" +- **Ubuntu x64 Formatting:**: "test Ubuntu formatting" - **Ubuntu x64 Checked CoreFX Baseline Build & Test:** "test Ubuntu corefx_baseline" - **Ubuntu x64 Checked CoreFX MinOpts Build & Test:** "test Ubuntu corefx_minopts" - **Ubuntu x64 Checked CoreFX JitStress=1 Build & Test:** "test Ubuntu corefx_jitstress1" |