summaryrefslogtreecommitdiffstats
path: root/tools/luci-go
Commit message (Collapse)AuthorAgeFilesLines
* Roll luci-go/isolate.vadimsh2016-02-053-3/+3
| | | | | | | | | | | | | | | | | It brings auth support (so developers can use 'isolate' if they really want to) and adds *.pyc to default isolate blacklist. Built here: https://build.chromium.org/p/chromium.infra/builders/infra-continuous-mac-10.10-64/builds/673 https://build.chromium.org/p/chromium.infra/builders/infra-continuous-precise-64/builds/1655 https://build.chromium.org/p/chromium.infra/builders/infra-continuous-win-64/builds/1460 R=maruel@chromium.org, stip@chromium.org BUG=584073 Review URL: https://codereview.chromium.org/1671753002 Cr-Commit-Position: refs/heads/master@{#373730}
* Add OWNERS to luci-go.stip2016-02-041-0/+3
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/1666303002 Cr-Commit-Position: refs/heads/master@{#373669}
* Roll luci-go/isolate to 5c67f7b670b5.maruel2015-11-163-3/+3
| | | | | | | | | TBR=vadimsh@chromium.org BUG=552697 Review URL: https://codereview.chromium.org/1450793002 Cr-Commit-Position: refs/heads/master@{#359796}
* Roll luci-go to 3b028dd0e92999b1cb91f7e67e355baba0378af7.maruel2015-10-214-3/+13
| | | | | | | | | | | | | | | The primary reason of this roll is to integrate c6f88aea99b3bbe020d9235101de402037421569 which retries more on HTTP 404 for Cloud Endpoints API call. Add a README.md. R=vadimsh@chromium.org BUG=522388 Review URL: https://codereview.chromium.org/1423493002 Cr-Commit-Position: refs/heads/master@{#355344}
* Roll src/tools/swarming_client/ f71d1a3fb..6e5d2b21f (2 commits) and ↵maruel2015-09-243-3/+3
| | | | | | | | | | | | | | | | | | | | | | tools/luci-go. https://chromium.googlesource.com/external/swarming.client.git/+log/f71d1a3fbe20..6e5d2b21f0ac $ git log f71d1a3fb..6e5d2b21f --date=short --format='%ad %ae %s' 2015-09-23 maruel Transparently retry 404s when served from CloudEndpoints and not as json. 2015-09-21 maruel Recreate the work dir in run_isolated.py. -- Also update luci-go to 655db76c52c65876f8e803451525b950a7c83f8a to include a similar fix w.r.t. Endpoints. R=vadimsh@chromium.org BUG=522388 Review URL: https://codereview.chromium.org/1369513003 Cr-Commit-Position: refs/heads/master@{#350569}
* Roll luci-go isolate to e002f6a3d0d512daca7db08849eda7093493f2ef.maruel2015-08-313-3/+3
| | | | | | | | | | | | Second try to fix determinism. isolate would previously use a non-deterministic 'includes' list order. TBR=sebmarchand@chromium.org BUG=314403 Review URL: https://codereview.chromium.org/1323713002 Cr-Commit-Position: refs/heads/master@{#346331}
* Roll luci-go/isolate to 1f9e1c67c47e9801d9eae588c8c13adcb9baa077.maruel2015-08-223-3/+3
| | | | | | | | | | | This fixes one non-determinism in the .isolated. TBR=tandrii@chromium.org BUG=314403 Review URL: https://codereview.chromium.org/1314453002 Cr-Commit-Position: refs/heads/master@{#344983}
* Roll luci-go/isolate to cd33aabb0c7b994c11a97ff49a6d9fcc721ff564.maruel2015-07-073-3/+3
| | | | | | | | | | | | This resolves a bug where 2 directories archived with the same content (e.g. nothing) causes a failure at download. TBR=tandrii@chromium.org BUG= Review URL: https://codereview.chromium.org/1212463005 Cr-Commit-Position: refs/heads/master@{#337531}
* Roll luci-go isolate to e463aad9460808b6388f431c712c984b70c076bb.maruel2015-06-123-3/+3
| | | | | | | | | R=vadimsh@chromium.org BUG=499898 Review URL: https://codereview.chromium.org/1182923002 Cr-Commit-Position: refs/heads/master@{#334261}
* Roll isolate luci-go to eb389c95c85458b04cf8c86e08ed18ae8f1fb6fa.maruel2015-06-093-3/+3
| | | | | | | | | | | This includes a fix to retry on GCS upload. R=vadimsh@chromium.org BUG=497930 Review URL: https://codereview.chromium.org/1167413003 Cr-Commit-Position: refs/heads/master@{#333468}
* Roll luci-go/isolate to baeff2d5cf0568df448761537708fa3027a933b4.maruel2015-06-083-3/+3
| | | | | | | | | R=vadimsh@chromium.org BUG=497930 Review URL: https://codereview.chromium.org/1163423003 Cr-Commit-Position: refs/heads/master@{#333361}
* Roll luci-go to 0add293e217aac041ab11107392c16b676c8205e.maruel2015-06-043-3/+3
| | | | | | | | | | | Updates isolate to 0.2.2. Updates Go toolset to 1.4.2. R=vadimsh@chromium.org BUG=496268 Review URL: https://codereview.chromium.org/1146123005 Cr-Commit-Position: refs/heads/master@{#332895}
* Roll luci-go/isolate to 3a9a5dcc6fe85b55504368b96273085417527aa8.maruel2015-06-043-3/+3
| | | | | | | | | TBR=tandrii@chromium.org BUG=496268 Review URL: https://codereview.chromium.org/1160923006 Cr-Commit-Position: refs/heads/master@{#332835}
* Roll luci-go/*/isolate to e05230cc3b3f68b75.maruel2015-06-033-3/+3
| | | | | | | | | | | | This bumps it to v0.2, which should fix the tree. TBR=vadimsh@chromium.org R=tandrii@chromium.org BUG=495176,419862 Review URL: https://codereview.chromium.org/1168533003 Cr-Commit-Position: refs/heads/master@{#332607}
* Roll isolate.sha1 on all platforms.maruel2015-06-013-3/+3
| | | | | | | | | TBR=tandrii@chromium.org BUG= Review URL: https://codereview.chromium.org/1159163003 Cr-Commit-Position: refs/heads/master@{#332204}
* Roll luci-go isolate to 7c5695e13.maruel2015-05-263-3/+3
| | | | | | | | | TBR=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/1153963005 Cr-Commit-Position: refs/heads/master@{#331312}
* Update the luci-go isolate sha1.maruel2015-05-233-3/+3
| | | | | | | | | | | They were generated with luci-go at d9dbefa592edae9e96468eee48ee5f3e0861503d. R=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/1151973006 Cr-Commit-Position: refs/heads/master@{#331211}
* Add luci-go's isolate tool, downloaded via runhooks.maruel2015-05-223-0/+3
R=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/1154633003 Cr-Commit-Position: refs/heads/master@{#331184}