]> source.dussan.org Git - jquery-ui.git/commitdiff
grunt.js testswarm task: shorten job name
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 7 May 2012 17:44:09 +0000 (19:44 +0200)
committerScott González <scott.gonzalez@gmail.com>
Mon, 7 May 2012 18:05:44 +0000 (14:05 -0400)
grunt.js

index 872c4f81d05b0abfe3eea0f4d822bdfa484b2fd0..202779e0b4e517c976647a6fc87cf87322e7f6e1 100644 (file)
--- 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"]