- 24 Oct, 2019 3 commits
-
-
Takuto Ikuta authored
This property is not used anymore. Bug: 1002153 Change-Id: I19a503a73ec00e9121b2d9a2c130824a974d307a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1877747 Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@google.com>
-
Mike Frysinger authored
The support/ dir has only ever been used to host a single CrOS file. We can move that to `cros` (which is the primary tool in the CrOS world), and have the few other wrapped programs point to that. Bug: None Change-Id: I3ba3cc7375d357d62fb464e1b6dc37e73bc83cb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1876639Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org>
-
Andrii Shyshkalov authored
Includes 2019-10-23 tandrii@google.com vpython: more logging when incomplete virtualenv dir can't be removed. R=iannucci Bug: 869227 Change-Id: Ie06fc55322ac5a467a8ac78c7f8b6ad42bcf0aa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1877553Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Auto-Submit: Andrii Shyshkalov <tandrii@google.com>
-
- 23 Oct, 2019 8 commits
-
-
Edward Lemur authored
This reverts commit a834f39e. Reason for revert: https://bugs.chromium.org/p/chromium/issues/detail?id=1017367 Original change's description: > presubmit_support: Fix tests on Python 3. > > Bug: 1009814 > Change-Id: I2c2a835fc4fa0a7fc9e68dfff680fb0beacb491e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1869535 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=ehmaldonado@chromium.org,apolito@google.com Bug: 1009814 Change-Id: I48907caeca9b9b32e4e3a7cb5a636280d017a4c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1877350Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Andrii Shyshkalov authored
Picks up hopeful workarounds for failure to remove virtual env: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/1876802 https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/1876638 R=iannucci Bug: 869227 Change-Id: Ib18180bf94651bdc5559d630021b05259651e242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1877348 Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Auto-Submit: Andrii Shyshkalov <tandrii@google.com> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org>
-
Edward Lemur authored
presubmit_support.py should correctly find and use .vpython files. This will prevent issues like https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/1874458 Bug: 1002153 Change-Id: I677f40b1fd2c436867cb5c6cbdeaff0d16f33a2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1874892Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Mike Frysinger authored
This file hasn't been updated in over 6 years. The backwards compat logic in here dates back to pre-R20 releases, and the only boards we released that long ago are EOL now. So scrub all the unused code to simplify it. While we're here, fix a few style issues, and update the docs. Bug: 997354 Test: `cros help` still works Change-Id: Id226cd73f045972b88e7bc5926a415f567d1e41c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1875488Reviewed-by:
Mike Nichols <mikenichols@chromium.org> Reviewed-by:
Alex Klein <saklein@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org>
-
Garrett Beaty authored
Change-Id: Ib6bab87bf2b98b5122c56d37218c7f6db1bfdfe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1838116Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
-
Edward Lemur authored
Bug: 881860 Change-Id: I4d37c8fd7cf5804dbc69fa4f87b0f55160afdaf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1874893 Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by:
Andrii Shyshkalov <tandrii@google.com> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
On windows on Python 2, only strings can be environment variables, but literals are unicode, so we need to convert to strings before setting env vars. Change-Id: I40e8e6ae4f5497d56efa568153eb65392dbd85e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1875108Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Dirk Pranke authored
Older .gclient files might have explicit u'' strings in their specs; as part of upgrading code to Python3 compatibility, we apparently recently introduced a bug in the handling of this that might cause them to fail on Windows. This CL fixes that issue by ensuring that the GIT_DIR env var is always set to a regular string, regardless of whether the solution name was specified to be a regular string or a unicode string. Bug: 1016599 Change-Id: I295d220559eac20a2ced876672d5ccdb787a5338 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1874704Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org>
-
- 22 Oct, 2019 3 commits
-
-
Edward Lemur authored
Bug: 1009814 Change-Id: I2c2a835fc4fa0a7fc9e68dfff680fb0beacb491e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1869535Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lemur authored
Bug: 1001756 Change-Id: I135e424bf96def8f964ccefc5161274456152acb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1874452Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lemur authored
Bug: 1016601 Change-Id: If049ec7d07ded5c357396fca8b3fcc5510a41871 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1871768Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 21 Oct, 2019 8 commits
-
-
Stephen Martinis authored
4799a3f49 led: Allow addition of tags dd18cbd33 Fix issues with includes in isolates e81321f62 Fix no CipdInput bug e55b92767 [led] Don't set launched_by_led property Bug: 1015682 Change-Id: Ic67cc1339658a465ba154cb6d44fb84d74255c1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1871767Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org>
-
Edward Lemur authored
Bug: 1002153 Change-Id: I940b9d834c2f76caab2bd86fc5d5d5c3b03b4b46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1871763Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Anthony Polito authored
Bug: 939847 Change-Id: I8c73328363a9ffe506db6ed4e46c72ccad238c3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1845499 Commit-Queue: Anthony Polito <apolito@google.com> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org>
-
Lindsay Pasricha authored
Bug:978867 Change-Id: I92bdef0d5871354a442947fbf74614ce0d896aae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1859896Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org>
-
Michael Achenbach authored
This ensures relative file: directives in OWNERS files also work if the directory of the owners file gets deleted. Bug: 1015444 Change-Id: I9471a28a7246513120dd3ebb924f6d64eb50c2df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1870249Reviewed-by:
Tamer Tas <tmrts@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Michael Achenbach <machenbach@chromium.org>
-
Edward Lemur authored
Bug: 1001756 Change-Id: I495991c30f7f00de17e7c098e2d88ef7783aff3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1865265 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Fumitoshi Ukai authored
This reverts commit 77780358. Reason for revert: AttributeError: 'GomaEnvPosix' object has no attribute 'RestartCompilerProxy' Original change's description: > put goma client in depot_tools > > install goma client cipd package in depot_tools. > > should not use $MYPATH/goma_ctl in cipd_bin_setup > since $MYPATH/goma_ctl uses cipd_bin_setup in itself, > so causing recursive calls. > invoke python to run .cipd/goma_ctl.py in cipd_bin_setup > instead. > > Bug: b/77663154 > Change-Id: I9f82c766a886a2acfb899e3594e5f05a7b7bc75a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1866350 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Commit-Queue: Fumitoshi Ukai <ukai@chromium.org> TBR=sque@chromium.org,ukai@chromium.org,yyanagisawa@google.com,vadimsh@chromium.org,dpranke@chromium.org,tikuta@chromium.org,ehmaldonado@chromium.org,yekuang@google.com Change-Id: Ie050dfb524dd885634c31be829d733613e80aece No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b/77663154 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1872129Reviewed-by:
Fumitoshi Ukai <ukai@chromium.org> Commit-Queue: Fumitoshi Ukai <ukai@chromium.org>
-
Fumitoshi Ukai authored
install goma client cipd package in depot_tools. should not use $MYPATH/goma_ctl in cipd_bin_setup since $MYPATH/goma_ctl uses cipd_bin_setup in itself, so causing recursive calls. invoke python to run .cipd/goma_ctl.py in cipd_bin_setup instead. Bug: b/77663154 Change-Id: I9f82c766a886a2acfb899e3594e5f05a7b7bc75a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1866350Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Fumitoshi Ukai <ukai@chromium.org>
-
- 18 Oct, 2019 2 commits
-
-
Edward Lemur authored
This is a reland of 55e5853e Original change's description: > depot_tools: Stop using oauth2client > > Bug: 1001756 > Change-Id: I8a0ca2b0f44b20564a9d3192543a7a69788d8d87 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1854898 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Bug: 1001756 Recipe-Nontrivial-Roll: chromiumos Recipe-Nontrivial-Roll: skia Change-Id: If2f584ce0b327324cfb67ce5f29d80986260bd61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1867109 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org>
-
Erik Chen authored
We currently fetch tags, which consumes ~17k lines. This limit ensures that we won't blow up the log files in exceptional circumstances [currently setting around ~2MB], but still allows us to get all the logs. Change-Id: Ib690aaa07e2bde8549d221b90511b6c4863c3358 Recipe-Nontrivial-Roll: chromiumos Recipe-Nontrivial-Roll: skia Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1867971 Commit-Queue: Erik Chen <erikchen@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@google.com>
-
- 17 Oct, 2019 8 commits
-
-
Edward Lemur authored
Some of the modules imported by presubmit_support are unused, and some of those (cPickle, cStringIO) are not available on Python3, so remove them. Also expose urllib2 via urllib_request and urllib_error to improve compatibility with Python3. Bug: 1009814 Change-Id: I9f758df4270cc039df092e814c981a7a87b2c350 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1866170 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Erik Chen authored
These confirm that we're correctly using protocol v2. Change-Id: Ib8bd8a4dba27d44fc0ae14835ce5253dfa056318 Recipe-Nontrivial-Roll: skia Recipe-Nontrivial-Roll: chromiumos Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1867195 Commit-Queue: Erik Chen <erikchen@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@google.com>
-
Edward Lemur authored
Bug: 1002153 Recipe-Nontrivial-Roll: chromiumos Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: infra Recipe-Nontrivial-Roll: skia Recipe-Nontrivial-Roll: build_limited_scripts_slave Recipe-Nontrivial-Roll: release_scripts Change-Id: I21b3223c5fc8a24fdafcc0795db51322cfe65148 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1865252Reviewed-by:
Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
This reverts commit 55e5853e. Reason for revert: File "PRESUBMIT.py", line 11, in CheckChangeOnCommit return input_api.canned_checks.CheckChangedLUCIConfigs(input_api, output_api) File "/usr/local/google/home/abennetts/cr/depot_tools/presubmit_canned_checks.py", line 1421, in CheckChangedLUCIConfigs acc_tkn = authenticator.get_access_token() File "/usr/local/google/home/abennetts/cr/depot_tools/auth.py", line 414, in get_access_token if not self._external_token and allow_user_interaction: AttributeError: 'Authenticator' object has no attribute '_external_token' Original change's description: > depot_tools: Stop using oauth2client > > Bug: 1001756 > Change-Id: I8a0ca2b0f44b20564a9d3192543a7a69788d8d87 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1854898 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> TBR=vadimsh@chromium.org,ehmaldonado@chromium.org Change-Id: I94cf38e82e53e51c66efcb99c51f0e1418e86f49 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1001756, 1015285 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1866184Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Fumitoshi Ukai authored
This reverts commit 6e485053. Reason for revert: cause recursive calls of update_hook | \_ bash /usr/local/google/home/ukai/depot_tools/gclient sync ukai 29514 0.0 0.0 16104 3648 pts/10 S+ 14:40 0:00 | | \_ bash /usr/local/google/home/ukai/depot_tools/update_depot_tools sync ukai 29586 0.0 0.0 15972 3276 pts/10 S+ 14:40 0:00 | | \_ bash /usr/local/google/home/ukai/depot_tools/goma_ctl update_hook ukai 29614 0.0 0.0 15972 3192 pts/10 S+ 14:40 0:00 | | \_ bash /usr/local/google/home/ukai/depot_tools/goma_ctl update_hook Original change's description: > put goma client in depot_tools > > install goma client cipd package in depot_tools. > > Bug: b/77663154 > Change-Id: Ibcfc42b9b7705bcf71b4ba2e834b4ebf09ad25fe > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1846892 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Takuto Ikuta <tikuta@chromium.org> > Commit-Queue: Fumitoshi Ukai <ukai@chromium.org> TBR=sque@chromium.org,ukai@chromium.org,yyanagisawa@google.com,tikuta@chromium.org,ehmaldonado@chromium.org,apolito@google.com Change-Id: I644799c06f74a436b201c4c6c3de44af30c51556 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b/77663154 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1866349Reviewed-by:
Fumitoshi Ukai <ukai@chromium.org> Commit-Queue: Fumitoshi Ukai <ukai@chromium.org>
-
Fumitoshi Ukai authored
install goma client cipd package in depot_tools. Bug: b/77663154 Change-Id: Ibcfc42b9b7705bcf71b4ba2e834b4ebf09ad25fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1846892Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Fumitoshi Ukai <ukai@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/713cbe54d445dcc8d9c67bce559ccc4ed82c1a54 properties: deprecate buildbot-like usage of its test_api. (tandrii@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ia72dd890e2a7e70153bf309f00f4613d7f44b72a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1866169Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Edward Lemur authored
Bug: 1001756 Change-Id: I8a0ca2b0f44b20564a9d3192543a7a69788d8d87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1854898 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org>
-
- 16 Oct, 2019 3 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/2e4e53bf9cdae23c725d97942ac9a99ca730e9d0 Reland "[buildbucket] Inherit child fields from parent" (olivernewman@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ib487f42098496ca0a2de76e1604f4ccef16eefd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1864307Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Jamie Madill authored
Clients using some Clang-Format options can run into bugs when using 0 lines of context. AlignConsecutiveAssignments in particular is picky and behaves differently with 0 lines of context. This behaviour lead to 'git cl format' behaving differently from 'git cl format --full'. That could also break presubmit format checks. Using >0 lines of context for 'git diff' fixes the inconsistency. Add a setting 'DIFF_LINES_OF_CONTEXT' that can be controlled via codereview.settings. Defaults to zero to preserve the old behaviour. The setting allows the client to control the number of lines of context to use when running 'git cl format'. Bug: angleproject:4003 Change-Id: Ied2ebf23df4c41ba19bfbd5b8ddf526b56a20b31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1864309Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
-
Edward Lemur authored
Bug: 1001756 Change-Id: I42421c839b303d4ec9d4b4ff7effc5e278e8ec73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1860987Reviewed-by:
Andrii Shyshkalov <tandrii@google.com> Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 15 Oct, 2019 3 commits
-
-
Chris Hall authored
BUG=879943 Change-Id: Ic0c4351571ec0be9742610a86d079cffc09cdfa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1861474 Auto-Submit: Chris Hall <chrishall@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by:
Andrii Shyshkalov <tandrii@google.com>
-
Michael Achenbach authored
This reverts commit c6512213. Reason for revert: The recipe-roll https://crrev.com/c/1859692 is stuck on owners approval and blocks a P0 revert. Please watch and assist the roll on next reland. Original change's description: > depot_tools: Run recipe scripts using vpython. > > This is a reland of 88d7869d > > Original change's description: > > Reland "depot_tools: Add httplib2 to .vpython" > > > > This is a reland of e1410883 > > > > Use vpython to execute git_cl.py, gerrit_util.py and presubmit_support.py on recipes. > > > > Original change's description: > > > depot_tools: Add httplib2 to .vpython > > > > > > Check that things won't break before further changes are made. > > > > > > Bug: 1002153 > > > Change-Id: I41866f26334bf9ec2732bc0f25007234a95130e4 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1854749 > > > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> > > > Commit-Queue: Andrii Shyshkalov <tandrii@google.com> > > > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> > > > > Bug: 1002153 > > Recipe-Nontrivial-Roll: build > > Recipe-Nontrivial-Roll: chromiumos > > Recipe-Nontrivial-Roll: infra > > Recipe-Nontrivial-Roll: skia > > Recipe-Nontrivial-Roll: build_limited_scripts_slave > > Recipe-Nontrivial-Roll: release_scripts > > Change-Id: Id94057eae8830dec197257df3ea35c0c4ff946b7 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1856650 > > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> > > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > > Bug: 1002153 > Recipe-Nontrivial-Roll: build > Recipe-Nontrivial-Roll: infra > Recipe-Nontrivial-Roll: skia > Recipe-Nontrivial-Roll: build_limited_scripts_slave > Recipe-Nontrivial-Roll: release_scripts > Change-Id: If071bfd2e4514a06deec2c0d4196b4953841b64f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1859895 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Anthony Polito <apolito@google.com> > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> TBR=tandrii@google.com,ehmaldonado@chromium.org,apolito@google.com Change-Id: I140264534db7eec0e1baf19354155d714fb58ed3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1002153 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1861974Reviewed-by:
Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/b136036c0d8153d4ecd15d78c639cf18a5edc021 Revert "[buildbucket] Inherit child fields from parent" (machenbach@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I313ebb22eb8835ab9f1e9c34645025b7187580eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1861894Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 14 Oct, 2019 2 commits
-
-
Edward Lemur authored
This is a reland of 88d7869d Original change's description: > Reland "depot_tools: Add httplib2 to .vpython" > > This is a reland of e1410883 > > Use vpython to execute git_cl.py, gerrit_util.py and presubmit_support.py on recipes. > > Original change's description: > > depot_tools: Add httplib2 to .vpython > > > > Check that things won't break before further changes are made. > > > > Bug: 1002153 > > Change-Id: I41866f26334bf9ec2732bc0f25007234a95130e4 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1854749 > > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> > > Commit-Queue: Andrii Shyshkalov <tandrii@google.com> > > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> > > Bug: 1002153 > Recipe-Nontrivial-Roll: build > Recipe-Nontrivial-Roll: chromiumos > Recipe-Nontrivial-Roll: infra > Recipe-Nontrivial-Roll: skia > Recipe-Nontrivial-Roll: build_limited_scripts_slave > Recipe-Nontrivial-Roll: release_scripts > Change-Id: Id94057eae8830dec197257df3ea35c0c4ff946b7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1856650 > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Bug: 1002153 Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: infra Recipe-Nontrivial-Roll: skia Recipe-Nontrivial-Roll: build_limited_scripts_slave Recipe-Nontrivial-Roll: release_scripts Change-Id: If071bfd2e4514a06deec2c0d4196b4953841b64f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1859895 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Anthony Polito <apolito@google.com> Reviewed-by:
Andrii Shyshkalov <tandrii@google.com>
-
Erik Chen authored
Bug: chromium:1014216 Change-Id: I620f197fe26d8817ddb51e7a30ae774439d79bdf Recipe-Nontrivial-Roll: chromiumos Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1860854 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@google.com> Auto-Submit: Erik Chen <erikchen@chromium.org>
-