aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/tools
Commit message (Collapse)AuthorAge
* [Isolate] Update clients to hit /_ah/api instead of /apiGravatar smut2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | The webapp2 adapter is now serving at /_ah/api, the old Endpoints v1 path. https://chromium.googlesource.com/infra/infra revision: d8ec646a9503426a5018cf5bc251abe4a842357f https://chromium.googlesource.com/infra/luci/luci-go revision: 928030a644473add1ca1bd044d13f48fee569c1a linux64/isolate.sha1: https://ci.chromium.org/buildbot/chromium.infra/infra-continuous-trusty-64/12546 mac64/isolate.sha1: https://ci.chromium.org/buildbot/chromium.infra/infra-continuous-mac-10.13-64/4878 windows64/isolate.exe.sha1: https://ci.chromium.org/buildbot/chromium.infra/infra-continuous-win-64/12934 Bug: 805543 Change-Id: I1e15f69908a8c7c7a2300d3e37b0e53607613cbc Reviewed-on: https://skia-review.googlesource.com/131701 Reviewed-by: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com> Auto-Submit: smut <smut@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Revert "Update isolate binaries and update isolate recipe"Gravatar Ravi Mistry2017-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8bc327bffb7ae7d10b93ee75c3d207caeb37f93b. Reason for revert: Isolate tests step in CT_ bots taking 5x longer. Original change's description: > Update isolate binaries and update isolate recipe > > Context: Email to skiabot@ from mcgreevy@ > > Bug: skia: > Change-Id: Ic3bc19600809bde5adcd9edd23ba4d8b126ec852 > Reviewed-on: https://skia-review.googlesource.com/88540 > Reviewed-by: Kevin Lubick <kjlubick@google.com> > Commit-Queue: Ravi Mistry <rmistry@google.com> TBR=benjaminwagner@google.com,rmistry@google.com,kjlubick@google.com Change-Id: Ifda029a65bf6414dc40502356870101ac3f88cb8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia: Reviewed-on: https://skia-review.googlesource.com/89280 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Update isolate binaries and update isolate recipeGravatar Ravi Mistry2017-12-22
| | | | | | | | | | Context: Email to skiabot@ from mcgreevy@ Bug: skia: Change-Id: Ic3bc19600809bde5adcd9edd23ba4d8b126ec852 Reviewed-on: https://skia-review.googlesource.com/88540 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Roll isolate binaries generated at infra@2aafb3b.Gravatar Michael McGreevy2017-12-20
| | | | | | | | | | | | | | | | | | | | | | | | Note: I skipped the presubmit when uploading, because I had issues setting up my skia checkout correctly. Roll isolate binaries generated at infra@2aafb3b. Isolate sha1s were taken from the following builds: https://luci-milo.appspot.com/buildbot/chromium.infra/infra-continuous-precise-64/10401 https://luci-milo.appspot.com/buildbot/chromium.infra/infra-continuous-mac-10.10-64/9823 https://luci-milo.appspot.com/buildbot/chromium.infra/infra-continuous-win-64/10680 This cl brings the skia isolate binaries up to date with the main chrome infra setup (see similar cl at https://chromium-review.googlesource.com/c/chromium/src/+/834928). These new versions introduce an "--exparchive" flag for both "isolate archive" and "isolate batcharchive", which will enable the skia isolate recipes to be transitioned away from the "isolate exparchive" command. Change-Id: I535500e678b2c2faa784720d72ae661aa975277f Reviewed-on: https://skia-review.googlesource.com/87500 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Roll isolate binaries to pick up some auth fixes.Gravatar Vadim Shtayura2017-06-23
| | | | | | | | | | | | | | | | | | Corresponds to infra/infra@33231bcea82e2f7d65d027ebc94afc3e95db26ee Built here: https://luci-milo.appspot.com/buildbot/chromium.infra/infra-continuous-precise-64/7888 https://luci-milo.appspot.com/buildbot/chromium.infra/infra-continuous-mac-10.10-64/7131 https://luci-milo.appspot.com/buildbot/chromium.infra/infra-continuous-win-64/8030 R=rmistry@google.com BUG=skia:6611 Change-Id: I25a961bfb931daac43d544babaad0b4b468de302 Reviewed-on: https://skia-review.googlesource.com/20555 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Vadim Shtayura <vadimsh@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Update luci-go isolate.sha1 filesGravatar Ravi Mistry2017-06-21
| | | | | | | | | BUG=skia:6611 Change-Id: Ide847c4370f9fde959aec8723d9145791576460a Reviewed-on: https://skia-review.googlesource.com/20448 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Default to no compression for CIPD assets and use depot_tools's CIPD exeGravatar Kevin Lubick2017-03-13
| | | | | | | | | | | | | | | Using no compression can save up to a minute of overhead on the RPIs, for a ~10% increase in file size to download, a great tradeoff. This commit also regenerates svg and skimage to use no compression. The next time RecreateSKPs is run, it will pick up the no-compression. BUG=skia: Change-Id: I7887e0f8152548185fe095c1f05b08696ab055ec Reviewed-on: https://skia-review.googlesource.com/9630 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
* Add CIPD support for bot assetsGravatar borenet2016-06-28
| | | | | | | BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2085473002 Review-Url: https://codereview.chromium.org/2085473002
* Add luci-go isolate.sha1 filesGravatar borenet2016-02-18
NOTRY=true BUG=skia:3775, skia:4763 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1711013002 Review URL: https://codereview.chromium.org/1711013002