- 26 Mar, 2019 1 commit
-
-
Robert Iannucci authored
e4631c9c5 [kitchen] Merge *_logdog*.go files d40f4d024 [kitchen] Remove git bootstrap of recipes. e05b2c063 [led] Default led tasks to experimental mode. d20372830 [led] Automatically add user tag to led tasks. R=nodir@chromium.org, tandrii@chromium.org Change-Id: I0b96fee28b88ef32aaaa1fca00aedc06b07266d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1539106 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Nodir Turakulov <nodir@chromium.org> Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Nodir Turakulov <nodir@chromium.org>
-
- 25 Mar, 2019 2 commits
-
-
Lei Zhang authored
Running "git cl issue -r invalid_input" will now produce an error message and continue, instead of crashing with a stacktrace. Change-Id: I17626a513df904a1a3ff725ec7a17e8541db6bf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1538978Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
-
Robert Iannucci authored
This caused a bit of confusion for a customer who thought that they were forbidden from passing Path objects in cmd. R=tandrii@chromium.org Change-Id: I352a6d5be75f48dcc0c8a8c92d6921359585ed48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1536493 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
-
- 24 Mar, 2019 1 commit
-
-
Raul Tambre authored
When an exception occurs in CheckCallAndFilter the push_returncode variable is used in the finally block without being initialized. Traceback (most recent call last): File "C:\Google\depot_tools\metrics.py", line 266, in print_notice_and_exit yield File "C:\Google\depot_tools\git_cl.py", line 5647, in <module> sys.exit(main(sys.argv[1:])) File "C:\Google\depot_tools\git_cl.py", line 5629, in main return dispatcher.execute(OptionParser(), argv) File "C:\Google\depot_tools\subcommand.py", line 252, in execute return command(parser, args[1:]) File "C:\Google\depot_tools\git_cl.py", line 4641, in CMDupload return cl.CMDUpload(options, args, orig_args) File "C:\Google\depot_tools\git_cl.py", line 1623, in CMDUpload ret = self.CMDUploadChange(options, git_diff_args, custom_cl_base, change) File "C:\Google\depot_tools\git_cl.py", line 2746, in CMDUploadChange 'exit_code': push_returncode, UnboundLocalError: local variable 'push_returncode' referenced before assignment Change-Id: Ife0e5226aa7e6127e8a508adb747f2c653ed8351 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1536033Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee>
-
- 22 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/266eae272c8f8cccb87beeac7f418ec5db2c5af1 Handle lambdas within multi-line expressions in check failures. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I240eff21a72d396c711b2c73fe8a9c8aab3c9ac8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1534446Reviewed-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>
-
Jonas Termansen authored
For instance, if the bug-prefix is set to "b/", git cl upload will offer a line with "Bug: b/", however it won't get stripped away if it's left blank, unlike the default "Bug:" line. This change fixes that inconsistency by also taking the bug-prefix into account when stripping. Change-Id: Ib6e4d18c1ff52ec77cd1422be15b1e6920332238 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1528972Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Jonas Termansen <sortie@google.com>
-
Yoshisato Yanagisawa authored
Since python2 tempfile does not have TemporaryDirectory, we need to either use temporary_directory in gclient_utils or implement it by ourselves. If we chose latter, we also need to implement rmtree for Windows. Considering that, I suppose using gclient_utils should be much easier. Bug: 939959 Change-Id: Ife21a2bc297ac61a4c1940b06df937c293961ae7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1524815Reviewed-by: Dirk Pranke <dpranke@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Auto-Submit: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
-
Takuto Ikuta authored
We updated git client to 2.21, so let's use git protocol version 2. Bug: 875453 Change-Id: I5bd12c5fdcd4b87a067e5c85dd9c464e5d3bade9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1534211 Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
-
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 1 commit
-
-
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>
-