]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Use browserSets from testswarm config
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 20 Feb 2015 04:42:29 +0000 (04:42 +0000)
committerScott González <scott.gonzalez@gmail.com>
Fri, 20 Feb 2015 16:13:27 +0000 (11:13 -0500)
It's already in jQuery's Jenkins node-testswarm config
(and set to the same value) but not used yet.

Reference it to make sure it keeps working in the future.

Closes gh-1452

build/tasks/testswarm.js

index bcbd764f829f68833f3cdf9f703685fe551d8fa8..860145bc93a7d4bab5eb58b1fc38b95f885cf2e0 100644 (file)
@@ -59,7 +59,7 @@ function submit( commit, runs, configFile, extra, done ) {
                name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
                runs: runs,
                runMax: config.runMax,
-               browserSets: [ "popular-ui" ],
+               browserSets: config.browserSets,
                timeout: 1000 * 60 * 30
        }, function( error, passed ) {
                if ( error ) {