- 25 Sep, 2017 1 commit
-
-
Emma authored
Bug:768229 Change-Id: If6988e3a75e66beb2900360b10d63560b4c0b345 Recipe-Nontrivial-Roll: build_limited_scripts_slave Recipe-Nontrivial-Roll: skia Recipe-Nontrivial-Roll: release_scripts Recipe-Nontrivial-Roll: infra Recipe-Nontrivial-Roll: build Reviewed-on: https://chromium-review.googlesource.com/681194 Commit-Queue: Emma Söderberg <emso@chromium.org> Reviewed-by:
Paweł Hajdan Jr. <phajdan.jr@chromium.org>
-
- 12 Jul, 2017 2 commits
-
-
Dan Jacques authored
"git_setup.py" does not use "logging". Remove it. BUG=None TEST=None R=iannucci@chromium.org Change-Id: Ia31882966bac056899308a67284f8fde15c7b0e0 Reviewed-on: https://chromium-review.googlesource.com/569101Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
-
Dan Jacques authored
Several tools, including the "git" recipe module, hard-code a checkout-relative "git.bat" path. Git is a feature that is provided by the system, both to tooling and recipes: 1) For users, "depot_tools" must be on PATH, and during setup it will have installed "git.bat", ensuring that Git tooling is available in PATH. 2) For bots, the system is responsible for providing "git.bat" on PATH. This is typically done at "/b/depot_tools/git.bat", which is sync'd through the "update_scripts" step. By formally treating Git as a system resource, we absolve Windows bots and users from manually installing a depot_tools-local Git, bringing them in line with other platforms. BUG=chromium:590806 TEST=local Change-Id: I93e89855cdd330a2ba7a8cfb8117a1789d1ab54e Reviewed-on: https://chromium-review.googlesource.com/568694 Commit-Queue: Daniel Jacques <dnj@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org>
-
- 10 Jun, 2017 1 commit
-
-
Robert Iannucci authored
R=dnj@chromium.org Bug: 662654 Change-Id: Ic5a59eeb67c435d54878ef5f060399f6b2963cd4 Reviewed-on: https://chromium-review.googlesource.com/523015 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org>
-
- 01 Jun, 2017 1 commit
-
-
Robert Iannucci authored
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>
-
- 31 May, 2017 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). 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/458ce956c9d91d184e0107c5fa6b34a8267b8e9b [step_runner] run _merge_envs in simulation too. (iannucci@chromium.org) R=martiniss@chromium.org, phajdan.jr@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I0d60499b06718827776739eb0413a79baa15cd9e Reviewed-on: https://chromium-review.googlesource.com/520462 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org>
-
- 11 May, 2017 1 commit
-
-
Robert Iannucci authored
R=recipe-roller@chromium.org Bug: Change-Id: I84c19965b779f1010c00cd8c857b7533eec7413f Reviewed-on: https://chromium-review.googlesource.com/502929Reviewed-by:
Paweł Hajdan Jr. <phajdan.jr@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
-
- 12 Apr, 2017 1 commit
-
-
Paweł Hajdan, Jr authored
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>
-
- 27 Mar, 2017 2 commits
-
-
Nodir Turakulov authored
This reverts commit 8b5b5941. Reason for revert: nothing wrong with this CL, but implementing a manual roll to build.git takes more than 20 min. I will reland this CL once my roll to build.git CL is ready Original change's description: > add "generic" infra path config > > It proved to be dangerous to introduce conditional logic into recipes > and recipe modules to alternate between buildbot and luci modes, namely > it touches buildbot code paths, which can be very dangerous. > > Instead, introduce "generic" default path config that configures > existing base paths from the built-in ones. > > Also remove swarmbucket path config because it is not used. > > R=iannucci@chromium.org > BUG=660481 > > Change-Id: Ide0e1f64913fe35766b997ab5b55f01f4c63aa58 > Reviewed-on: https://chromium-review.googlesource.com/459234 > Commit-Queue: Nodir Turakulov <nodir@chromium.org> > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > TBR=iannucci@chromium.org,nodir@chromium.org,chromium-reviews@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=660481 Change-Id: If27a537689dfe3669015bcbc7a5f07ca1f5c10af Reviewed-on: https://chromium-review.googlesource.com/461223Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Commit-Queue: Nodir Turakulov <nodir@chromium.org>
-
Nodir Turakulov authored
It proved to be dangerous to introduce conditional logic into recipes and recipe modules to alternate between buildbot and luci modes, namely it touches buildbot code paths, which can be very dangerous. Instead, introduce "generic" default path config that configures existing base paths from the built-in ones. Also remove swarmbucket path config because it is not used. R=iannucci@chromium.org BUG=660481 Change-Id: Ide0e1f64913fe35766b997ab5b55f01f4c63aa58 Reviewed-on: https://chromium-review.googlesource.com/459234 Commit-Queue: Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org>
-
- 24 Mar, 2017 1 commit
-
-
Paweł Hajdan, Jr authored
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>
-