diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2012-05-07 19:44:09 +0200 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-07 14:05:44 -0400 |
commit | 730e345632710c127db6154440c59fd3f1138e38 (patch) | |
tree | f9bc13e03e69667ae5a8681a3c159e65b61af812 /grunt.js | |
parent | a7e143b4fe395baeda297ea96ef39921ea7f5a5d (diff) | |
download | jquery-ui-730e345632710c127db6154440c59fd3f1138e38.tar.gz jquery-ui-730e345632710c127db6154440c59fd3f1138e38.zip |
grunt.js testswarm task: shorten job name
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |