blob: c161225d1f92e88ae833567d4b5e73fa81b505fa [file] [log] [blame]
# Copyright 2016 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.
# Recipe for uploading DM results.
DEPS = [
'recipe_engine/properties',
'upload_dm_results',
]
def RunSteps(api):
api.upload_dm_results.run()
def GenTests(api):
yield (
api.test('upload') +
api.properties(buildername='Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug',
gs_bucket='skia-infra-gm',
revision='abc123',
path_config='kitchen')
)