aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildbot_spec.json
Commit message (Collapse)AuthorAge
* Buildbot specs for Linux ANGLE botGravatar borenet2015-09-21
| | | | | | BUG=skia:4362 Review URL: https://codereview.chromium.org/1361453002
* Buildbot spec and gyp defs for SK_USE_DISCARDABLE_SCALEDIMAGECACHE botGravatar borenet2015-09-18
| | | | | | BUG=skia:4354 Review URL: https://codereview.chromium.org/1350283003
* Test-...-Release-SK_FOO --> -DSK_FOOGravatar mtklein2015-09-18
| | | | | | | | | | | When a bot ends with extra_config SK_LIKE_THIS, we'll define SK_LIKE_THIS when compiling. CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SK_USE_DISCARDABLE_SCALEDIMAGECACHE-Trybot,Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot BUG=skia:4354 Review URL: https://codereview.chromium.org/1346833004
* Appurify bot: don't use flags that visualbench doesn't supportGravatar borenet2015-09-03
| | | | | | | Depends on https://codereview.chromium.org/1320423005/ BUG=skia:4277 Review URL: https://codereview.chromium.org/1310903006
* Add buildbot_spec info for Appurify botGravatar borenet2015-08-24
| | | | | | BUG=skia:4093 Review URL: https://codereview.chromium.org/1296593003
* buildbot_spec: Add configuration, do_*_steps, upload_*_results, more envGravatar borenet2015-07-30
| | | | | | | NOTRY=true BUG=skia:4132 Review URL: https://codereview.chromium.org/1258193004
* buildbot_spec.py: Include dm_flags and nanobench_flagsGravatar borenet2015-07-29
| | | | | | | | | Eventually I'll want to merge them into this file, but not just yet. NOTRY=true BUG=skia:4132 Review URL: https://codereview.chromium.org/1257933003
* buildbot_spec.py: Add Android/ChromeOS device info, add builder_cfg dictGravatar borenet2015-07-29
| | | | | | | NOTRY=true BUG=skia:4132 Review URL: https://codereview.chromium.org/1269543002
* Add builder_spec.pyGravatar borenet2015-07-29
Works like dm_flags.py and nanobench_flags.py; adds things like GYP_DEFINES, additional environment variables, and build targets. Required copying builder_name_schema from the tools/build repo. BUG=skia:4132 Review URL: https://codereview.chromium.org/1265623002