From 1b5b944f69cf0f59060c19c0cb88029f0528b1ac Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Tue, 21 Feb 2017 09:43:05 -0500 Subject: Roll recipe DEPS again This time with coverage bypass BUG=skia: Change-Id: I7f51dcad7bad53c7209ac512876a0d72c6181b8e Reviewed-on: https://skia-review.googlesource.com/8768 Reviewed-by: Eric Boren Reviewed-by: Ravi Mistry Commit-Queue: Eric Boren --- infra/bots/recipe_modules/swarming/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'infra/bots/recipe_modules/swarming/__init__.py') diff --git a/infra/bots/recipe_modules/swarming/__init__.py b/infra/bots/recipe_modules/swarming/__init__.py index 3e05b02b1f..cc099f61c0 100644 --- a/infra/bots/recipe_modules/swarming/__init__.py +++ b/infra/bots/recipe_modules/swarming/__init__.py @@ -16,3 +16,7 @@ DEPS = [ 'recipe_engine/step', 'run', ] + + +# TODO(borenet): Add coverage +DISABLE_STRICT_COVERAGE = True -- cgit v1.2.3