- 11 Nov, 2016 2 commits
-
-
Aaron Gable authored
BUG=634946 Change-Id: I1724395d6ba223854e513543841bdbb317f3ede7 Reviewed-on: https://chromium-review.googlesource.com/410227Reviewed-by: Andrew Bonventre <andybons@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org>
-
dnj authored
BUG=chromium:663990 TEST=None R=hinoka@chromium.org, nodir@chromium.org Review-Url: https://codereview.chromium.org/2497503002
-
- 10 Nov, 2016 2 commits
-
-
dnj authored
Currently, 'bot_update' uses the 'gclient' that is on the system path. Now, it will use the 'gclient.py' that is in the same 'depot_tools' checkout as the 'bot_update' recipe module. Also don't ignore "git_cache" move errors. BUG=664254,663990,663440 TEST=None Review-Url: https://codereview.chromium.org/2492963002
-
scottmg authored
We're doing the diff twice afaict, once to print stats to the user, and once to actually do the upload. Definitely no need to --find-copies-harder in the print. Previously: https://codereview.chromium.org/2488823002. R=dpranke@chromium.org BUG=544889 Review-Url: https://codereview.chromium.org/2489963003
-
- 09 Nov, 2016 2 commits
-
-
Andrii Shyshkalov authored
Before, presubmit_support would fail with not very useful stacktrace if Gerrit returns 404, which is usually due to missing/invalid credentials. This CL fixes that and improves the exception message, and also improves logic in git_cl. R=agable@chromium.org BUG= Change-Id: Iae8f0c24422c46af70929c7d5d71993164887511 Reviewed-on: https://chromium-review.googlesource.com/409650 Commit-Queue: Aaron Gable <agable@chromium.org> Reviewed-by: Aaron Gable <agable@chromium.org>
-
thakis authored
New binaries for Mac, Linux32, Linux64, Windows. Also update shell script. See the bug for how these were built. The main "new" thing is a regression fix where 1.7.1 broke %e %r in NINJA_STATUS. BUG=663749 Review-Url: https://codereview.chromium.org/2489023002
-
- 08 Nov, 2016 2 commits
-
-
scottmg authored
It's too ridiculously slow on Windows and Mac, and there's very little benefit to finding files that were "copied" from an historical file (as opposed to one that's in the current patch). BUG=544889 Review-Url: https://codereview.chromium.org/2488823002
-
Aaron Gable authored
This is still important, but at least now it won't result in a stacktrace. Change-Id: If6e7e15a98b0a03df7e978201762fea670312ede Reviewed-on: https://chromium-review.googlesource.com/408660Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org>
-
- 07 Nov, 2016 1 commit
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) recipe_engine: https://crrev.com/d6020a7ef29d3f7fb77d16a1cd6b32c7b2f09dc2 Delete tryserver_gerrit and its old properties. (tandrii@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2481763002
-
- 04 Nov, 2016 8 commits
-
-
nodir authored
Master names were confused with bucket names R=tandrii@chromium.org, qyearsley@chromium.org BUG=661580 Review-Url: https://codereview.chromium.org/2482523002
-
nodir authored
on swarmbucket, git_cache must be in cwd R=vadimsh@chromium.org, martiniss@chromium.org Review-Url: https://codereview.chromium.org/2473243003
-
martiniss authored
Revert of fix swarmbucket infra path (patchset #3 id:40001 of https://codereview.chromium.org/2477033002/ ) Reason for revert: Broke build CQ: https://luci-milo.appspot.com/swarming/task/324a5636a5cfdf10/steps/Uncaught_Exception/0/logs/exception/0 Original issue's description: > fix swarmbucket infra path > > Do not rely on buildbot config which goes up 4 directories. Everything > should happen in the workdir. Also exclude any project-specific paths. > > This fixes the problem that swarmbucket builds expect git_cache to be in > /b/git_cache. It should be in the CWD/git_cache. This will fix Windows > builders. > > R=vadimsh@chromium.org > BUG= > > Committed: https://chromium.googlesource.com/chromium/tools/depot_tools/+/b8b5aaea9217f0a2e0b9a48bfa6e6fc054d74d23 TBR=vadimsh@chromium.org,nodir@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review-Url: https://codereview.chromium.org/2484433002
-
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 (or complain) recipe_engine: https://crrev.com/6d04a2a25f68b37024e9d45ff32252e4d4903664 Revert of Delete tryserver_gerrit and its old properties. (patchset #1 id:1 of https://codereview.chromium.org/2464673002/ ) (martiniss@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2478313005
-
nodir authored
Do not rely on buildbot config which goes up 4 directories. Everything should happen in the workdir. Also exclude any project-specific paths. This fixes the problem that swarmbucket builds expect git_cache to be in /b/git_cache. It should be in the CWD/git_cache. This will fix Windows builders. R=vadimsh@chromium.org BUG= Review-Url: https://codereview.chromium.org/2477033002
-
tandrii authored
R=borenet@chromium.org,qyearsley@chromium.org BUG=599931 Review-Url: https://codereview.chromium.org/2468263005
-
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 (or complain) recipe_engine: https://crrev.com/0e5c8ab8680b51dfe55745ade2b26a7aa15e0f53 Add LogDog environment variables to whitelist. (dnj@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2480453003
-
iannucci authored
R=dnj@chromium.org, martiniss@chromium.org BUG=662277 Review-Url: https://codereview.chromium.org/2471133006
-
- 03 Nov, 2016 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 (or complain) recipe_engine: https://crrev.com/6b5af03500f8ab57a2905d11af2690de990961bd Remove unused --bootstrap-script option. (iannucci@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2469863007
-
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). Please review the expectation changes, and LGTM as normal. The recipe roller will *NOT* CQ the change itself, so you must CQ the change manually. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) recipe_engine: https://crrev.com/2c474706779466f2e18e83a632f6d6debf63787f Fix issue overriding bug properties.test_api.tryserver for Gerrit. (tandrii@chromium.org) R=tandrii@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2473883003
-
- 02 Nov, 2016 3 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 (or complain) recipe_engine: https://crrev.com/2ecaa8b5944f016f6bda5cbe93ec6f54e8ead4fb Delete tryserver_gerrit and its old properties. (tandrii@chromium.org) https://crrev.com/fabbc26432e0ba2e5492e01640722eb4641519c9 Add exit status proto (martiniss@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2472853002
-
tandrii authored
Only changes how test properties are given, no change in functionality. Should enable recipe roll of https://codereview.chromium.org/2464673002. R=martiniss@chromium.org,machenbach@chromium.org BUG=chromium:645616 Review-Url: https://codereview.chromium.org/2468373002
-
iannucci authored
R=martiniss@chromium.org BUG= Review-Url: https://codereview.chromium.org/2465613002
-
- 01 Nov, 2016 1 commit
-
-
agable authored
BUG=661187 Review-Url: https://codereview.chromium.org/2466953003
-
- 31 Oct, 2016 2 commits
-
-
katthomas authored
Sometimes Windows has trouble deleting files. This can cause problems when lockfiles are left in .git directories. R=agable@google.com BUG=659178 Review-Url: https://codereview.chromium.org/2454463002
-
qyearsley authored
Note: This CL originally just removed a deprecated use of Remove use of DoGetTrySlaves, suggested in http://crrev.com/2442153002, then was expanded to remove DoGetTrySlaves, GetPreferredTrySlaves and GetTrySlavesExecuter since these are all deprecated and unused. BUG=660453 Review-Url: https://codereview.chromium.org/2453823002
-
- 28 Oct, 2016 3 commits
-
-
katthomas authored
R=agable@google.com BUG=659178 Review-Url: https://codereview.chromium.org/2448983004
-
qyearsley authored
Assuming that assuming bots are always just builder names, and they're never specified along with tests in git cl --bot options, then some logic used for git cl try can be removed. Review-Url: https://codereview.chromium.org/2448193006
-
borenet authored
BUG=skia:5588 Review-Url: https://codereview.chromium.org/2453663004
-
- 27 Oct, 2016 1 commit
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) recipe_engine: https://crrev.com/799034e5ee1634cf2d88b0a666e0d8ca934cd895 Remove --bootstrap-script parameter from recipes.py. (iannucci@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2460683003
-
- 26 Oct, 2016 4 commits
-
-
justincohen authored
Revert of Call status before reset in gclient sync. (patchset #2 id:20001 of https://codereview.chromium.org/2447813003/ ) Reason for revert: https://codereview.chromium.org/2444403003/ makes this pretty redundant. Reverting this. Original issue's description: > Call status before reset in gclient sync. > > Calling status before reset will ensure files that have no been changed do not > get deleted by reset --hard. > > BUG=642711 > > Committed: https://chromium.googlesource.com/chromium/tools/depot_tools/+/d74a7b4c14512d95cb46204bb7a70ba5666b5eb7 TBR=sdefresne@chromium.org,maruel@chromium.org,dpranke@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=642711 Review-Url: https://codereview.chromium.org/2453083002
-
qyearsley authored
It might be good to make this change after the refactoring CL http://crrev.com/2442153002. BUG=640740 Review-Url: https://codereview.chromium.org/2439293002
-
qyearsley authored
When triggering the build, there's a field called "reason", which is currently populated by default with the user's branch name. I have a feeling that this is optional and could be completely omitted. Andrii notes that if users want to send a "reason" string, they could send invoke git cl try with the argument -p reason="<reason>". PSA on infra-dev: https://groups.google.com/a/chromium.org/d/msg/infra-announce/PXkM1WinTYY/w2IvN5B4AwAJ BUG=659552 Review-Url: https://codereview.chromium.org/2428383010
-
justincohen authored
Calling status before reset will ensure files that have no been changed do not get deleted by reset --hard. BUG=642711 Review-Url: https://codereview.chromium.org/2447813003
-
- 25 Oct, 2016 4 commits
-
-
agable authored
TBR=smut@chromium.org BUG=658959 Review-Url: https://codereview.chromium.org/2448993003
-
skobes authored
BUG=658915 Review-Url: https://codereview.chromium.org/2446013002
-
tandrii authored
This change is backwards compatible, so no expectation changes expected in downstream rolls. Depends on https://codereview.chromium.org/2442173003 recipe_engine change. BUG=645616 R=martiniss@chromium.org,machenbach@chromium.org Review-Url: https://codereview.chromium.org/2439373002
-
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 (or complain) recipe_engine: https://crrev.com/24a5bf068cee997aec0c60df51ca81bfa5ac5416 Add cleaned up Gerrit props to properties.test_api.tryserver. (tandrii@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2446133002
-
- 24 Oct, 2016 3 commits
-
-
agable authored
R=hinoka@chromium.org BUG=475320 Review-Url: https://codereview.chromium.org/2398603003
-
agable authored
R=iannucci@chromium.org BUG=643346 Review-Url: https://codereview.chromium.org/2425253003
-
agable authored
Some initial cleanup before larger refactorings. R=iannucci@chromium.org BUG=643346 Review-Url: https://codereview.chromium.org/2430523004
-