- 23 Feb, 2019 2 commits
-
-
Andrii Shyshkalov authored
This reverts commit 245337d6. Reason for revert: broke presubmit builders running run_presubmit.py recipe. Original change's description: > Pass target branch from tryserver in bot_update module > > Change-Id: I9d250c87355833ddc6c7d8f41e9e43575713925f > > Recipe-Nontrivial-Roll: build_limited_scripts_slave > Recipe-Nontrivial-Roll: skia > Recipe-Nontrivial-Roll: infra > Recipe-Nontrivial-Roll: build > Recipe-Nontrivial-Roll: release_scripts > Change-Id: I9d250c87355833ddc6c7d8f41e9e43575713925f > Reviewed-on: https://chromium-review.googlesource.com/c/1420977 > Commit-Queue: William Hesse <whesse@google.com> > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> TBR=whesse@google.com,ehmaldonado@chromium.org Change-Id: I89513b5bb053788291e79340c1685189adc794ec No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/1484655Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@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/16dfe87b81be9acfd9e1763b20bd028f81d28e13 cq: add API to track triggered_build_ids. (tandrii@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: If06ae07e84bc2e729fc22adc0a08c5cba5a5abfa Reviewed-on: https://chromium-review.googlesource.com/c/1484453Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 22 Feb, 2019 13 commits
-
-
Vadim Shtayura authored
Change log: https://chromium.googlesource.com/infra/luci/luci-go/+log/ea41200b..1d348dee/lucicfg R=tandrii@chromium.org CC=andrewlamb@google.com Change-Id: I37b8a33971348b24db53ddf384ec3f5d7088e283 Reviewed-on: https://chromium-review.googlesource.com/c/1483872Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Edward Lemur authored
Bug: 914655 Change-Id: I06a3ff39d884327fd407a5c50cc9730a375bef0b Reviewed-on: https://chromium-review.googlesource.com/c/1382974 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
-
Jordan Bayles authored
This patch makes some changes to the cpplint.py script for integration with the VSCode cpplint plugin, available here: https://marketplace.visualstudio.com/items?itemName=mine.cpplint Specifically, the "--repository" and "--headers" options currently cause our version of cpplint to crash, when we should at worst ignore them. A minor messaging tweak outputting the contents of the GetoptError, to make debugging input argument bugs easier, is included Change-Id: Id78616f5e2fdecb7da650042f0658623477ef9cb Reviewed-on: https://chromium-review.googlesource.com/c/1481938Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Jordan Bayles <jophba@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/6605f1b0db4ddee8e7f40b73fe60cf5f8cbe794f Make StatusFailure work for non-exceptional failures only (sergiyb@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ia5515d64ea9f9f1d0c40f6b59a7f95bab774c625 Reviewed-on: https://chromium-review.googlesource.com/c/1483759Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Quinten Yearsley authored
In the cpplint fn_size check, there's a part where it explicitly says to ignore macros, BUT the check for macro names didn't allow for digits, which are present in the IPC_* macro names, which look like "IPC_SYNC_MESSAGE_CONTROL4_1". There are two interesting things about this: 1. This bug was filed in 2011! Yay for fixing a 5-digit crbug with one-line fix! 2. This is a great example of how cpplint's regex-based checking is error-prone compared to something that actually has access to an abstract syntax tree. Bug: 83036 Change-Id: I49acd80c265d7f7bc633f2092388525b4518ae23 Reviewed-on: https://chromium-review.googlesource.com/c/1483283Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
-
Sergiy Belozorov authored
R=iannucci@chromium.org Bug: 899266 Change-Id: Ia9b1f38590d636fa2858a2bd0bbf75d6b2cfe8fa Reviewed-on: https://chromium-review.googlesource.com/c/1483033Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: John Budorick <jbudorick@chromium.org> Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
-
William Hesse authored
Change-Id: I9d250c87355833ddc6c7d8f41e9e43575713925f Recipe-Nontrivial-Roll: build_limited_scripts_slave Recipe-Nontrivial-Roll: skia Recipe-Nontrivial-Roll: infra Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: release_scripts Change-Id: I9d250c87355833ddc6c7d8f41e9e43575713925f Reviewed-on: https://chromium-review.googlesource.com/c/1420977 Commit-Queue: William Hesse <whesse@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@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/55eb941710a0632db6973ddda5f53186c75b58fe [swarming] update client version (tikuta@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I75559949eb574a047dc3f70f30abf08efba8f4be Reviewed-on: https://chromium-review.googlesource.com/c/1482714Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/817452a9699e42bede7afbf465baad7e46e48c98 Add StatusAnyFailure post-processing step (sergiyb@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ic8b73674729c1b1b5832b98850a8cf07e8e0eb2f Reviewed-on: https://chromium-review.googlesource.com/c/1482712Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Henrique Ferreiro authored
Previously, `git reparent-branch` would call `git rebase-update --no-fetch` effectively rebasing all branches. Limit the branches to update to the one being moved and its dependants. Change-Id: Ifb9f5b0ab4afe18f9c642ca47d683d9f3745bede Reviewed-on: https://chromium-review.googlesource.com/c/1476393 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
Henrique Ferreiro authored
When calling `git rebase-update <branches>`, don't emit messages about skipping branches which are not in the list of branches to be rebased. R=iannucci@chromium.org Change-Id: Ia5135d2e794646aaec68bca1aa64f4a73c98c186 Reviewed-on: https://chromium-review.googlesource.com/c/1476394 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
Caleb Rouleau authored
The current BugsFromDescription code returns ['1234, 5678'] but I think it should return ['1234', '5678']. For 'BUG=1234, 5678' this already works. This was preventing me from uploading https://chromium-review.googlesource.com/c/catapult/+/1481239 because of https://cs.chromium.org/chromium/src/third_party/catapult/PRESUBMIT.py?q=catapult/PRESUBMIT.py&sq=package:chromium&g=0&l=52 See https://logs.chromium.org/logs/catapult/buildbucket/cr-buildbucket.appspot.com/8920885706080647120/+/steps/presubmit/0/stdout Change-Id: Ibb3fca8c7a6ec664cdf9a38a8a7ac2bf66cb73ed Reviewed-on: https://chromium-review.googlesource.com/c/1481240 Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Reviewed-by: Aaron Gable <agable@chromium.org> Commit-Queue: Aaron Gable <agable@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/e0d5a65ab39980274038a6a2ce86d49325b60c7f Revert "[scheduler] Avoid copying tags or build input from the parent build" (tandrii@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I121a43881c58e403b0e9b098ade3699c2c25de88 Reviewed-on: https://chromium-review.googlesource.com/c/1481947Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
- 21 Feb, 2019 8 commits
-
-
Edward Lemur authored
Bug: 934494 Change-Id: I31035d78888747386a37d4a8b05c148aaed37529 Reviewed-on: https://chromium-review.googlesource.com/c/1481937Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Takuto Ikuta authored
Change-Id: I67a063d59ae3a579e77a1a6817a66f9d5f1ea53d Reviewed-on: https://chromium-review.googlesource.com/c/1480752Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: Aaron Gable <agable@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@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/f22a7898566b18893e82d34157f66efd3985d869 [scheduler] Avoid copying tags or build input from the parent build (phosek@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: If458575e51aaa51c04690543096c2aaa8cead408 Reviewed-on: https://chromium-review.googlesource.com/c/1481247Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/5a85597323db240b1849349c973263f57ad1af0b [buildbucket] Do not inherit tags (nodir@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ib0d9064c467c7cc84d637f54594ea99e77ce1192 Reviewed-on: https://chromium-review.googlesource.com/c/1481234Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Reviewed-by: Sergiy Belozorov <sergiyb@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Takuto Ikuta authored
This CL shows bit more detail of value collision. Change-Id: I612f1a80cf160e7eebb2b48f0ddd1b8f9aaa81b1 Reviewed-on: https://chromium-review.googlesource.com/c/1475265 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Aaron Gable <agable@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@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/b50c1d8111756a47ef8ac6cf7915e467fbd35eaf [buildbucket] Use camelCase in JSONPB (nodir@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I0df4c88e8cdca5e37342f50c0678e9dc0e480c17 Reviewed-on: https://chromium-review.googlesource.com/c/1479909Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Bruce Dawson authored
my_activity.py tries to determine the current user with the USER environment variable but on Windows it should use USERNAME. This change gets it to check both, which saves users from having to use the -u option and figure out what format the name should be in. Change-Id: Id2458d29f8a2635a96dd3859d6af0ed5aaea22bf Reviewed-on: https://chromium-review.googlesource.com/c/1479896Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@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/79676fb9a07b1192fdd4d1e1559f2b3e1eadd36b Add user_agent:recipe tag by default (sergiyb@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ifa583a1bb1ec50909281cd419c18598cebb9afea Reviewed-on: https://chromium-review.googlesource.com/c/1479905Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 20 Feb, 2019 9 commits
-
-
Robert Iannucci authored
cc015d890 Roll infra/go/src/go.chromium.org/luci/ 0d6874412..340fb1e12 (7 commits) 2378074b7 [led] Give auth-login advice everywhere we get an authClient. b48969046 Roll infra/go/src/go.chromium.org/luci/ e48c958d0..44257920e (6 commits) 072630eb2 [led] Edit the right properties instead of the old properties :) 1673f6db0 [led] Remove interface abstraction 44ab51ec6 [led] Remove support for rietveld URLs. R=nodir@chromium.org Change-Id: Ic4d4842722a63bbd2369feff8c7df722eab86865 Reviewed-on: https://chromium-review.googlesource.com/c/1474426 Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@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/6c69f2716171819cb8d105d704ff3566632a2d6a Make all subcommands lazily loaded. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I5635ebfcd81940b7a62ba6b2ae23b1ddce79b461 Reviewed-on: https://chromium-review.googlesource.com/c/1479790Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/faf6f4491d2791e3c9613aa07b2b19be5751e02c [buildbucket] Fix experimental in schedule() (nodir@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ic2eecabfae272368f3dc04ff6135610060c647b5 Reviewed-on: https://chromium-review.googlesource.com/c/1479121Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/8bb8a2d5981a25aa453c7e9d27922dbbcffb0aa0 Add support for mocking tags and refactor code to avoid duplication (sergiyb@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I85bf39ee0c414cb3ebc20ca803f826e178397fa2 Reviewed-on: https://chromium-review.googlesource.com/c/1478976Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/4a00d5c0c7c3eefbf90f6b135009689a7b6ca657 Add StatusException post-process step (sergiyb@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I3e4e39a73a51f569b5ad4bd9ae9a87f62a305859 Reviewed-on: https://chromium-review.googlesource.com/c/1478836Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/9db69624e0754b34e348aff98210dc7dc3e313a6 [buildbucket] Fix typo "schedule_request" (nodir@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: If7bb4218e9a4b2ed19beaf1d2fa7e7de81bf023d Reviewed-on: https://chromium-review.googlesource.com/c/1478833Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/658ffc6b4e0f12ab1b7310ef662acffcf23770ca Add an assertions recipe module for unit tests. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I4bae0bdb9d518ce5c9674e65798203dbecf87da2 Reviewed-on: https://chromium-review.googlesource.com/c/1478237Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Quinten Yearsley authored
In particular, only show robot comments from the latest patchset. Bug: 924780 Change-Id: I12038ddd2d90a5cb561b248de3fd37908d5b927e Reviewed-on: https://chromium-review.googlesource.com/c/1457282Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@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/0b76adbaaf0c63208748ddce760c73205424155f [buildbucket] Add api.buildbucket.run (nodir@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ib5ba9d68544bbb6aadaf7cd5570229dcba4e19f9 Reviewed-on: https://chromium-review.googlesource.com/c/1478235Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 19 Feb, 2019 5 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/7577eda6ad2993eb7fc5fc0ddca391af3abc75c0 [buildbucket] Fix docstring formatting (nodir@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2607990b05b01c14fb81508612482649dbb43eb5 Reviewed-on: https://chromium-review.googlesource.com/c/1476168Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/fe9038f2d3df87a17a9c4df56403b44b3cf1f277 cq: remove support for legacy CQ dry_run property. (tandrii@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I4c36466381bdf953f4b18966349ec77f75cc1738 Reviewed-on: https://chromium-review.googlesource.com/c/1476166Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/49fb21a5ecc4a95399cc0d4814530093acf7ded5 Add documentation for recipe module imports. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I5ebcb11bced40e0c3dbf4fb76e178639f01cbeaa Reviewed-on: https://chromium-review.googlesource.com/c/1476165Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/6911ee71555b62cc00d760cf1157a48066c1c0a4 [buildbucket] Add api.buildbucket.schedule() (nodir@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I23789e851ec978ff34d8492342c1b8488aa05532 Reviewed-on: https://chromium-review.googlesource.com/c/1476163Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/4649b523f65514591bf1011566f94b67db752827 [autoroll] Make recipes.cfg deterministically generated. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I95292838000c86ccf4fa74be2455930ee03dc49b Reviewed-on: https://chromium-review.googlesource.com/c/1476160Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 18 Feb, 2019 1 commit
-
-
Takuto Ikuta authored
This is to let httplib2 import its sock.py in __init__.py correctly. This is pointed out in https://groups.google.com/a/chromium.org/d/msg/chromium-dev/8BF_cywS9JY/8g-HHmuqEQAJ Also removed an unnecessary httplib2 import. Change-Id: Iad0377ad282acd9e1e222890f522e4e62086dcaf Reviewed-on: https://chromium-review.googlesource.com/c/1475255Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
-
- 17 Feb, 2019 1 commit
-
-
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/3740f4dacf331705aa412e1295a31337909165f8 [buildbucket] Collection without mocking (nodir@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I4ae56aa844e0b8b45dbb5c67bb182cbd96661e87 Reviewed-on: https://chromium-review.googlesource.com/c/1476153Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 16 Feb, 2019 1 commit
-
-
Robert Iannucci authored
recipe_engine: https://crrev.com/7e953fd1856282691c74d0b32791e2cdd090803e [recipe_engine] Fix autoroll json output. (iannucci@chromium.org) TBR=martiniss@chromium.org Bug: 914992 Change-Id: Ib89c8617ced568fe1a1ab423c219c4baa63cef32 Reviewed-on: https://chromium-review.googlesource.com/c/1476373Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-