Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: set default testswarm timeout to 15 minutes | Michał Gołębiowski | 2014-04-15 | 1 | -1/+1 |
| | | | | | | We're not testing on IE6-7 anymore. (cherry-picked from a0568b07d8dcd94c3b8a27c0cf5747235c6bf93c) | ||||
* | Build: use browserSets from config file; allow to override | Michał Gołębiowski | 2014-04-15 | 1 | -5/+10 |
| | | | | (cherry-picked from 7869891a97eae93699cc239274e73e53daedf781) | ||||
* | Build: Change the timeout for the weekly job from 4h to 1h | Michał Gołębiowski | 2014-03-18 | 1 | -4/+4 |
| | | | | (cherry-picked from c1e9bb9e61a79a1d0c4300cc31eac7ff61107085) | ||||
* | Build: Refactor testswarm Grunt task options | Michał Gołębiowski | 2014-03-16 | 1 | -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 correctly | Jörn Zaefferer | 2014-03-12 | 1 | -5/+4 |
| | | | | (cherry-picked from 22c515c6717efe46685b43215208aa4e5648fbc8) | ||||
* | Build: Allow to specify timeout in the testswarm task | Michał Gołębiowski | 2014-03-11 | 1 | -7/+3 |
| | | | | (cherry-picked from a81dbc4ed82bc38b1ac5f6a8242e044232ea1594) | ||||
* | Build: Make it possible to change browserSets in the testswarm task | Michał Gołębiowski | 2014-03-10 | 1 | -2/+6 |
| | | | | (cherry-picked from 14872941f9de78e7436e58ac1f03a4b2d5aa34e8) | ||||
* | Build: Specify browserSets for TestSwarm directly | Michał Gołębiowski | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | Gruntfile: Remove project prefix from TestSwarm job name | Timo Tijhof | 2013-10-06 | 1 | -2/+2 |
| | |||||
* | Move jQuery specific tasks to independent files. Close gh-1334. | Oleg Gaidarenko | 2013-08-16 | 1 | -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 |