From cdbb076bf577f78565c9643e90972799193ebc35 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 14 Aug 2018 12:21:12 -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. recipe_engine: https://crrev.com/75244002db7a51d62cabdad873d622b1d8c28434 Add post_process functions for asserting on a step's text and logs. (gbeaty@chromium.org) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ib1b2119927bb59845ee04b9621a94eda8c862a68 Reviewed-on: https://skia-review.googlesource.com/147110 Commit-Queue: Recipe Roller Reviewed-by: 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 7350bf8c2a..5a3df85cdb 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "6a4e31b4882f85224e08a70af20c7df766eb525d", + "revision": "1164342495fd090910f7549b4299b723a6a98cda", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "bd5111dec043a367d69d85b81289e2207aa26f6e", + "revision": "75244002db7a51d62cabdad873d622b1d8c28434", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },