This should enable Server GC for ubuntu PR CI builds
authorWilliam Godbe <william.godbe@comcast.net>
Fri, 29 Jan 2016 20:59:19 +0000 (12:59 -0800)
committerWilliam Godbe <william.godbe@comcast.net>
Fri, 29 Jan 2016 20:59:19 +0000 (12:59 -0800)
netci.groovy

index d5ac842..92032ae 100644 (file)
@@ -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)) {