mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
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 commit1e7a1e811f
) (cherry picked from commit258dbe3ae4
) Conflicts: build/tasks/testswarm.js (cherry picked from commit 1d30b8051b4d92dcd42cd856a1fbcc24a1ec42d0)
This commit is contained in:
parent
db4083651e
commit
2e1481c433
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user