aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/android_compile
Commit message (Collapse)AuthorAge
* Make infra failure message in Android compile bot more descriptiveGravatar Ravi Mistry2018-06-19
| | | | | | | | Bug: skia: Change-Id: I473b3f9a42dc9a65e0912263cc5ff8c204bfae6b Reviewed-on: https://skia-review.googlesource.com/135784 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Increase android compile timeoutGravatar Ravi Mistry2018-04-16
| | | | | | | | Bug: skia: Change-Id: I6798da94442945304a9f60aac6e8f0d68c6267b5 Reviewed-on: https://skia-review.googlesource.com/121462 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Increase Android framework bot deadline since we are now building moreGravatar Ravi Mistry2018-03-13
| | | | | | | | | NoTry: true Bug: skia:7716 Change-Id: I230020a28bcb917fc0cb411858f1cce2a42ed62f Reviewed-on: https://skia-review.googlesource.com/114189 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Eric Boren <borenet@google.com>
* [Android Compile Bot] Check if patch/hash is not from origin/masterGravatar Ravi Mistry2018-02-14
| | | | | | | | | NoTry: true Bug: skia:7615 Change-Id: I824ef67971195b0611cbcf7ce7ad0a289c4c55b9 Reviewed-on: https://skia-review.googlesource.com/106981 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Eric Boren <borenet@google.com>
* [Android Compile Bot] Print every minuteGravatar Ravi Mistry2018-02-09
| | | | | | | | | NoTry: true Bug: skia:7608 Change-Id: Ia632cecc7b8b51bf3ecf451a06305924c8b4a77a Reviewed-on: https://skia-review.googlesource.com/106162 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Use the right keys in trigger_wait_ac_task.pyGravatar Ravi Mistry2018-02-09
| | | | | | | | | NoTry: true Bug: skia:7469 Change-Id: I2a77574f35354f75e628968f943be54afa9e3bf9 Reviewed-on: https://skia-review.googlesource.com/105981 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Improve output of the Android Framework compile botGravatar Ravi Mistry2018-02-05
| | | | | | | | | NoTry: true Bug: skia:7469 Change-Id: I8c184968c3a04c5fbf00d641de715a3f7b98e0be Reviewed-on: https://skia-review.googlesource.com/103463 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Fixes to trigger_wait_ac_task.pyGravatar Ravi Mistry2018-02-01
| | | | | | | | | | | | Turns out I made the exact same mistake 2.5 years ago: https://codereview.chromium.org/1373863002/ NoTry: true Bug: skia:7469 Change-Id: Id21150db072f2e9cb8e4e4b8462cac1a085a5193 Reviewed-on: https://skia-review.googlesource.com/102481 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Add script that registers an Android compile task and waits for it to completeGravatar Ravi Mistry2018-01-31
It will be called from a new recipe. This script follows the same pattern that the trigger_wait_ct_task.py used to (https://codereview.chromium.org/1370523002). NoTry: true Bug: skia:7469 Change-Id: I450e415b004e7f481ca1b377d350eb64e5fa8250 Reviewed-on: https://skia-review.googlesource.com/102340 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Eric Boren <borenet@google.com>