Robert Iannucci
b723b89856
Switch to single-line API/TEST_API definitions.
...
R=mohrr@google.com
Bug: b/446916327
Change-Id: I4fc651325566ffe67956750e35363a6718d9a15b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6981222
Reviewed-by: Rob Mohr <mohrr@google.com >
Commit-Queue: Robbie Iannucci <iannucci@google.com >
2025-09-24 16:36:06 -07:00
Rob Mohr
a3fa818db8
recipes: Add API and TEST_API variables
...
These will eventually be required.
Change-Id: If7be1c111c6f9760c38aa512dfa88260379a751f
Bug: b/446916327
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6976649
Reviewed-by: Robbie Iannucci <iannucci@google.com >
Commit-Queue: Rob Mohr <mohrr@google.com >
2025-09-24 09:09:35 -07:00
Takuto Ikuta
05cb270161
recipes: Remove unnecessary annotations
...
Python3 is used by default in recipes now and this annotation is not
necessary anymore.
Bug: 440235171
Change-Id: Ifdf357129c9e42fee3752ac1c07aa6e94171d81f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6875483
Commit-Queue: Scott Lee <ddoman@chromium.org >
Auto-Submit: Takuto Ikuta <tikuta@chromium.org >
Reviewed-by: Scott Lee <ddoman@chromium.org >
2025-08-25 13:24:00 -07:00
Gavin Mak
642a989069
Reland "Drop py2 support in recipe modules"
...
This is a reland of commit 5819c303f0
Original change's description:
> Drop py2 support in recipe modules
>
> python3 is the only supported version of python in depot_tools.
>
> Bug: 1475402
> Change-Id: I479de09a0c34b438aced35e4ced58a5972108132
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4808518
> Reviewed-by: Josip Sokcevic <sokcevic@chromium.org >
> Commit-Queue: Gavin Mak <gavinmak@google.com >
Bug: 1475402
Change-Id: Ie4e6612a95511026b7602837f8dd3030bcf3ef8a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4811285
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org >
Commit-Queue: Gavin Mak <gavinmak@google.com >
2023-08-29 18:54:52 +00:00
Gavin Mak
a5f17dd7b3
Revert "Drop py2 support in recipe modules"
...
This reverts commit 5819c303f0 .
Reason for revert: breaking dart builds
Original change's description:
> Drop py2 support in recipe modules
>
> python3 is the only supported version of python in depot_tools.
>
> Bug: 1475402
> Change-Id: I479de09a0c34b438aced35e4ced58a5972108132
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4808518
> Reviewed-by: Josip Sokcevic <sokcevic@chromium.org >
> Commit-Queue: Gavin Mak <gavinmak@google.com >
Bug: 1475402
Change-Id: I0fef7581835bb25ea7e4f22303eef11e72df9536
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4811596
Commit-Queue: Gavin Mak <gavinmak@google.com >
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org >
2023-08-24 20:15:15 +00:00
Gavin Mak
5819c303f0
Drop py2 support in recipe modules
...
python3 is the only supported version of python in depot_tools.
Bug: 1475402
Change-Id: I479de09a0c34b438aced35e4ced58a5972108132
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4808518
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org >
Commit-Queue: Gavin Mak <gavinmak@google.com >
2023-08-24 17:11:04 +00:00
Robert Iannucci
247429efd9
[git_cl] Remove config from git_cl module.
...
No downstream repos use this functionality now, using instead the
simpler, explicit, set_default_repo_location method.
Bug: 1462728
Change-Id: Iaf3836b30234f0b798c53f27639ab19c1b134ac9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4669517
Auto-Submit: Robbie Iannucci <iannucci@chromium.org >
Reviewed-by: Gavin Mak <gavinmak@google.com >
Commit-Queue: Robbie Iannucci <iannucci@chromium.org >
2023-07-07 23:16:27 +00:00
Robert Iannucci
d0b85e47dc
[recipe_modules/git_cl] Add migration path away from using config.py.
...
The usage of config in the git_cl module is wholly unnecessary - This
CL gives a trivial way to change downstream repos to use a normal method
in place of configs, which will ultimately let us remove config.py from
this module.
Change-Id: Ia02ad110c41fadcd3bada0258ba96cbe70d0e43c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4662591
Reviewed-by: Gavin Mak <gavinmak@google.com >
Commit-Queue: Robbie Iannucci <iannucci@chromium.org >
2023-07-05 21:42:04 +00:00
Brian Sheedy
9879712089
Run recipe git_cl under Python 3
...
Makes the git_cl recipe module use vpython3 instead of vpython, as
the latter breaks when running on builders with the omit_python2
experiment.
Bug: 1366965
Recipe-Nontrivial-Roll: build
Recipe-Nontrivial-Roll: build_limited
Recipe-Nontrivial-Roll: chromiumos
Recipe-Nontrivial-Roll: infra
Change-Id: I2306e97dbc7b75201024b5dcf1892787185d5f77
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3968801
Auto-Submit: Brian Sheedy <bsheedy@chromium.org >
Reviewed-by: Robbie Iannucci <iannucci@chromium.org >
Commit-Queue: Robbie Iannucci <iannucci@chromium.org >
2022-10-21 20:18:52 +00:00
Garrett Beaty
3d1a52e074
Remove recipe warnings due to python module.
...
The python module is deprecated in favor of using the step module with
an explicit python binary. Switching the code to use the step module and
remove DEPS on recipe_engine/python removes warnings when running recipe
tests in the repo.
Change-Id: If3c9d5d6aff5aab69898b535399accbef92f5c0b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3880624
Commit-Queue: Garrett Beaty <gbeaty@google.com >
Reviewed-by: Gavin Mak <gavinmak@google.com >
2022-09-09 17:25:14 +00:00
recipe-roller
5b13afcae3
Roll recipe dependencies (nontrivial).
...
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.
The build that created this CL was
https://ci.chromium.org/b/8815259687168433617
Please review the expectation changes, and LGTM+CQ.
recipe_engine:
4cb1bf0fb0
4cb1bf0 (gbeaty@chromium.org )
Don't set the -u flag when running python unbuffered.
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug.
R=iannucci@chromium.org
Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I0859db0f9db1c7548068073300150e979ac460b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3621157
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com >
Commit-Queue: Garrett Beaty <gbeaty@google.com >
Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com >
Reviewed-by: Garrett Beaty <gbeaty@google.com >
2022-05-02 17:12:39 +00:00
Gavin Mak
bd0674c0d0
Fix remaining unicode py2+3 recipe module errors
...
Bug: 1227140
Change-Id: Ic29fff7556884935c301b35ba3995e281f178540
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3124901
Reviewed-by: Anthony Polito <apolito@google.com >
Commit-Queue: Gavin Mak <gavinmak@google.com >
2021-08-27 20:10:36 +00:00
Gavin Mak
23508d2e0d
Add PYTHON_VERSION_COMPATIBILITY to git_cl recipe module
...
Bug: 1227140
Change-Id: Iac28ea8ead34ddf407b4c8ac981de54d48afe725
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3123947
Reviewed-by: Anthony Polito <apolito@google.com >
Commit-Queue: Gavin Mak <gavinmak@google.com >
2021-08-27 00:06:01 +00:00
Quinten Yearsley
b674f8a277
Edit depot_tools recipe_modules docstrings for consistency
...
Change-Id: I454e9c90d3159598ae34d97d22c96b9d20d55f80
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2521656
Reviewed-by: Andrii Shyshkalov <tandrii@google.com >
Commit-Queue: Quinten Yearsley <qyearsley@chromium.org >
2020-11-06 19:55:18 +00:00
George Engelbrecht
552ddbf3bf
recipe_modules: git_cl no longer has codereview --gerrit param
...
BUG=chromium:1060257
TEST=./recipes.py test run
Change-Id: Ie081430ff5f83964a53401099ce3c9bee682c7fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2097040
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org >
Reviewed-by: David Burger <dburger@chromium.org >
Reviewed-by: George Engelbrecht <engeg@google.com >
Commit-Queue: George Engelbrecht <engeg@google.com >
2020-03-10 20:44:35 +00:00
Edward Lemur
b594247e39
Reland "depot_tools: Run recipe scripts using vpython."
...
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/+/1865252
Reviewed-by: Andrii Shyshkalov <tandrii@google.com >
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org >
2019-10-17 15:30:03 +00:00
Michael Achenbach
61d3d4b0bd
Revert "depot_tools: Run recipe scripts using vpython."
...
This reverts commit c6512213a7 .
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 88d7869db0
>
> Original change's description:
> > Reland "depot_tools: Add httplib2 to .vpython"
> >
> > This is a reland of e1410883a3
> >
> > 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/+/1861974
Reviewed-by: Michael Achenbach <machenbach@chromium.org >
Commit-Queue: Michael Achenbach <machenbach@chromium.org >
2019-10-15 07:22:30 +00:00
Edward Lemur
c6512213a7
depot_tools: Run recipe scripts using vpython.
...
This is a reland of 88d7869db0
Original change's description:
> Reland "depot_tools: Add httplib2 to .vpython"
>
> This is a reland of e1410883a3
>
> 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 >
2019-10-14 21:28:16 +00:00
Nodir Turakulov
5abb9b7c5d
Revert "Reland "depot_tools: Add httplib2 to .vpython""
...
This reverts commit 88d7869db0 .
Reason for revert: Broke luci-go-presubmit. luci-go development has stopped. https://ci.chromium.org/p/infra/builders/try/luci-go-try-presubmit
Original change's description:
> Reland "depot_tools: Add httplib2 to .vpython"
>
> This is a reland of e1410883a3
>
> 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 >
TBR=tandrii@google.com ,ehmaldonado@chromium.org ,apolito@google.com
Change-Id: Ieecf0bf9164a14542a70ee6343763781a098a4a8
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1002153
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1858280
Reviewed-by: Nodir Turakulov <nodir@chromium.org >
Commit-Queue: Nodir Turakulov <nodir@chromium.org >
2019-10-12 20:55:10 +00:00
Edward Lemur
88d7869db0
Reland "depot_tools: Add httplib2 to .vpython"
...
This is a reland of e1410883a3
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 >
2019-10-11 21:55:17 +00:00
Michael Moss
6b4c2a88f3
Run git_cl commands as a python step.
...
Otherwise this fails on Windows because git_cl.py "is not a valid Win32
application".
R=gbeaty@google.com , iannucci@google.com
Bug: 726111
Change-Id: I4b9fea6b5271241e14407aeab175ce73d1ee8349
Recipe-Nontrivial-Roll: chromiumos
Recipe-Nontrivial-Roll: build_limited_scripts_slave
Recipe-Nontrivial-Roll: release_scripts
Recipe-Nontrivial-Roll: infra
Change-Id: I4b9fea6b5271241e14407aeab175ce73d1ee8349
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1835598
Commit-Queue: Michael Moss <mmoss@chromium.org >
Reviewed-by: Garrett Beaty <gbeaty@chromium.org >
Reviewed-by: Robbie Iannucci <iannucci@chromium.org >
2019-10-02 17:42:17 +00:00
recipe-roller
b712f77706
Roll recipe dependencies (nontrivial).
...
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).
Please review the expectation changes, and LGTM+CQ.
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug.
recipe_engine:
https://crrev.com/b5922385482112ce31df891af71854c81662d69e Remove jsonResult defaulting to null (martiniss@google.com )
R=recipe-roller@chromium.org , tandrii@chromium.org
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I9791f5b80afe6529a6321eccbd4ae7d1a3f18a81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1638960
Reviewed-by: Stephen Martinis <martiniss@chromium.org >
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org >
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org >
2019-05-31 23:01:31 +00:00
recipe-roller
c5b8a73247
Roll recipe dependencies (nontrivial).
...
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).
Please review the expectation changes, and LGTM+CQ.
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug.
recipe_engine:
https://crrev.com/c2ae1f8b058dc210e2f8b1753aa7184973da36a6 Remove stdout and stderr from expectation files. (gbeaty@chromium.org )
R=iannucci@chromium.org , recipe-roller@chromium.org
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I60e4142ad54eb22d3912a603f816a034fa5b2d5b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1632616
Commit-Queue: Robbie Iannucci <iannucci@chromium.org >
Reviewed-by: Robbie Iannucci <iannucci@chromium.org >
2019-05-28 17:53:59 +00:00
Robert Iannucci
efc7e91fa7
[recipes] Manual roll.
...
Update "import DEPS" syntax and package_repo_resource.
recipe_engine:
https://crrev.com/a42dce4e0b0db8bd6b7688030e723197919306db [engine] Rewrite/simplify loading infrastructure. (iannucci@chromium.org )
R=jchinlee@chromium.org , martiniss@chromium.org , tandrii@chromium.org
Recipe-Manual-Change: skia
Recipe-Manual-Change: skiabuildbot
Recipe-Manual-Change: build
Recipe-Manual-Change: build_limited_scripts_slave
Recipe-Manual-Change: infra
Recipe-Manual-Change: release_scripts
Bug: 914992
Change-Id: Ie3a3be9124e1ca4abd5e79af2f8c946b3ce906ff
Reviewed-on: https://chromium-review.googlesource.com/c/1464761
Commit-Queue: Robbie Iannucci <iannucci@chromium.org >
Reviewed-by: Stephen Martinis <martiniss@chromium.org >
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org >
2019-02-15 19:48:48 +00:00
recipe-roller
62d2286c53
Roll recipe dependencies (nontrivial).
...
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).
Please review the expectation changes, and LGTM+CQ.
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug.
recipe_engine:
https://crrev.com/5e53d73e9bcec42830e10b835bc328eb75c9423f [path] Use 'cleanup' dir in mkdtemp and mkstemp (sergeyberezin@google.com )
R=iannucci@chromium.org
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I9a721c027e369ecd797e9fb1bfe707dfba15ed62
Reviewed-on: https://chromium-review.googlesource.com/c/1374435
Reviewed-by: Sergey Berezin <sergeyberezin@chromium.org >
Reviewed-by: Robbie Iannucci <iannucci@chromium.org >
Commit-Queue: Robbie Iannucci <iannucci@chromium.org >
2018-12-13 01:56:30 +00:00
Stephen Martinis
9afc6490c1
Manual roll for new run logic
...
Manual roll for https://crrev.com/c/1239574/
TBR=iannucci
Recipe-Manual-Change: build
Recipe-Manual-Change: infra
Recipe-Manual-Change: build_limited_scripts_slave
Recipe-Manual-Change: release_scripts
Recipe-Manual-Change: skiabuildbot
Recipe-Manual-Change: skia
Bug: 646142
Change-Id: I56f156c05a695cfb00b9e0a7f335d516153a70c7
Reviewed-on: https://chromium-review.googlesource.com/c/1305041
Commit-Queue: Stephen Martinis <martiniss@chromium.org >
Reviewed-by: Stephen Martinis <martiniss@chromium.org >
2018-10-30 22:12:16 +00:00
Paweł Hajdan, Jr
24025d3e71
tryserver: add support for gerrit footers
...
Bug: 644609
Change-Id: Ied7439d688b89f90b9705968927521b5060c5fb4
Reviewed-on: https://chromium-review.googlesource.com/565564
Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org >
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org >
2017-07-11 14:43:13 +00:00
Robert Iannucci
56038f517d
rename example.py -> examples/full.py for all modules
...
R=dnj@chromium.org , nodir@chromium.org , phajdan.jr@chromium.org
Bug:
Change-Id: I47d8f9311b6ee71583fb989888a1e4d28b5495df
Reviewed-on: https://chromium-review.googlesource.com/520731
Commit-Queue: Robbie Iannucci <iannucci@chromium.org >
Reviewed-by: Nodir Turakulov <nodir@chromium.org >
2017-06-01 18:14:04 +00:00
Robert Iannucci
5702f0baef
[recipes] convert all recipe_modules to use new context module.
...
R=recipe-roller@chromium.org
Bug:
Change-Id: I84c19965b779f1010c00cd8c857b7533eec7413f
Reviewed-on: https://chromium-review.googlesource.com/502929
Reviewed-by: Paweł Hajdan Jr. <phajdan.jr@chromium.org >
Commit-Queue: Robbie Iannucci <iannucci@chromium.org >
2017-05-11 16:52:02 +00:00
Paweł Hajdan, Jr
3978290b21
Enable strict coverage for all modules
...
Bug: chromium:693058
Change-Id: I6e00f73141722dc47f8da16e21dadd1d4e26a14f
Reviewed-on: https://chromium-review.googlesource.com/475911
Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org >
Reviewed-by: Robbie Iannucci <iannucci@chromium.org >
2017-04-12 18:54:34 +00:00
Paweł Hajdan, Jr
f14709556d
Move recipes to their own subdirectory
...
This will help remove confusion when depot_tools' recipes.py
ends up in PATH.
BUG=699120
Change-Id: Id4c21b0cc6bb022ea2c21145abe76bebb0a8d9c1
Reviewed-on: https://chromium-review.googlesource.com/458430
Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org >
Reviewed-by: Robbie Iannucci <iannucci@chromium.org >
2017-03-24 08:32:52 +00:00