- 22 Mar, 2019 3 commits
-
-
Takuto Ikuta authored
Change-Id: If3eee28eae24bb9fd45e65b426cd7bd7c3b26c2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1534210 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Simon Que <sque@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
-
Clemens Hammacher authored
I just made a bunch of branches disappear from `git map-branches` by creating a big cycle (none of them were a root, thus none was listed at all). This CL makes `git map-branches` check for such cycles and report them as warnings. R=iannucci@chromium.org Change-Id: I723b327282a1c90bc9da5438777653e48f8bfd1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1528985 Auto-Submit: Clemens Hammacher <clemensh@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
-
Leszek Swirski authored
Using just @{u} to navigate upstream breaks navigating back down when the upstream reaches a non-local branch, e.g. origin/master. This is because git branch walks the reflog for detached heads, and sees @{u} instead of e.g. origin/master, and so tries to calculate HEAD@{u} which fails. See also the message send to the git mailing list: https://public-inbox.org/git/CAGRskv__Qe-F-grBtq5v-uhHE+BQAcAcOQtX-GKB+MNOrxs0hQ@mail.gmail.com/ This patch works around this by manually specifying the branch from which we are calculating upstream, e.g. for branch foo we do git checkout foo@{u} instead of just git checkout @{u}. This ensures that the reflog has a valid entry (albeit still a relative one). Change-Id: I339d4e4288a1e104b9d7d3d568c45b2b156f0689 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1534217Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Auto-Submit: Leszek Swirski <leszeks@chromium.org>
-
- 20 Mar, 2019 4 commits
-
-
btolsch authored
This is a reland of 2d29261e Original change's description: > Remove exception for relative CIPD > > This seems to no longer be necessary, as relative paths 'just work' for > CIPD deps now. > > Change-Id: I3843548dc74d29af90e0c402f0459dbe60934423 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1529132 > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Reviewed-by: John Budorick <jbudorick@chromium.org> > Commit-Queue: Brandon Tolsch <btolsch@chromium.org> Change-Id: Idac857ead961587e7295c9be6d53c578448eb6b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1532268Reviewed-by: John Budorick <jbudorick@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Brandon Tolsch <btolsch@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/24332ebdcdd5cbf04f12062f6969ab5fbfc93182 isolated&swarming: stop hardcoding namespace; add OWNERS (maruel@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2919cee6e27d2caf1efa6b4111956396fb8b8d84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1531879Reviewed-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>
-
Bruce Dawson authored
Writing to ninjalog.cfg comes with the risk of failure (Ctrl+C at the wrong time) which can lead to an empty or corrupted file. This will cause errors on subsequent builds when loading the config file, and will lose the users opt-in/out settings. This change ensures that the config file is only written when something has changed, thus essentially avoiding the risk. Bug: 941810 Change-Id: If266f07536569c9ac91ee37c28797c8b2ccc6fdc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1522291Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Fumitoshi Ukai <ukai@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Vadim Shtayura authored
Changes: 2019-03-19 vadimsh@chromium.org [lucicfg] Add support for 'project:...' identities. 2019-03-19 vadimsh@chromium.org [lucicfg] Make luci.gitiles_poller(...) idempotent. 2019-03-19 vadimsh@chromium.org [lucicfg] Make luci.recipe(...) idempotent. 2019-03-19 vadimsh@chromium.org [lucicfg] Make graph.add_edge idempotent. 2019-03-14 vadimsh@chromium.org [lucicfg] Add module-scoped defaults for luci.(builder|recipe). 2019-03-14 vadimsh@chromium.org [lucicfg] Implement 'defaults' in lucicfg.rule(...). 2019-03-13 vadimsh@chromium.org [lucicfg] Implement the basic variant of lucicfg.rule(...). R=tandrii@chromium.org CC=dburger@chromium.org Change-Id: I1f5707f9ca44199b18d6580651fc6c298c2290e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1531743Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
- 19 Mar, 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/b9f204be62708530b3dfe4a67d8d4010f6f9f177 Merging two TestPlaceholders with identical retcodes should work. (erikchen@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I499c7bff94474bfe12526298379702463f87af72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1531196Reviewed-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>
-
Dirk Pranke authored
This reverts commit 2d29261e. Reason for revert: Both jbudorick and I asked you not to land this today :(. Original change's description: > Remove exception for relative CIPD > > This seems to no longer be necessary, as relative paths 'just work' for > CIPD deps now. > > Change-Id: I3843548dc74d29af90e0c402f0459dbe60934423 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1529132 > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Reviewed-by: John Budorick <jbudorick@chromium.org> > Commit-Queue: Brandon Tolsch <btolsch@chromium.org> TBR=dpranke@chromium.org,jbudorick@chromium.org,btolsch@chromium.org Change-Id: I1d9a771ef34dae0dec15499d7cf28e4ba5daf2ff No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1531193Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org>
-
btolsch authored
This seems to no longer be necessary, as relative paths 'just work' for CIPD deps now. Change-Id: I3843548dc74d29af90e0c402f0459dbe60934423 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1529132Reviewed-by: Dirk Pranke <dpranke@chromium.org> Reviewed-by: John Budorick <jbudorick@chromium.org> Commit-Queue: Brandon Tolsch <btolsch@chromium.org>
-
Takuto Ikuta authored
Bug: 875453 Change-Id: I2ddfc42a2fa79212fe7f9e10c8e81255c0181161 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1530221 Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
-
Raul Tambre authored
The scripts still work with Python 2. There are no intended behaviour changes. Bug: 939847 Change-Id: Icada60c5b2cf351d62aead26b7364fcef2c2a3e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1524486Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee>
-
- 18 Mar, 2019 6 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/99e0eb1d865bde251635d46fa5d8982e59937002 Enable displaying code and varmap information for if/while conditions. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I4a103d16c04e05a58c64930b74c5e23f62abda62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1529145Reviewed-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>
-
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/cdddd19f1b197fc56cb2219eb46663d979056bc8 Move magic_check_fn module to recipe_engine.internal.test. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I1d3b4d747452663ca0c7042083cedfe2d1308680 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1529607Reviewed-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>
-
Veranika Liaukevich authored
Needed by modules using DIA SDK, which is located in "[windows_sdk]/DIA SDK", not under "[windows_sdk]/win_sdk". Change-Id: I1ca42a38ef8d9d1cbfde5e63e786b7d792504f3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1526453 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Auto-Submit: Veranika Liaukevich <veranika@chromium.org> Reviewed-by: 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/c5f4654c010e356e4a9c21311f44ffa8589aa00a Add read/write_json methods to file module. (adrexler@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Id15da3a008da6c4e2ba9277f4b0443639a10e644 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1529310Reviewed-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>
-
Raphael Kubo da Costa authored
Instead of creating an empty dict and setting all the required git variables there, add those variables to os.environ so that we do not drop other required variables -- in my case, git was not in /usr/bin so invoking 'git commit' in _add_schema_commit fails with "no such file or directory". Change-Id: I8c9b14e1f534efc8f40d21b312a5396b2f65f4a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1528290 Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
Takuto Ikuta authored
Bug: 887141 Change-Id: I95cb990511f7879bd9d644fa2817444092222b9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1524810Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
-
- 15 Mar, 2019 3 commits
-
-
Hans Wennborg authored
It breaks gclient for some users depending on locale settings (see bug). The feature just doesn't seem worth the complexity. Bug: 934279 Change-Id: I2c6e2b77ab764381db9f2c4e63ff8a84526769bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1520646Reviewed-by: Elliott Friedman <friedman@chromium.org> Reviewed-by: Ryan Tseng <hinoka@chromium.org> Commit-Queue: Ryan Tseng <hinoka@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org>
-
Takuto Ikuta authored
Bug: 887141 Change-Id: If396291e07ceb74093f4da516fd17c9e102eb5f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1524809 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Yoshisato Yanagisawa authored
The function we use with gclient_utils has moved to gclient_paths. However, I am not sure gclient_utils is used by others or not. Additional change: - sorted testMembersChanged members for ease of understanding what is different. Bug: 939959 Change-Id: I8b822e26afc73b39d2a33c5e07779c9c14cbd394 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1521850 Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Reviewed-by: Fumitoshi Ukai <ukai@chromium.org>
-
- 14 Mar, 2019 7 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/b2fd216f19285779af34b1d2df68b5ca9899ec1d Add encoding voodoo magic hack. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I950c58b7a55dda8363b3063ec3a1ec26044aa3b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1525324Reviewed-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>
-
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/d174af20fe2383140d7b604b96034ecaaeba1721 Split up stream.py. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ic7b76bac62e59b4aea808610c1dfd1d94eaac701 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1525322Reviewed-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>
-
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/3ecff337380d856508f5f46a352021aed6ea4178 Add an an implicit check() that the step exists when getting an item from the steps dictionary. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I5ff173a722657fd93f74794c3653038231f4f362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1524449Reviewed-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>
-
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/938a60eec6df492beac392b9d093a56830c7f893 Move RecipeEnigne and run_steps to their own file. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I3dcfd7230ee971f341e7382396b484ffba632088 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1524154Reviewed-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>
-
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/8368e1a93fc04fed0bae0b4a84ff11e5d6fd8ecf Split step_runner into parts. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8874a08c37a9fb9993ef9d99c499b934207492a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1524445Reviewed-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>
-
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/d5630bebfc7a1c79dfe49e76ff9a1131f4807811 Remove Quiet stream engine/step runner. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I82ab11abff24df08626c2b9266c1124640ee2e73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1524562Reviewed-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>
-
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/5efaa3a69b50fa7f8240d39d79de9c0530327663 [run_build] Implement a StreamEngine for streaming build.proto to logdog. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I5b5c01034c7d7709fb084c759ec222fb9151f8a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1524149Reviewed-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>
-
- 13 Mar, 2019 3 commits
-
-
Karen Qian authored
Warning message appears when trying to cherry-pick into a Chromium branch, but doesn't actually mean anything right now. """ About to land on 3163. Continue (y/n)? y It seems this repository has a Commit Queue, which can test and land changes for you. Are you sure you wish to bypass it? Press Enter to bypass CQ, or Ctrl+C to abort """ We want to disable until CQ for branches is fully developed. Bug: 753213 Change-Id: I1cdfa084a6bad1be56b85a56e94e2dd27a099b2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1518291 Commit-Queue: Karen Qian <karenqian@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> 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/3035f7c165e19a7425d53f3e41b60b9a5ce6dc4e Refactor step names. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I473932a2d0eb7808b9242cc6d8ceb8e4f5dc3412 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1521152Reviewed-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>
-
Vadim Shtayura authored
Changes: 2019-03-12 seanabraham@chromium.org chromiumos-protos: Use new builder proto location 2019-03-12 vadimsh@chromium.org [lucicfg] Implement 'equivalent_to' support in CQ config generator. 2019-03-12 dburger@chromium.org Add Id and General configs to BuilderConfig. 2019-03-12 seanabraham@chromium.org testplans: Use protos in chromiumos/infra/proto rather than in lucicfg/external 2019-03-12 hinoka@google.com [milo] Add default_commit_limit and default_expand to console definitions 2019-03-11 vadimsh@chromium.org [lucicfg] Recognize e.g. 'builder = lucicfg.rule(impl = _builder)' in docgen. R=tandrii@chromium.org, nodir@chromium.org CC=dburger@chromium.org Change-Id: I73a54bfe19a86e59e22bd320df6b4d414f654a7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1521149Reviewed-by: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
- 12 Mar, 2019 7 commits
-
-
John Budorick authored
I've been using this recipe module for a new internal builder (http://shortn/_wvjqgrpIGb) and it seems odd to have the package name and instance ID in the step text rather than a link directly to the site. (Perhaps the module predates the CIPD UI rewrite?) Recipe-Nontrivial-Roll: infra Change-Id: Iab6080c3c6110ac2205cb3de397055b30d881d62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1496953Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org>
-
Veranika Liaukevich authored
Bug: 926631 Change-Id: Ie2ce79dd5f2cb75ef5160dda5ff5d8dd497beead Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1518793Reviewed-by: Robbie Iannucci <iannucci@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/aef5bb3df38a8c316b2af0301be808e34c749583 Trivial doc change to test new recipe roller setup. (tandrii@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I998e054a24c5960acc4bf84e9fd7743ad315e6b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1517203Reviewed-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>
-
Dirk Pranke authored
sys takes essentially no time to import (I think possibly because it's a built-in?), and importing it as-needed is fragile. Make it a top-level import to gclient_paths to prevent future breakages. BUG=939959 Change-Id: I1ebe1260afd927355d668acf3cab5067ff0a2e03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1515669Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Dirk Pranke <dpranke@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/be611800cb1d17d3eeb7b3ab53e1acb056f8d50f [run_build] Improve fake_kitchen to actually run butler service. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ic90a9f7ecd9d0add27d63e93d2acd23e1b474405 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1516446Reviewed-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>
-
Lutz Justen authored
Allows adding the created and modified dates to the output. Doesn't change the default behavior. Example: $ my_activity.py --begin=01/01/19 -f "{created} {modified} {url} {title}" 2018-12-19 2019-01-09 https://crbug.com/916521 Tests do not resolve libbrillo-libchrome dependency properly 2018-12-05 2019-01-14 https://crbug.com/912312 authpolicy: Cache authentication data BUG=None Change-Id: Idfe8aa9553dfb8f9774ee4915e85b6167e6fb75b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1511252 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by: Dirk Pranke <dpranke@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/f270edd89315dd13dbeddd19ccb73ed7038dcc2b Improve fake_kitchen, add LUCI_CONTEXT support, add nonfunctional run_steps. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I0da492a71345edb55d86ee4a6b0c74a571b761c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1516864Reviewed-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>
-
- 11 Mar, 2019 2 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/a9e17d2bfaefc76e7355cb5123f1fe6ebcf4af9b Fix the assertions.assertRaises{,Regexp} to act as context managers. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I3be3012b9264c1d16dd8fbf4a4a449c9db2a96fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1516443 Reviewed-by: <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
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/d21dc6a81bce49816df20745cb36daa73ca28f8c Fix the assertions whitelist. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I1c8a563f9dca9d73ab5a1d0d83b3d06312ee5275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1516441 Reviewed-by: <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-