Pass --long-gc and --gcsimulator to long GC and GCSimulator CI jobs, respectively
authorSean Gillespie <segilles@microsoft.com>
Mon, 13 Jun 2016 17:36:12 +0000 (10:36 -0700)
committerSean Gillespie <segilles@microsoft.com>
Mon, 13 Jun 2016 17:36:12 +0000 (10:36 -0700)
netci.groovy

index 8441b13..b57e2b0 100755 (executable)
@@ -2001,10 +2001,10 @@ combinedScenarios.each { scenario ->
                         // going to be run. The GCSimulator playlist contains all of
                         // the GC simulator tests.
                         if (scenario == 'longgc') {
-                            playlistString = '--playlist=./tests/longRunningGcTests.txt'
+                            playlistString = '--long-gc --playlist=./tests/longRunningGcTests.txt'
                         }
                         else if (scenario == 'gcsimulator') {
-                            playlistString = '--playlist=./tests/gcSimulatorTests.txt'
+                            playlistString = '--gcsimulator --playlist=./tests/gcSimulatorTests.txt'
                         }
                     }