blob: bd09e521ee5aedc2d56fb22ff14101b89bcb7a87 [file] [log] [blame]
# Copyright 2020 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/experimental",
"fuchsia/gerrit",
"fuchsia/git",
"fuchsia/jiri",
"fuchsia/release",
"fuchsia/status_check",
"fuchsia/upload",
"recipe_engine/buildbucket",
"recipe_engine/context",
"recipe_engine/file",
"recipe_engine/json",
"recipe_engine/path",
"recipe_engine/properties",
"recipe_engine/raw_io",
"recipe_engine/step",
]
from recipe_engine.recipe_api import Property
from recipe_engine.config import ConfigGroup, Single
PROPERTIES = {
"checkout.buildset": Property(
help="gitiles commit to checkout. This will replace the gitiles_commit in buildbucket.build.input.",
param_name="buildset",
kind=str,
default=None,
),
}