aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorTimo Tijhof <krinklemail@gmail.com>2012-05-07 19:44:09 +0200
committerScott González <scott.gonzalez@gmail.com>2012-05-07 14:05:44 -0400
commit730e345632710c127db6154440c59fd3f1138e38 (patch)
treef9bc13e03e69667ae5a8681a3c159e65b61af812 /grunt.js
parenta7e143b4fe395baeda297ea96ef39921ea7f5a5d (diff)
downloadjquery-ui-730e345632710c127db6154440c59fd3f1138e38.tar.gz
jquery-ui-730e345632710c127db6154440c59fd3f1138e38.zip
grunt.js testswarm task: shorten job name
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js4
1 files 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 #<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit + '</a>',
- runMax: 4,
+ jobName: 'jQuery UI commit #<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
+ runMax: 3,
"runNames[]": Object.keys(tests),
"runUrls[]": testUrls,
"browserSets[]": ["popular"]