From 730e345632710c127db6154440c59fd3f1138e38 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 7 May 2012 19:44:09 +0200 Subject: grunt.js testswarm task: shorten job name --- grunt.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grunt.js b/grunt.js index 872c4f81d..202779e0b 100644 --- a/grunt.js +++ b/grunt.js @@ -381,8 +381,8 @@ grunt.registerTask( "testswarm", function( commit, configFile ) { }, { authUsername: "jqueryui", authToken: grunt.file.readJSON( configFile ).jqueryui.authToken, - jobName: 'jQuery UI commit #' + commit + '', - runMax: 4, + jobName: 'jQuery UI commit #' + commit.substr( 0, 10 ) + '', + runMax: 3, "runNames[]": Object.keys(tests), "runUrls[]": testUrls, "browserSets[]": ["popular"] -- cgit v1.2.3