blob: d2aa56f34ccb0d520101871b8c9373b8b67462ea [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
DEPS = [
"fuchsia/utils",
"recipe_engine/context",
"recipe_engine/step",
"recipe_engine/swarming",
"recipe_engine/time",
]
from recipe_engine.recipe_api import Property
from recipe_engine.config import ConfigGroup, Single
PROPERTIES = {
"$fuchsia/swarming_retry": Property(
kind=ConfigGroup(aggressive_gc=Single(bool)),
param_name="module_props",
default={},
),
}