blob: 5bbd7c5b315077eb206e2c1fa99fab94289e3a50 [file] [log] [blame]
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from recipe_engine import post_process
DEPS = [
'recipe_engine/buildbucket',
'gerrit',
'tryserver',
]
def RunSteps(api):
api.tryserver.gerrit_change_owner
def GenTests(api):
yield api.test(
'basic',
api.buildbucket.try_build()
)