Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: infra/bots/recipe_modules/core/fake_specs.py

Issue 2198173002: Re-organize Skia recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix missing dependency Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is generated by the infra/bots/gen_buildbot_specs.py script. 5 # This file is generated by the infra/bots/gen_buildbot_specs.py script.
6 6
7 FAKE_SPECS = { 7 FAKE_SPECS = {
8 'Build-Mac-Clang-Arm7-Debug-Android': { 8 'Build-Mac-Clang-Arm7-Debug-Android': {
9 'build_targets': [ 9 'build_targets': [
10 'most', 10 'most',
(...skipping 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a' 1514 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a'
1515 's_errors=0'), 1515 's_errors=0'),
1516 }, 1516 },
1517 'nanobench_flags': [ 1517 'nanobench_flags': [
1518 '--dummy-flags', 1518 '--dummy-flags',
1519 ], 1519 ],
1520 'upload_dm_results': True, 1520 'upload_dm_results': True,
1521 'upload_perf_results': False, 1521 'upload_perf_results': False,
1522 }, 1522 },
1523 } 1523 }
OLDNEW
« no previous file with comments | « infra/bots/recipe_modules/core/api.py ('k') | infra/bots/recipe_modules/core/resources/binary_size_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698