- 04 Sep, 2020 1 commit
-
-
Nico Weber authored
This reverts commit e64cd3ae. Reason for revert: A never macOS 11 beta made it so that native arm binaries need to be signed, and the Xcode beta used to build this arm64 slice here didn't do ad-hoc signing by default yet, see https://crbug.com/1125021 Original change's description: > mac: Add an arm64 slice to ninja-mac. > > To build the arm ninja binary, I downloaded a zip with the ninja 1.8.2 > code, and ran `./configure --bootstrap` on an arm mac, with Xcode 12 beta > installed, followed by `strip ninja`. That gave me a working ninja 1.8.2 > arm binary. I then copied it to my intel mac and ran > > lipo -create -output ninja-mac ninja-mac ~/Downloads/ninja > > to make a fat binary. > > No intended behavior change on non-arm macs. > > (This means the x86_64 slice, which is the previously existing binary, > has a LC_VERSION_MIN_MACOSX version 10.6, while the arm64 slice has > LC_BUILD_VERSION minos 11.0, according to `otool -arch ax86_64 -l ninja-mac` > and `otool -arch arm64 -l ninja-mac`.) > > Bug: 1103315,762354 > Change-Id: I2c4bea53a01d7a6135f9cd5554e3123dba960664 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2288417 > Auto-Submit: Nico Weber <thakis@chromium.org> > Reviewed-by: Mark Mentovai <mark@chromium.org> > Commit-Queue: Mark Mentovai <mark@chromium.org> > Commit-Queue: Nico Weber <thakis@chromium.org> TBR=thakis@chromium.org,dpranke@google.com,mark@chromium.org,infra-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1103315 Bug: 762354 Change-Id: Icd968a2fecb9509722c43d9cb03db92e6e3829e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2393775Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org>
-
- 03 Sep, 2020 2 commits
-
-
Simeon Anfinrud authored
The goma-on-borg backend is turning down. While chromium can continue using the goma client for build acceleration, the backend is swapped out to instead use Remote Build Execution, a gcloud service. Other downstream projects (e.g. Nest) switched out the goma frontend as well as the backend to RBE. These projects use a |use_rbe| gn flag to enable build acceleration through RBE. This change allows autoninja to recognize this flag and treat it as if it was using goma for the purposes of passing an appropriate -j flag. Bug: None Test: run on an out/ directory with use_rbe enabled Change-Id: I52d5771e92e9163234811b154fd36816639bf1b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2391009Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Simeon Anfinrud <sanfin@chromium.org>
-
Scott Lee authored
This is to deploy the change of https://crrev.com/c/2392435. * Cipd package https://chrome-infra-packages.appspot.com/p/infra/tools/rdb/linux-amd64/+/git_revision:b10f35b8395abc836a34c60fff99a52ff8bc58db Bug: 1124498 Change-Id: I2a3f0628ac20372f3df860ea47efcf5908b71e7b R=chanli@chromium.org,nodir@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2392780 Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org> Auto-Submit: Scott Lee <ddoman@chromium.org> Reviewed-by:
Marc-Antoine Ruel <maruel@chromium.org>
-
- 02 Sep, 2020 4 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/4efc10de7c33a61e6c806100ecea187be2f9dccb 4efc10d (iannucci@chromium.org) [autoroll] Promote all logging messages to info. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Idb4a11fe2d0a09d8e85d797ef6aae3a80799c9b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2391007Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Nodir Turakulov authored
To pick up https://chromium-review.googlesource.com/c/infra/infra/+/2388923 R=apolito@chromium.org Change-Id: Ia9048f13056f0b9224a36aa887973441dd0a6744 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2389046 Auto-Submit: Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Fumitoshi Ukai authored
Bug: b/162810606 Change-Id: If243df81ea5eb4db71e5f8bc06a8393cfc0dd39a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2388529Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Fumitoshi Ukai <ukai@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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/f51492c5b48e293e8ad8d0d7eb48e33fb11d1c59~..6a9c7012a9182733c299ebfb140929c60e040ac0 f51492c (iannucci@chromium.org) [main] Update urllib3 magic. 6a9c701 (iannucci@chromium.org) [file] Fix error when using fileutil on a symlink. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I96ebc4f11991f2492fcca8c6fc03c8125b21b4b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2388926Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 31 Aug, 2020 4 commits
-
-
Ben Pastene authored
As reported in crbug.com/1122671, windows bots can manage to trigger the isatty conditional even when openpty() isn't provided. So just force that conditional to false on windows. Bug: 1122671 Change-Id: I2c85024da40feadd97cde7f718f4e5a4231fe9d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2386321Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Ben Pastene <bpastene@chromium.org>
-
Scott Lee authored
This is to deploy the following changes - https://crrev.com/c/2382482 - https://crrev.com/c/2382470 - https://crrev.com/c/2386004 * Cipd package https://chrome-infra-packages.appspot.com/p/infra/tools/rdb/linux-amd64/+/git_revision:4605f7be819d0a2f6ffb1dd97c14f84fbf46c9f2 Bug: 1121678 Change-Id: Ifddc2a93a443e4af05e29e9a291ed71fdcd36086 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2386041Reviewed-by:
smut <smut@google.com> Commit-Queue: Scott Lee <ddoman@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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/92d2570987c1786b0f97d6d57657d0cf20bd0b10 92d2570 (jaredloucks@google.com) update cipd recipe set_tag API to reflect upstream JSON output More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I3b0ad29ba41ab44b151051bd068652058ad9359e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2384591Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/17bcee02f3346a9faf9c7b8c4685ea4aaffbd5f2 17bcee0 (yekuang@google.com) recipe: Make swarming recipe's test trigger generate incrementa... More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8ac82109f2f41974772fab8aef47c8fd138ebe57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2384370Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 28 Aug, 2020 7 commits
-
-
Garrett Beaty authored
On Windows, the path that gets computed from the gitiles commit uses backslashes, which won't match the format of the paths that bot_update.py uses. Bug: 1047893 Change-Id: Ie1f6c070558fe00d6f4b1f2fd453e430b21a55ed Recipe-Nontrivial-Roll: build_limited_scripts_slave Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2380590 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/5bcba60ee59d85fd018e485be4355d481587ec4f 5bcba60 (yiwzhang@google.com) [warning] Lift the restriction that first frame must be where w... More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ifa348923a01ecc18558fa30203b259a2007436c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2382412Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Garrett Beaty authored
Not outputting a newline when not prompting causes the command prompt to not appear on a new line. Change-Id: I791c829e1e0b37c9ad5d6bfdb246db4c779be020 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2380598 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Garrett Beaty <gbeaty@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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7e337ee69f0d28fdadb16964f15d4ca35ebee5a7 7e337ee (yiwzhang@google.com) [luciexe] Modify and reset fields in the initial build to sub-l... More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I3faf7a4b040843aa397cd7c8ec6c934be6afe5a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2382410Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Bruce Dawson authored
When doing a dry run of packaging the toolchain we have always printed stats on the size and number of files. It is odd and annoying that we don't print those stats when doing the actual packaging, so this changes that. Change-Id: Ic60c3f4960dacaea39c048dc0c5f4c50b551f68a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2380231Reviewed-by:
Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f34559e6c3b9d53846224a3760599ca2b15dc35d f34559e (mohrr@google.com) [buildbucket] Allow tests with multi-CL triggers More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I5a372b5ad3e68b9652e26525b8d93531bad991d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2380727Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f3cd3581d21f3d3e719096839f3c0186c001d6be f3cd358 (vadimsh@chromium.org) [swarming] Use builder's realm when launching ResultDB tasks. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I6b35b1c7d601d0706d0241a57040d4d493494ca9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2381115Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 27 Aug, 2020 2 commits
-
-
Glen Robertson authored
Avoiding 'master' as a local branch name per naming guidelines hits this special case and won't allow upload of child branches. Even though more comprehensive efforts (crbug.com/1095735) have yet to decide on an official preferred main branch name this change is small and unlikely to break things (I hope). This supports people using a "git pull" "merge" workflow. Change-Id: I8aca044aeb4178c6671e3a1590617f666505b42e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2377189Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Auto-Submit: Glen Robertson <glenrob@chromium.org>
-
Weilun Shi authored
The split histogram_suffies_list.xml should also be pretty-printed via `git cl format`. Bug: 1121852 Change-Id: Id9eacdd4adda8a4e6684be4c88dd0d5b0ab033a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2376986 Auto-Submit: Weilun Shi <sweilun@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
- 26 Aug, 2020 4 commits
-
-
Anthony Polito authored
Bug: 1120999 Change-Id: I8190a9d37f8dfcb59d9d51966fc67719592c2c8a R=sokcevic@google.com Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2378453Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Anthony Polito <apolito@google.com>
-
Vadim Shtayura authored
To pick up https://chromium.googlesource.com/infra/luci/luci-go/+/abc4a63770 No other significant changes. R=iannucci@chromium.org Change-Id: I83c1322dc80fa9e0f87569969a99520a9a2db001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2378455Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Vadim Shtayura authored
Mostly to pick up changes to their dependencies. R=iannucci@chromium.org Change-Id: Ib28b72440b451c69e6abcf032eec20b04a9c85bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2378454Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Ben Pastene authored
If a hook prints error/warning output that's color-coded, gclient will cause the coloring to be disabled since those hooks aren't called directly from a terminal. By emulating a terminal when launching subprocs from gclient, we can convince them to keep the color escape codes. LED builds with both //third_party/depot_tools rolled to this CL, as well as depot_tools in the recipe bundle rolled to this CL: linux: https://ci.chromium.org/swarming/task/4e40237985888310 mac: https://ci.chromium.org/swarming/task/4e4023ea0c829710 win: https://ci.chromium.org/swarming/task/4e4024612e03dc10 Bug: 1034063 Change-Id: I4150f66ef215ece06f4c32482dcd4ded14eb1bfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2368435Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Ben Pastene <bpastene@chromium.org>
-
- 25 Aug, 2020 4 commits
-
-
Josip Sokcevic authored
This fixes the issue where presubmit_canned_checks issues a warning if optional arguments in CheckAuthorizedAuthor are not used at all. This relands commit b09f2bb2 with some additional changes. R=apolito@google.com Bug: 1098560 Change-Id: If323d90ab7d6bcca68ed89142ea67edc4be057d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2373216Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Scott Lee authored
This is to deploy the changes of https://crrev.com/c/2375588. cipd-link: https://chrome-infra-packages.appspot.com/p/infra/tools/rdb/linux-386/+/git_revision:2171da1d9e14032a8b039548c75f1509a8bf1d23 R=chanli@chromium.org,iannucci@chromium.org CC=nodir@google.com Bug: 1121678 Change-Id: Ib7924139825241c8f49214ee2af1f00506553408 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2376309 Commit-Queue: Scott Lee <ddoman@chromium.org> Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Reviewed-by:
Chan Li <chanli@chromium.org>
-
Bruce Dawson authored
The Windows SDK contains some very long paths. When those are added to the 40-character hash directory and the other path components it is easy to hit the Windows 260-character MAX_PATH limit. In addition, the 40 character hash makes paths unwieldy in VsChromium search results and elsewhere. A ten character hash should be more than enough to avoid collisions - if we upload a million toolchain packages then there will be about a 50% chance of a name collision - we won't upload more than a thousand. This was tested by copying the current toolchain file on Google storage to a truncated name and then changing to that hash in vs_toolchain.py. It was also necessary to copy the updates from depot_tools to third_party\depot_tools. This means that we can't actually start using short hashes until depot_tools has rolled. We probably won't use a shorter hash until we next roll the toolchain, just because changing the toolchain hash is mildly disruptive. Bug: 1120785 Change-Id: I878b058857cbe9cb72a72b535864404eede33f3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2376030Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Josip Sokcevic authored
This reverts commit 149a3b75. Reason for revert: warnings are issued if no optional parameters are passed. Original change's description: > Warn when non-inclusive parameters are used > > R=apolito@google.com > > Bug: 1098560 > Change-Id: Iabc2a5d89a6af1418c1228f3c09eacbbd799b5c7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2355112 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Josip Sokcevic <sokcevic@google.com> TBR=apolito@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1098560 Change-Id: Ib0f188de90121c692f5c0d7271938ee312917fd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2376042Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 24 Aug, 2020 3 commits
-
-
Bruce Dawson authored
win_sdk\bin\setenv.cmd is used to configure the build environment for the packaged toolchain. This has always been done by creating paths such as %~dp0..\..\VC, which leads to extra long paths that are less readable than direct paths. These extra long paths make us more vulnerable to MAX_PATH issues. This change generates the paths relative to the grandparent directory. It does that by changing the current directory to the grandparent directory of the script and then generating paths relative to %cd%. The paths are still absolute they are just shorter and simpler. The paths are also stored in SetEnv.*.json and this change alters the relative-root used for these paths. crrev.com/c/2370604 detects the needed relative-root to handle toolchains packaged before and after this change. This change was tested using crrev.com/c/2370604 (temporarily modified to use a toolchain created by this change) to ensure that it works. Bug: 1120785 Change-Id: Icd72e36766d7ec92a491d16dbfd9ad7fc1b2ebc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2372727Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Bruce Dawson authored
When packaging the VC++ and Windows SDK toolchain it is important to filter out unneeded directories both to avoid unnecessary size and to avoid including excessively long paths. The Assessment and Deployment Kit was installed on my test machine, is 3.5 GB, and has some very long file paths, so now I filter it out. Bug: 1120785 Change-Id: I9e0c16cea57cf4a687db1e4c315440fd5a50c9f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2370864Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Josip Sokcevic authored
R=apolito@google.com Bug: 1098560 Change-Id: Iabc2a5d89a6af1418c1228f3c09eacbbd799b5c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2355112Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 21 Aug, 2020 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/26ed4c400c30e84a6da7363b880e87be56b4e4b1 26ed4c4 (yekuang@google.com) Support wait_for_capacity in swarming recipe More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I637cc6c66184005168d058ef18cf19e530876ff3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2368902Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/2a61f2bf89a21411e66be646e71ddfc999b37b0e 2a61f2b (yekuang@google.com) Accept checkers as a variadic arg to check_triggered_request(). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ie7dda99d48d6583eb0915557c5c5ee3fcf3c1074 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2368207Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 20 Aug, 2020 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e4d8c8bf10cad4fd0d8c4e4b1b29407a9b37fb45 e4d8c8b (yekuang@google.com) Format swarming/test_api.py More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Id0e9e24a66652958fc7bf37a6e18019d2bbfd48a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2366141Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/520207d25d5eb9a1661308834f184312a2c2dcc2 520207d (yekuang@google.com) Add check_triggered_request() to swarming test API. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ic2bb4de36d2b77fc494231903fe126cebde3f13e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2366137Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/56d36016a57b1ccacc6b18f12e0faecf34e618e5 56d3601 (yekuang@google.com) Preparation steps for adding the input request checker to swarming More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I338207f8efc85f7d409b9e36b9be64d5b4242c93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2366135Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 19 Aug, 2020 1 commit
-
-
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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/40cbd0a5d6064f6e82fe013394cd82ba7f76efa1 40cbd0a (yiwzhang@google.com) [luciexe] Always log the sub-build output proto More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2d32cb3d1e7e53a0af6fb64042b959c525be65c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2363402Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 18 Aug, 2020 1 commit
-
-
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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/467486617844950db145c462c448078da5f476dd 4674866 (iannucci@chromium.org) [recipe_modules/path] Correctly string-filter kwargs. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I1cf4a896a1b8a2707c638a492e9491042ab1ad76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2363175Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 17 Aug, 2020 2 commits
-
-
Scott Lee authored
ddoman@ frequently moves the cipd pin of infra/tools/rdb package. R=iannucci@chromium.org CC=chanli@chromium.org,nodir@chromium.org,robertocn@chromium.org,tandrii@google.com,vadimsh@chromium.org Change-Id: I26b3eae79a9b917af6197c5c42db5303a99a2c50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2358897 Commit-Queue: Scott Lee <ddoman@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Andrii Shyshkalov <tandrii@google.com>
-
Scott Lee authored
cipd-package: https://chrome-infra-packages.appspot.com/p/infra/tools/rdb/linux-amd64/+/git_revision:c62f7d47310dbd612d02399c91d52a32f01ae8d6 Patches included. (1) https://crrev.com/c/2358789 (2) https://crrev.com/c/2358852 Bug: 1113089 Change-Id: I193993d5710ce3e0170786fc6ed50940b4bb19a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2358894Reviewed-by:
Roberto Carrillo <robertocn@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Scott Lee <ddoman@chromium.org>
-