]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Use browserSets from testswarm config 1453/head
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:14:48 +0000 (11:14 -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
(cherry picked from commit 1e7a1e811f7c9d624b2561ea3e2f34f80773ad0c)

build/tasks/testswarm.js

index aa1c52abc53acf97cd7c2b6ffb08d8e33c06ccb7..a23214e6d7d0f67479e44acd1dd36ea0b18e3d5f 100644 (file)
@@ -61,7 +61,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 ) {