From 24e50e27bf701127695ba36152e3edfa78e180ac Mon Sep 17 00:00:00 2001
From: Timo Tijhof
Date: Fri, 20 Feb 2015 04:42:29 +0000
Subject: [PATCH] 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.
---
build/tasks/testswarm.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js
index bcbd764f829..860145bc93a 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 ) {