From: Timo Tijhof Date: Fri, 20 Feb 2015 04:42:29 +0000 (+0000) Subject: Build: Use browserSets from testswarm config X-Git-Tag: 1.12.0-beta.1~440 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1e7a1e811f7c9d624b2561ea3e2f34f80773ad0c;p=jquery-ui.git Build: Use browserSets from testswarm config 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 --- diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index bcbd764f8..860145bc9 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -59,7 +59,7 @@ function submit( commit, runs, configFile, extra, done ) { name: "Commit " + commit.substr( 0, 10 ) + "" + extra, runs: runs, runMax: config.runMax, - browserSets: [ "popular-ui" ], + browserSets: config.browserSets, timeout: 1000 * 60 * 30 }, function( error, passed ) { if ( error ) {