- 18 Feb, 2022 5 commits
-
-
Chenlin Fan authored
This reverts commit d6a3040b. Reason for revert: crbug/1298289 Original change's description: > New vpython in depot_tools > > This change includes commits: > ef44f81748a55c3aaf028ccfa2ee11876cee1285 Fix vpython filelock > 275c4196540e1ca41384031b292ad0b89393a5dc Revert "Fix vpython filelock" > 8aadd8b60a6d3801f62c7e5cebdfe3dc828a1546 Fix vpython filelock > 43c99d88a24870240c9ca50d67dcfade40b516cc Use resolved path when searching spec > ffda9381bc01fd33e3c5a889e2ed374312c64ec6 Don't eval python symbol link on windows > 30a66930f4037fff949d36c45b12f60a40ec524b Include GOARCH to verify cached environment > 748dcd23529b6b138424914f1e6e265ed70d377b [vpython] Add period to log > > Bug:1279621,1158462,1278132,1279684 > Change-Id: I9f7853609309331a5e45939feef906798e7b3a2d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3461263 > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Commit-Queue: Chenlin Fan <fancl@chromium.org> Bug: 1279621,1158462,1278132,1279684 Change-Id: I31c3ca9985c3596317152412b522c1209a36419b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3474811Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Chris Blume authored
In [1], I landed a change that contained a bug. It meant to trim off a trailing path separator. Instead of trimming the end, it trimmed everything but the first char (since the path separator is 1 char long). This CL fixes that bug. [1] https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3451982 Change-Id: Ie4aebfc1042908437bd603da1c20681f19c50f73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3473285 Auto-Submit: Chris Blume <cblume@chromium.org> Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Josip Sokcevic authored
This reverts commit 0f13273f. Reason for revert: breaks codesearch recipes and autorollers crbug.com/1298961 Original change's description: > Add support for Gerrit topics in gclient syncs > > > If the new flag "--download-topics" is specified with a "--patch-ref" then: > * Finds the topic of the Gerrit change. > * Finds all open changes in the same repo as the Gerrit change. > * Cherrypicks all changes locally. > > This functionality can be used by developers and bots to apply all changes with the same topic in the checkout to be tested at the same time (similar to how Android's TreeHugger handles topics). > > > Tested by: > > * Running the new unit test with `python gclient_scm_test.py GerritChangesTest.testDownloadsTopics` from the `tests/` directory. > > * Running an end-to-end test with `DEPOT_TOOLS_UPDATE=0 gclient sync --patch-ref "skia@d831da5b8ac2d257c5b0cf2ec6645a148f05e662:refs/changes/17/505217/2" --download-topics` in a skia checkout. > > > Bug: chromium:1298922 > Change-Id: Ieace5e27fbc9c5d0ea90a037bf80a95062c1b164 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3444003 > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Commit-Queue: Ravi Mistry <rmistry@chromium.org> Bug: chromium:1298922 Bug: chromium:1298961 Change-Id: I88c56cd68372bad09b612de7de1a45f9a0c6c681 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3474793 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Chidera Olibie authored
This reverts commit 988c0af5. Reason for revert: This change breaks our bot: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket/8821937225081267713/+/u/cleanup_index.lock/stdout. The reference for the newly added cleanup.py looks incorrect. Original change's description: > Update diff_deps receipe to py3 > > Recipe-Nontrivial-Roll: build > Bug: 1289280 > Change-Id: Ia87693ab8187acc5fa5cbd76664b999ad65d2809 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3438326 > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Reviewed-by: Gavin Mak <gavinmak@google.com> > Commit-Queue: Aravind Vasudevan <aravindvasudev@google.com> Bug: 1289280 Change-Id: I8d430a29abafafe2501c73b2b20063c2a134024d No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3473364 Auto-Submit: Chidera Olibie <colibie@google.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Commit-Queue: Aravind Vasudevan <aravindvasudev@google.com>
-
Ravi Mistry authored
If the new flag "--download-topics" is specified with a "--patch-ref" then: * Finds the topic of the Gerrit change. * Finds all open changes in the same repo as the Gerrit change. * Cherrypicks all changes locally. This functionality can be used by developers and bots to apply all changes with the same topic in the checkout to be tested at the same time (similar to how Android's TreeHugger handles topics). Tested by: * Running the new unit test with `python gclient_scm_test.py GerritChangesTest.testDownloadsTopics` from the `tests/` directory. * Running an end-to-end test with `DEPOT_TOOLS_UPDATE=0 gclient sync --patch-ref "skia@d831da5b8ac2d257c5b0cf2ec6645a148f05e662:refs/changes/17/505217/2" --download-topics` in a skia checkout. Bug: chromium:1298922 Change-Id: Ieace5e27fbc9c5d0ea90a037bf80a95062c1b164 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3444003Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Ravi Mistry <rmistry@chromium.org>
-
- 17 Feb, 2022 4 commits
-
-
Aravind Vasudevan authored
Recipe-Nontrivial-Roll: build Bug: 1289280 Change-Id: Ia87693ab8187acc5fa5cbd76664b999ad65d2809 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3438326Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Aravind Vasudevan <aravindvasudev@google.com>
-
Chris Blume authored
Currently, the Windows SDK path is hard-coded. This does not work if the SDK is installed in a different path or drive. This CL fetches the actual Windows SDK path and uses it instead. Change-Id: I31808ba0dbe76f47253fc165ccbd8f027bf396ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3451982Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Auto-Submit: Chris Blume <cblume@chromium.org>
-
recipe-roller authored
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/8822007905293956737 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/39398f79e7ab5fae2323cf3c49b9d4c7a5cdad43 39398f7 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from 14e69ed24c5f to 582e828c5a8a 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: I43ccc95113e31055d898e8fa0b041a05f825f1d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3471036 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: 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 (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8822022375736993361 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/2abc02b277331f01e37e47ce3f2f479d819127af 2abc02b (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from 5cf7456331ac to b32c149b6abb 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: I0f54ac1b2b4a62f824abfbbad52fadafcf2698df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3470196 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 16 Feb, 2022 1 commit
-
-
Josip Sokcevic authored
Currently, post upload presubmit hooks are exlusively executed with py2, regardless of USE_PYTHON3 magic variable. This change adds py3 support in the same fasion as regular presubmit hooks. R=aravindvasudev@google.com Fixed: 1297712 Change-Id: Ib464f8563e4135a63fc48692d27c8692fe1f630b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3469285Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 15 Feb, 2022 6 commits
-
-
Chenlin Fan authored
This change includes commits: ef44f81748a55c3aaf028ccfa2ee11876cee1285 Fix vpython filelock 275c4196540e1ca41384031b292ad0b89393a5dc Revert "Fix vpython filelock" 8aadd8b60a6d3801f62c7e5cebdfe3dc828a1546 Fix vpython filelock 43c99d88a24870240c9ca50d67dcfade40b516cc Use resolved path when searching spec ffda9381bc01fd33e3c5a889e2ed374312c64ec6 Don't eval python symbol link on windows 30a66930f4037fff949d36c45b12f60a40ec524b Include GOARCH to verify cached environment 748dcd23529b6b138424914f1e6e265ed70d377b [vpython] Add period to log Bug:1279621,1158462,1278132,1279684 Change-Id: I9f7853609309331a5e45939feef906798e7b3a2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3461263Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Chenlin Fan <fancl@chromium.org>
-
Jamie Madill authored
Bug: angleproject:7018 Change-Id: I0e685c81a43d247b4f1a0dd93850b30b829ef264 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3461421Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
-
Brian Ryner authored
Bug: 1297167 Change-Id: Ifc541f05218b0a696b3e19523664a773f415ce1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3461262 Auto-Submit: Brian Ryner <bryner@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
recipe-roller authored
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/8822189725625480049 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/07233a2d117b89ab77ae01f16707c293c2c7f7ec 07233a2 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from e920c6c940f2 to c4791d15e395 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: Idd103618efef6e2dc58680660180791a2874293d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3463215 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Fumitoshi Ukai authored
Bug: b/218220880 Change-Id: I059ca9cbee506d6a087b554f4bc14ea2b956f4bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3462783Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Fumitoshi Ukai <ukai@google.com>
-
Garrett Beaty authored
Bug: 1288604 Change-Id: Ie116316062e50138668299538a5e0759a1dd3fa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3459466 Auto-Submit: Garrett Beaty <gbeaty@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 14 Feb, 2022 2 commits
-
-
Josip Sokcevic authored
This reverts commit ff8a62f0. Reason for revert: Win presubmit fails crbug.com/1297167 Original change's description: > git 2.35.1.chromium.7 to depot_tools stable. > > Change-Id: Id59c599b6050bbf4e4564ad3fe54fe6cee22cc93 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3449590 > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Commit-Queue: Brian Ryner <bryner@google.com> Bug: 1297167 No-Try: True Change-Id: I3495c7102c79576d2e6022f0979c8eaf92c6fac4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3462348 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
recipe-roller authored
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/8822228104664146017 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/0a7014d4ec8db9e0d167aefd02d6f47e9466a847~..1be6a14c191c824a66a5865e5ac916001fc8c770 0a7014d (qyearsley@chromium.org) Add a note about experimental status of change_verifier module 1be6a14 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from 1b1a8642fb70 to fbbb5b9748a0 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: I39ac368dadfc7dcca2efdb2b65c66692a7797d6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3461418 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 10 Feb, 2022 3 commits
-
-
Josip Sokcevic authored
If git cl upload fails due to a private key being detected, print more useful message for git-cl users. R=aravindvasudev@google.com Fixed: 1201742 Change-Id: Ida5c9c9788058dc17c1c50034c9b0b8831cfbd20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3453203 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Commit-Queue: Aravind Vasudevan <aravindvasudev@google.com>
-
Andrew Grieve authored
This came up as a thing I wanted to use here: https://chromium-review.googlesource.com/c/chromium/tools/build/+/3449158 Bug: None Change-Id: I631c66a1b81bddedaf0e812a590a8e05db958fa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3449844 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
-
Brian Ryner authored
Change-Id: Id59c599b6050bbf4e4564ad3fe54fe6cee22cc93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3449590Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Brian Ryner <bryner@google.com>
-
- 09 Feb, 2022 2 commits
-
-
recipe-roller authored
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/8822665989784627921 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/b262ba1eaca11481354042112f7c780a3176388a b262ba1 (iannucci@chromium.org) [time] Improve time module to work with gevent. 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: I87de6772ac54ba51d887fac44daa44d341134707 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3449895 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Andrew Grieve authored
Bug: 1031185 Change-Id: I09ba4dcc0aaf67d08e1526bd80b036225fe59e74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1959814Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org>
-
- 08 Feb, 2022 7 commits
-
-
recipe-roller authored
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/8822759104019056017 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e662254992ccd69a1089660b5de6048fe1811550 e662254 (bryner@google.com) infra/tools/protoc does not exist for mac-arm64, use amd64 inst... 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: Ib7c09d3c5026020a1cab0bee182fd439fa0c4222 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3447543 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Josip Sokcevic authored
Change-Id: Ic85057a6075ba398e4800edffd183f5e2eccd259 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3440929Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
-
Josip Sokcevic authored
This reverts commit 8b64ddec. Reason for revert: it appears we need this, since .DEPS.git specifies custom dependencies needed for tryjob. Original change's description: > Remove unused functionality in bot_update.py > > .DEPS.git has been removed in 2014 and no longer supported. It was > deleted in https://codereview.chromium.org/497313003 (August 2014). Last > entry in chromium/src is from tag 44.0.2403.47 in June 2015. > > Recipe-Nontrivial-Roll: build > Recipe-Nontrivial-Roll: build_limited > Recipe-Nontrivial-Roll: chrome_release > Recipe-Nontrivial-Roll: chromiumos > Recipe-Nontrivial-Roll: infra > Change-Id: I3ffb8813af867df959098c02d399c8d745894aae > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3439573 > Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> > Commit-Queue: Josip Sokcevic <sokcevic@google.com> Change-Id: I36bcd352a984b4b762096197a384e86347418290 Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: build_limited Recipe-Nontrivial-Roll: chrome_release Recipe-Nontrivial-Roll: chromiumos Recipe-Nontrivial-Roll: infra No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3448707 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
-
Josip Sokcevic authored
This is a reland of 0faae1c8 Original change's description: > Use py3 in gitiles recipe module > > Recipe-Nontrivial-Roll: build > Recipe-Nontrivial-Roll: chrome_release > Recipe-Nontrivial-Roll: chromiumos > Bug: 1289280 > Change-Id: I182f0e7ad1da58c1c707edd15675f6d30c5faed8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3438327 > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> > Commit-Queue: Gavin Mak <gavinmak@google.com> Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: chrome_release Recipe-Nontrivial-Roll: chromiumos Bug: 1289280 Change-Id: I9ba63a7cd4fea99c2043fae546c63ef942c82802 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3445785Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Josip Sokcevic authored
.DEPS.git has been removed in 2014 and no longer supported. It was deleted in https://codereview.chromium.org/497313003 (August 2014). Last entry in chromium/src is from tag 44.0.2403.47 in June 2015. Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: build_limited Recipe-Nontrivial-Roll: chrome_release Recipe-Nontrivial-Roll: chromiumos Recipe-Nontrivial-Roll: infra Change-Id: I3ffb8813af867df959098c02d399c8d745894aae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3439573Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
recipe-roller authored
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/8822840265201470497 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/57c0b508b2f382e61bbca75afae20ca886475d59 57c0b50 (yiwzhang@google.com) bb: inline tags_for_child_build into scheduler module 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: Id2b1e1a7dafaa30aceb42eb0c898eb3bde2156a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3445788 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Brian Ryner authored
Change-Id: If2cf80baa84c8025205443ad4a35f7e7b8789bc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3442906 Auto-Submit: Brian Ryner <bryner@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 07 Feb, 2022 3 commits
-
-
recipe-roller authored
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/8822844668606153393 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/6355c2bfbdc4dea8b0e53dfbdd3501473fc189bf 6355c2b (linxinan@google.com) Add parent_buildbucket_id:build_id tag by default 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: I136c871a542160f7adba209c04776c1f4fab3077 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3445784 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Josip Sokcevic authored
This reverts commit 0faae1c8. Reason for revert: broke dawn and some chromeos builds Original change's description: > Use py3 in gitiles recipe module > > Recipe-Nontrivial-Roll: build > Recipe-Nontrivial-Roll: chrome_release > Recipe-Nontrivial-Roll: chromiumos > Bug: 1289280 > Change-Id: I182f0e7ad1da58c1c707edd15675f6d30c5faed8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3438327 > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> > Commit-Queue: Gavin Mak <gavinmak@google.com> Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: chrome_release Recipe-Nontrivial-Roll: chromiumos Bug: 1289280 Change-Id: I09f2860bac9fbac4c2edb0b77baea3802b077958 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3444000 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Fumitoshi Ukai authored
Bug: b/214478717 Change-Id: I176a890c5565d0efe61f9962722549ac212982dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3442650Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Fumitoshi Ukai <ukai@google.com>
-
- 04 Feb, 2022 5 commits
-
-
Xinan Lin authored
User could attach CC addresses to the gerrit change created. BUG=1294382 TEST=train Change-Id: I236658d80f41b27bf007bb344934ce835cd7b5de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3440862Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Xinan Lin <linxinan@chromium.org>
-
Josip Sokcevic authored
R=ajp@google.com Change-Id: Ib54985d8da767ea06f45f31fdb3a46ac8645a8f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3440925 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Andy Perelson <ajp@chromium.org> Commit-Queue: Andy Perelson <ajp@chromium.org>
-
Xinan Lin authored
CC list needs to be contained in notify_details. We can not use --param, because it is a map of recipient type to NotifyInfo entity. '--param' can not accept a dict from command line. BUG=NA TEST=gpaste/4774055988166656 Change-Id: I1560fe3a6136ab431052bc3fee7d4c8d989c8579 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3438508Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Xinan Lin <linxinan@chromium.org>
-
Mike Frysinger authored
Change-Id: I47bfd073a10ac72572d8e4b67650958f5f119fdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3438329 Auto-Submit: Mike Frysinger <vapier@chromium.org> Reviewed-by: Alex Klein <saklein@chromium.org> Commit-Queue: Alex Klein <saklein@chromium.org>
-
Josip Sokcevic authored
The script is already py3 compatible. Bug: 1289280 Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: build_limited Recipe-Nontrivial-Roll: chrome_release Recipe-Nontrivial-Roll: infra Change-Id: I2dfd202fcb7981e5129a777424f7f730f8f33998 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3438328Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 03 Feb, 2022 2 commits
-
-
Gavin Mak authored
Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: chrome_release Recipe-Nontrivial-Roll: chromiumos Bug: 1289280 Change-Id: I182f0e7ad1da58c1c707edd15675f6d30c5faed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3438327Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
recipe-roller authored
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/8823227189893365137 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/794433f99704f19f9a576d1a739c33d640d9d9cc 794433f (qyearsley@chromium.org) Add change_verifier recipe module with search_runs method 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: Ie9bd43fe3f1b94e5da6845d0925ab7838988fcf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3436856 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-