aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks/testswarm.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: set default testswarm timeout to 15 minutesMichał Gołębiowski2014-04-151-1/+1
| | | | | | We're not testing on IE6-7 anymore. (cherry-picked from a0568b07d8dcd94c3b8a27c0cf5747235c6bf93c)
* Build: use browserSets from config file; allow to overrideMichał Gołębiowski2014-04-151-5/+10
| | | | (cherry-picked from 7869891a97eae93699cc239274e73e53daedf781)
* Build: Change the timeout for the weekly job from 4h to 1hMichał Gołębiowski2014-03-181-4/+4
| | | | (cherry-picked from c1e9bb9e61a79a1d0c4300cc31eac7ff61107085)
* Build: Refactor testswarm Grunt task optionsMichał Gołębiowski2014-03-161-7/+11
| | | | | | | Add a possibility to specify the project name. Infer browserSets & timeout out of it instead of defining it in the Jenkins configuration. (cherry-picked from aa951a3184fc02551bfcb8381cdac28298432419)
* Build: Fix testswarm task, use API correctlyJörn Zaefferer2014-03-121-5/+4
| | | | (cherry-picked from 22c515c6717efe46685b43215208aa4e5648fbc8)
* Build: Allow to specify timeout in the testswarm taskMichał Gołębiowski2014-03-111-7/+3
| | | | (cherry-picked from a81dbc4ed82bc38b1ac5f6a8242e044232ea1594)
* Build: Make it possible to change browserSets in the testswarm taskMichał Gołębiowski2014-03-101-2/+6
| | | | (cherry-picked from 14872941f9de78e7436e58ac1f03a4b2d5aa34e8)
* Build: Specify browserSets for TestSwarm directlyMichał Gołębiowski2014-01-271-1/+1
|
* Gruntfile: Remove project prefix from TestSwarm job nameTimo Tijhof2013-10-061-2/+2
|
* Move jQuery specific tasks to independent files. Close gh-1334.Oleg Gaidarenko2013-08-161-0/+50
Also: * Confirm build task to the style guide * Use grunt API to load jQuery specific tasks * Add "use strict"; statements Conflicts: Gruntfile.js build/tasks/build.js