- 27 Nov, 2017 3 commits
-
-
Andrii Shyshkalov authored
bot_update & gclient on bots instruct git cache locks to be ignored, so there is no need to clean them up. R=hinoka@chromium.org Change-Id: I81c52cfcd44a42d13b641847439ac92053a7bc98 Reviewed-on: https://chromium-review.googlesource.com/791652Reviewed-by: Ryan Tseng <hinoka@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Mun Yong Jang authored
Bug: 509672 Change-Id: I5abb813d5f78291b4bf2d8e856c6fd71fcad5b68 Reviewed-on: https://chromium-review.googlesource.com/791472 Commit-Queue: Mun Yong Jang <myjang@google.com> Reviewed-by: Nodir Turakulov <nodir@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/6c2cb40870d113be8dddefc69ea6a4177d5fc884 [vpython] Assume vpython in $PATH for bootstrap. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I88f5b9ee7c66b79425692fdd21f87283f66704bd Reviewed-on: https://chromium-review.googlesource.com/791153Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 25 Nov, 2017 1 commit
-
-
Andrii Shyshkalov authored
Tested end-to-end, for example https://ci.chromium.org/swarming/task/3a0147207378b910 which contains: src/media/cdm/api (Elapsed: 0:00:01) ---------------------------------------- [0:00:00] Started. _____ src\media\cdm\api at ea5df8e78fbd0a4c24cc3a1f3faefefcd1b45237 [0:00:00] running "git cat-file -e ea5df8e78fbd0a4c24cc3a1f3faefefcd1b45237" in "e:\b\s\w\ir\cache\git\chromium.googlesource.com-chromium-cdm" skipping mirror update, it has rev=ea5df8e78fbd0a4c24cc3a1f3faefefcd1b45237 already thereby saving on needless git fetch (~40s in glcient sync on win trybots), and reducing the rate of .pack file accumulation inside cache directories. Risks: silently broken recipes which run gclient sync (or worse, bot_update) as a means of fetching latest commits in all repos of a solution. I think the benefit of faster bot_update in chromium CQ is worth the potential risk. PSA: https://groups.google.com/a/chromium.org/d/msg/infra-dev/UYLdBwAXm1Y/OV9QB6JnBQAJ Bug: 749709 Change-Id: I7a9e8ab82a5e2b848e450f19a798ac18a0b5e201 Reviewed-on: https://chromium-review.googlesource.com/787331 Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org>
-
- 23 Nov, 2017 8 commits
-
-
Andrii Shyshkalov authored
Before, bot_update would print after command: Succeeded (Failed) in 0.1 mins but figuring out which command takes a lot of scrolling/searching for previous Running <cmd with args> This CL fixes that: Succeeded (Failed) in 0.1 mins <cmd with args> R=machenbach@chromium.org, maruel@chromium.org TEST=end-to-end with led tool, but only on LUCI stack. Bug: 749709 Change-Id: Id3031a12b9013ab136ea03cdf6d325930722e50f Reviewed-on: https://chromium-review.googlesource.com/787175Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org> Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Andrii Shyshkalov authored
It used to be 50, I think ~9 gives best results for Chromium on Win: on golo VM, it takes <4 minutes to re-boostrap + git fetch small delta, assuming zipped git checkout for bootstrap is fresh (~1day). For other repos, which are significantly smaller, this change should have minor effect if at all. Test: I tested this using `led` tool on Win7 machines running LUCI stack extensively. For example, * https://ci.chromium.org/swarming/task/3a0102e8c8657410 shows case with few .pack files, hence just 1 fetch * https://ci.chromium.org/swarming/task/3a010282f9fd8010 shows case with 39 .pack files and so bootstrapping + fetch. If you look at prior tasks on the same VM, you'd find this: https://ci.chromium.org/swarming/task/39ffe843d01ed010 which spent 8 minutes doing 1 incremental fetch with 39 .pack files. **Troopers/Sheriffs**: This change is safe to revert. However, beware that you should also at the same time revert the recipe roll of this CL to the repo, in which the failed builder's recipe is located, typically `chromium/tools/build`. Bug: 749709 Change-Id: I18e2b63283100d466e9fb981a9094862463f6909 Reviewed-on: https://chromium-review.googlesource.com/787174 Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: Takuto Ikuta <tikuta@google.com>
-
Andrii Shyshkalov authored
TBR=iannucci@chromium.org Bug: 749709 Change-Id: I8aa02f780c5f2a3c2f8c0c408f83b061ba11c672 Reviewed-on: https://chromium-review.googlesource.com/788244Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Andrii Shyshkalov authored
This is short of sending this metrics to ts_mon, but is still useful for diagnose and then claim improvements in git cache performance on bots. This change has been tested for realz with led, particularly on windows https://ci.chromium.org/swarming/task/3a01358af14a7d10 Bug: 749709 Change-Id: I2b3589079d2caa7f70007f90fcbce85a0205d24b Reviewed-on: https://chromium-review.googlesource.com/787173Reviewed-by: Takuto Ikuta <tikuta@google.com> Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Sergey Berezin authored
Relevant commit: 2b69be620 mac_toolchain: update file permissions post-install 894cac284 mac_toolchain: add "package" command 09ed0cfc0 mac_toolchain: include symlinks BUG=475693 TBR=iannucci@chromium.org Change-Id: I65d146fd99ab8dd378b04714b8e3b88e0cf51907 Reviewed-on: https://chromium-review.googlesource.com/775667 Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org> Reviewed-by: Sergey Berezin <sergeyberezin@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
Daniel Cheng authored
The executor needs to accumnulate more_cc, not overwrite them. Bug: 786386 Change-Id: Iadfe836ae9623f1b66d2db8209d347b5e61ccae8 Reviewed-on: https://chromium-review.googlesource.com/784553Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org>
-
Andrii Shyshkalov authored
R=iannucci@chromium.org, nodir@chromium.org Change-Id: If7d48775b01a55e884a4c1fd6c26b1ff65992f4e Reviewed-on: https://chromium-review.googlesource.com/786823Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Andrii Shyshkalov authored
This reverts commit 6e215cef. Reason for revert: seems to have broken bot_update https://ci.chromium.org/swarming/task/39ff1814b3bb5b10?server=chromium-swarm.appspot.com Original change's description: > Show GIT_TRACE for git command in bot_update.py > > GIT_TRACE=true tells us which internal git command is slow. > https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables > > I got following results in my local repository. > Let me confirm the bots show similar behavior. > > C:\src\chromium\src>set GIT_TRACE=true > > C:\src\chromium\src>git rebase-update > 21:32:36.519698 git.c:576 trace: exec: 'git-rebase-update' > 21:32:36.519698 run-command.c:626 trace: run_command: 'git-rebase-update' > 21:32:38.889848 git.c:344 trace: built-in: git 'fetch' '--multiple' 'origin' > 21:32:38.893846 run-command.c:626 trace: run_command: 'fetch' '--append' 'origin' > Fetching origin > 21:32:38.911858 git.c:344 trace: built-in: git 'fetch' '--append' 'origin' > 21:32:38.983909 run-command.c:626 trace: run_command: 'remote-https' 'origin' 'https://chromium.googlesource.com/chromium/src.git' > 21:32:39.002923 git.c:576 trace: exec: 'git-remote-https' 'origin' 'https://chromium.googlesource.com/chromium/src.git' > 21:32:39.003923 run-command.c:626 trace: run_command: 'git-remote-https' 'origin' 'https://chromium.googlesource.com/chromium/src.git' > 21:32:43.782266 run-command.c:626 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' > 21:32:43.827301 run-command.c:626 trace: run_command: 'fetch-pack' '--stateless-rpc' '--stdin' '--lock-pack' '--include-tag' '--thin' 'https://chromium.googlesource.com/chromium/src.git/' > remote: Counting objects: 74400, done > remote: Finding sources: 100% (19/19) > 21:35:49.348951 run-command.c:626 trace: run_command: 'unpack-objects' '--pack_header=2,19' > 21:35:49.368985 git.c:344 trace: built-in: git 'unpack-objects' '--pack_header=2,19' > remote: Total 19 (delta 1), reused 18 (delta 1) > Unpacking objects: 100% (19/19), done. > 21:35:49.597328 run-command.c:626 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' > 21:35:49.612375 git.c:344 trace: built-in: git 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' > From https://chromium.googlesource.com/chromium/src > e8994685157b..fd56d3ad0528 master -> origin/master > 21:35:50.281845 run-command.c:1452 run_processes_parallel: preparing to run up to 1 tasks > 21:35:50.287848 run-command.c:1484 run_processes_parallel: done > 21:35:50.309865 run-command.c:626 trace: run_command: 'gc' '--auto' > 21:35:50.328880 git.c:344 trace: built-in: git 'gc' '--auto' > 21:35:50.453967 run-command.c:1452 run_processes_parallel: preparing to run up to 1 tasks > 21:35:50.460971 run-command.c:1484 run_processes_parallel: done > 21:35:50.460971 run-command.c:626 trace: run_command: 'gc' '--auto' > 21:35:50.480985 git.c:344 trace: built-in: git 'gc' '--auto' > Rebasing: direct_goma > Rebasing: python_pool > > C:\src\chromium\src>git fetch > 21:36:23.409703 git.c:344 trace: built-in: git 'fetch' > 21:36:23.486758 run-command.c:626 trace: run_command: 'remote-https' 'origin' 'https://chromium.googlesource.com/chromium/src.git' > 21:36:23.506772 git.c:576 trace: exec: 'git-remote-https' 'origin' 'https://chromium.googlesource.com/chromium/src.git' > 21:36:23.506772 run-command.c:626 trace: run_command: 'git-remote-https' 'origin' 'https://chromium.googlesource.com/chromium/src.git' > 21:36:28.542596 run-command.c:626 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' > 21:36:28.578620 run-command.c:626 trace: run_command: 'fetch-pack' '--stateless-rpc' '--stdin' '--lock-pack' '--include-tag' '--thin' 'https://chromium.googlesource.com/chromium/src.git/' > 21:36:28.601635 git.c:344 trace: built-in: git 'fetch-pack' '--stateless-rpc' '--stdin' '--lock-pack' '--include-tag' '--thin' 'https://chromium.googlesource.com/chromium/src.git/' > remote: Counting objects: 67598, done > remote: Finding sources: 100% (28/28) > 21:39:29.787441 run-command.c:626 trace: run_command: 'unpack-objects' '--pack_header=2,28' > 21:39:29.812462 git.c:344 trace: built-in: git 'unpack-objects' '--pack_header=2,28' > remote: Total 28 (delta 2), reused 20 (delta 2) > Unpacking objects: 100% (28/28), done. > 21:39:30.083690 run-command.c:626 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' > 21:39:30.108704 git.c:344 trace: built-in: git 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' > From https://chromium.googlesource.com/chromium/src > fd56d3ad0528..fbcc09282dc8 master -> origin/master > 21:39:30.788186 run-command.c:1452 run_processes_parallel: preparing to run up to 1 tasks > 21:39:30.795191 run-command.c:1484 run_processes_parallel: done > 21:39:30.813200 run-command.c:626 trace: run_command: 'gc' '--auto' > 21:39:30.836212 git.c:344 trace: built-in: git 'gc' '--auto' > > > Bug:749709 > Change-Id: I5b94549c42271885365c2354dc3f58399d6aebe0 > Reviewed-on: https://chromium-review.googlesource.com/786691 > Reviewed-by: Ryan Tseng <hinoka@chromium.org> > Commit-Queue: Takuto Ikuta <tikuta@google.com> TBR=hinoka@chromium.org,agable@chromium.org,tandrii@chromium.org,tikuta@google.com Change-Id: I970ddac1fd21e904c69dc18e48169d49293b1800 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 749709 Reviewed-on: https://chromium-review.googlesource.com/786413Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
- 22 Nov, 2017 5 commits
-
-
Takuto Ikuta authored
GIT_TRACE=true tells us which internal git command is slow. https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables I got following results in my local repository. Let me confirm the bots show similar behavior. C:\src\chromium\src>set GIT_TRACE=true C:\src\chromium\src>git rebase-update 21:32:36.519698 git.c:576 trace: exec: 'git-rebase-update' 21:32:36.519698 run-command.c:626 trace: run_command: 'git-rebase-update' 21:32:38.889848 git.c:344 trace: built-in: git 'fetch' '--multiple' 'origin' 21:32:38.893846 run-command.c:626 trace: run_command: 'fetch' '--append' 'origin' Fetching origin 21:32:38.911858 git.c:344 trace: built-in: git 'fetch' '--append' 'origin' 21:32:38.983909 run-command.c:626 trace: run_command: 'remote-https' 'origin' 'https://chromium.googlesource.com/chromium/src.git' 21:32:39.002923 git.c:576 trace: exec: 'git-remote-https' 'origin' 'https://chromium.googlesource.com/chromium/src.git' 21:32:39.003923 run-command.c:626 trace: run_command: 'git-remote-https' 'origin' 'https://chromium.googlesource.com/chromium/src.git' 21:32:43.782266 run-command.c:626 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' 21:32:43.827301 run-command.c:626 trace: run_command: 'fetch-pack' '--stateless-rpc' '--stdin' '--lock-pack' '--include-tag' '--thin' 'https://chromium.googlesource.com/chromium/src.git/' remote: Counting objects: 74400, done remote: Finding sources: 100% (19/19) 21:35:49.348951 run-command.c:626 trace: run_command: 'unpack-objects' '--pack_header=2,19' 21:35:49.368985 git.c:344 trace: built-in: git 'unpack-objects' '--pack_header=2,19' remote: Total 19 (delta 1), reused 18 (delta 1) Unpacking objects: 100% (19/19), done. 21:35:49.597328 run-command.c:626 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' 21:35:49.612375 git.c:344 trace: built-in: git 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' From https://chromium.googlesource.com/chromium/src e8994685157b..fd56d3ad0528 master -> origin/master 21:35:50.281845 run-command.c:1452 run_processes_parallel: preparing to run up to 1 tasks 21:35:50.287848 run-command.c:1484 run_processes_parallel: done 21:35:50.309865 run-command.c:626 trace: run_command: 'gc' '--auto' 21:35:50.328880 git.c:344 trace: built-in: git 'gc' '--auto' 21:35:50.453967 run-command.c:1452 run_processes_parallel: preparing to run up to 1 tasks 21:35:50.460971 run-command.c:1484 run_processes_parallel: done 21:35:50.460971 run-command.c:626 trace: run_command: 'gc' '--auto' 21:35:50.480985 git.c:344 trace: built-in: git 'gc' '--auto' Rebasing: direct_goma Rebasing: python_pool C:\src\chromium\src>git fetch 21:36:23.409703 git.c:344 trace: built-in: git 'fetch' 21:36:23.486758 run-command.c:626 trace: run_command: 'remote-https' 'origin' 'https://chromium.googlesource.com/chromium/src.git' 21:36:23.506772 git.c:576 trace: exec: 'git-remote-https' 'origin' 'https://chromium.googlesource.com/chromium/src.git' 21:36:23.506772 run-command.c:626 trace: run_command: 'git-remote-https' 'origin' 'https://chromium.googlesource.com/chromium/src.git' 21:36:28.542596 run-command.c:626 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' 21:36:28.578620 run-command.c:626 trace: run_command: 'fetch-pack' '--stateless-rpc' '--stdin' '--lock-pack' '--include-tag' '--thin' 'https://chromium.googlesource.com/chromium/src.git/' 21:36:28.601635 git.c:344 trace: built-in: git 'fetch-pack' '--stateless-rpc' '--stdin' '--lock-pack' '--include-tag' '--thin' 'https://chromium.googlesource.com/chromium/src.git/' remote: Counting objects: 67598, done remote: Finding sources: 100% (28/28) 21:39:29.787441 run-command.c:626 trace: run_command: 'unpack-objects' '--pack_header=2,28' 21:39:29.812462 git.c:344 trace: built-in: git 'unpack-objects' '--pack_header=2,28' remote: Total 28 (delta 2), reused 20 (delta 2) Unpacking objects: 100% (28/28), done. 21:39:30.083690 run-command.c:626 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' 21:39:30.108704 git.c:344 trace: built-in: git 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet' From https://chromium.googlesource.com/chromium/src fd56d3ad0528..fbcc09282dc8 master -> origin/master 21:39:30.788186 run-command.c:1452 run_processes_parallel: preparing to run up to 1 tasks 21:39:30.795191 run-command.c:1484 run_processes_parallel: done 21:39:30.813200 run-command.c:626 trace: run_command: 'gc' '--auto' 21:39:30.836212 git.c:344 trace: built-in: git 'gc' '--auto' Bug:749709 Change-Id: I5b94549c42271885365c2354dc3f58399d6aebe0 Reviewed-on: https://chromium-review.googlesource.com/786691Reviewed-by: Ryan Tseng <hinoka@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@google.com>
-
Mun Yong Jang authored
Bug: 785114 Change-Id: I53c3b4e54f39f4bacf8fb0bda1de4e4b0e1b280b Reviewed-on: https://chromium-review.googlesource.com/771592Reviewed-by: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Mun Yong Jang <myjang@google.com>
-
Mun Yong Jang authored
Bug: 509672 Change-Id: Ie3cb2fa1a2276f1fe658cdf7b9ffb657d03556e8 Reviewed-on: https://chromium-review.googlesource.com/754340 Commit-Queue: Mun Yong Jang <myjang@google.com> Reviewed-by: Nodir Turakulov <nodir@chromium.org>
-
Mun Yong Jang authored
Bug: Change-Id: I1c02188625a42af974744d0c27905f879963b0d2 Reviewed-on: https://chromium-review.googlesource.com/783878Reviewed-by: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Mun Yong Jang <myjang@google.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/6d6c1515cda8fb88bfa135743d8fdac359c832b0 buildbucket.put: improvements in tag handling. (tandrii@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Id627040f707ab5c057eb01c6c5437a42a710f3c7 Reviewed-on: https://chromium-review.googlesource.com/783991Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 21 Nov, 2017 2 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/8b52d1ce749a21542c5a4a4f836251a577db4700 Refactor buildbucket module. (tandrii@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ide8ccea77f1920912803325ef04df46721361fa0 Reviewed-on: https://chromium-review.googlesource.com/781059Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/f272cac20a48ee92ee3310aa32e9060cdd485eb9 buildbucket recipe_module: propagate is_experimental flag. (tandrii@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8208b9e56e867c869c7fcbcc3a5c5a7ef4c7cae9 Reviewed-on: https://chromium-review.googlesource.com/780863Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 20 Nov, 2017 1 commit
-
-
Daniel Cheng authored
Bug: 786386 Change-Id: If29acf287355d150e0f89f45b2f7aa87a08dcc57 Reviewed-on: https://chromium-review.googlesource.com/776645Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org>
-
- 18 Nov, 2017 3 commits
-
-
Andrii Shyshkalov authored
Bug: Change-Id: I7141022348cdfd4dafbd2fa00b5981faa0ba79e0 Reviewed-on: https://chromium-review.googlesource.com/771930 Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: Jao-ke Chin-Lee <jchinlee@chromium.org>
-
Andrii Shyshkalov authored
To illustrate, with this CL it's clear what is broken: https://ci.chromium.org/swarming/task/39e5676c13f00710?server=chromium-swarm.appspot.com while before you get a red herring: ncaught Exception: AttributeError("'NoneType' object has no attribute 'get'",)... https://ci.chromium.org/swarming/task/39e55d46c0774610?server=chromium-swarm.appspot.com R=iannucci@chromium.org Bug: 786486 Change-Id: I9ed2cdb7261c2e22a5a68116b81f841ece06c5d2 Reviewed-on: https://chromium-review.googlesource.com/777556Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Andrii Shyshkalov authored
This is a reland of 331a276b Original change's description: > bot_update: make --output_json required in script invocation. > > It's already set by recipe, so this should have 0 difference in prod. > > R=iannucci@chromium.org > > Bug: > Change-Id: I1e1129b9748d6647e45eb26892c8e892019fe088 > Reviewed-on: https://chromium-review.googlesource.com/769164 > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Change-Id: I165da9650df6b5e8d382aafc30914eff9a524c56 Reviewed-on: https://chromium-review.googlesource.com/777820Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
- 17 Nov, 2017 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/ee90ad121c9e96935792ee2276fecc5139ddccc0 Create file/api.symlink. (dgarrett@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8c7f4fb3566af6d7142a809f6173e482614af239 Reviewed-on: https://chromium-review.googlesource.com/777689Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Michael Achenbach authored
This reverts commit 331a276b. Reason for revert: Breaks everything: https://build.chromium.org/p/chromium/buildstatus?builder=Win&number=60914 Original change's description: > bot_update: make --output_json required in script invocation. > > It's already set by recipe, so this should have 0 difference in prod. > > R=iannucci@chromium.org > > Bug: > Change-Id: I1e1129b9748d6647e45eb26892c8e892019fe088 > Reviewed-on: https://chromium-review.googlesource.com/769164 > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> TBR=iannucci@chromium.org,tandrii@chromium.org Change-Id: Ifc40a5f89c9c770f6c0fc02aed024a6ba5f693cb No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/777659Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org>
-
Robert Flack authored
This reverts commit 331a276b. Reason for revert: Looks like this is causing bots to fail on the waterfall Example: https://logs.chromium.org/v/?s=chromium%2Fbb%2Fchromium%2FWin%2F60913%2F%2B%2Frecipes%2Fsteps%2Fbot_update%2F0%2Fstdout Original change's description: > bot_update: make --output_json required in script invocation. > > It's already set by recipe, so this should have 0 difference in prod. > > R=iannucci@chromium.org > > Bug: > Change-Id: I1e1129b9748d6647e45eb26892c8e892019fe088 > Reviewed-on: https://chromium-review.googlesource.com/769164 > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> TBR=iannucci@chromium.org,tandrii@chromium.org Change-Id: I65d7665e45dde539f6436ffe8932319e03f96f25 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/777619Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Andrii Shyshkalov authored
Bug: Change-Id: Ie8781f73236e13c0afedf18dacf770d14563ab9f Reviewed-on: https://chromium-review.googlesource.com/771857Reviewed-by: Jao-ke Chin-Lee <jchinlee@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Andrii Shyshkalov authored
It's already set by recipe, so this should have 0 difference in prod. R=iannucci@chromium.org Bug: Change-Id: I1e1129b9748d6647e45eb26892c8e892019fe088 Reviewed-on: https://chromium-review.googlesource.com/769164Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
- 16 Nov, 2017 7 commits
-
-
Nodir Turakulov authored
Addressing comments in https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/764974 that were sent after the CL landed. Bug: Change-Id: I6e0a583999e1c22f86d0f6b905aa5fae62b194d5 Reviewed-on: https://chromium-review.googlesource.com/775453Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Nodir Turakulov <nodir@chromium.org>
-
Nodir Turakulov authored
If a commit subject contains [hashtags], include them in Gerrit CL. Replace consecutive non-alphanums with dash. Also add --hashtag flag for explicit hashtagging. Bug: Change-Id: I25aed286013043263f959ff340a5b5478faa0f27 Reviewed-on: https://chromium-review.googlesource.com/764974 Commit-Queue: Nodir Turakulov <nodir@chromium.org> Reviewed-by: Aaron Gable <agable@chromium.org>
-
Andrii Shyshkalov authored
Bug: Change-Id: Ie1caef2d58dce12bafbbec29fa4a5cc65076626c Reviewed-on: https://chromium-review.googlesource.com/771856 Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: Jao-ke Chin-Lee <jchinlee@chromium.org>
-
Andrii Shyshkalov authored
Change-Id: I36c64bb46b967af00adcf69f2e867fd03204d7c2 Reviewed-on: https://chromium-review.googlesource.com/771910 Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: Jao-ke Chin-Lee <jchinlee@chromium.org>
-
Andrii Shyshkalov authored
Change-Id: I2c023a538bfe62955238b39034ed7460286789e5 Reviewed-on: https://chromium-review.googlesource.com/771454Reviewed-by: Jao-ke Chin-Lee <jchinlee@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@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/53ae04bd603b423c9715c6dc04b3821fecd168d1 runtime recipe_module: is_experimental should default to False. (tandrii@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I16c8211c5d52e02f6af33cd604a1ef12faae5b21 Reviewed-on: https://chromium-review.googlesource.com/773799Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Andrii Shyshkalov authored
Change-Id: I2f500bb8089039e689d5a989eb77f91374528164 Reviewed-on: https://chromium-review.googlesource.com/771381Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
- 15 Nov, 2017 2 commits
-
-
Andrii Shyshkalov authored
infra.git: git log --oneline e6c2ae3..9010ba7 ./go/src/infra/tools/led 9010ba713 led: emit luci UI URL on successful launch R=iannucci@chromium.org Change-Id: I86f63c227abec8ede4e802a5c3b09390dc94dc77 Reviewed-on: https://chromium-review.googlesource.com/772905Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@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/8bbd47ef4eb11c055b090d48330a917fb9aa3e79 add read_raw to read a file as-is. (yyanagisawa@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I12308cf934dec8b08e81e1670871ac5efc7ce2bb Reviewed-on: https://chromium-review.googlesource.com/770690Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 14 Nov, 2017 2 commits
-
-
Sergey Berezin authored
Relevant change: 38eded8ba mac_toolchain: add -service-account-json option R=iannucci@chromium.org BUG=475693 Change-Id: I89f8c53bf4bbdfa33b08647ed36f4baad0fa2349 Reviewed-on: https://chromium-review.googlesource.com/762059Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org>
-
Robert Iannucci authored
infra.git: git log --oneline d1e9a52..e6c2ae3 ./go/src/infra/tools/led e6c2ae3a0 led: Don't ignore task service account. a06566faa [led] Accept new gerrit patchset URL format. R=tandrii@chromium.org Bug: 784763 Change-Id: I0cb12f58f4a71847188b52c70559aed07cd17d8e Reviewed-on: https://chromium-review.googlesource.com/768349 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
-
- 13 Nov, 2017 1 commit
-
-
Paweł Hajdan, Jr authored
Bug: 783662 Change-Id: I5e7edbbd1ea0d78687319d9123accf5a5f13896c Reviewed-on: https://chromium-review.googlesource.com/763414Reviewed-by: Jochen Eisinger <jochen@chromium.org> Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
-