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
(cherry picked from commit 1e7a1e811f)
(cherry picked from commit 258dbe3ae4)

Conflicts:

	build/tasks/testswarm.js
(cherry picked from commit 1d30b8051b4d92dcd42cd856a1fbcc24a1ec42d0)
This commit is contained in:
Timo Tijhof 2015-02-20 04:42:29 +00:00 committed by Scott González
parent db4083651e
commit 2e1481c433

View File

@ -61,7 +61,8 @@ 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 ) {
grunt.log.error( error );