projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa0a129
)
This should enable Server GC for ubuntu PR CI builds
author
William Godbe
<william.godbe@comcast.net>
Fri, 29 Jan 2016 20:59:19 +0000
(12:59 -0800)
committer
William Godbe
<william.godbe@comcast.net>
Fri, 29 Jan 2016 20:59:19 +0000
(12:59 -0800)
netci.groovy
patch
|
blob
|
history
diff --git
a/netci.groovy
b/netci.groovy
index
d5ac842
..
92032ae
100644
(file)
--- a/
netci.groovy
+++ b/
netci.groovy
@@
-756,9
+756,9
@@
combinedScenarios.each { scenario ->
Utilities.getFullJobName(project, getJobName(configuration, architecture, 'windows_nt', scenario, true, branchName), isPR)
}
// Enable Server GC for Ubuntu PR builds
- def serverGCString =
""
+ def serverGCString =
''
if (os == 'Ubuntu' && isPR){
- serverGCString =
"--useServerGC"
+ serverGCString =
'--useServerGC'
}
def newJob = job(Utilities.getFullJobName(project, jobName, isPR)) {