From 8f88b2da05d542620a7e5d97aec917714b5cf8fc Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 28 May 2019 17:39:49 -0700 Subject: [PATCH] Roll recipe dependencies (trivial). 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. depot_tools: https://crrev.com/602401825b619e4adc75eed4eee2c38c952661ae cipd: Update lucicfg to 1.7.7. (maruel@chromium.org) recipe_engine: https://crrev.com/295d478e0b3dc060e50fdba37edbf6552cc8796c Make recipe engine unit tests less flaky. (iannucci@chromium.org) https://crrev.com/29f83f0b60ed4debf5349aaa91019200a7a19357 cq: add .experimental and .top_level properties. (tandrii@chromium.org) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ie37234e6b3aa4db7978d68261d5a014d284df155 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/216489 Reviewed-by: Recipe Roller Commit-Queue: Recipe Roller --- infra/config/recipes.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 4ed5aee95f..8e9d990f3c 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "4ce909c11c06bca34057e56ccefc72a1bf1e7e8c", + "revision": "89aaeb90e22bcdf62bc04773cf04fa001790195f", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "21625832430557848a1bb6336f10bd4a86e0ac78", + "revision": "29f83f0b60ed4debf5349aaa91019200a7a19357", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },