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

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

Issue 2200763002: Fix fake_specs.py, update recipe expectation (Closed) Base URL: https://skia.googlesource.com/skia.git@cleanup
Patch Set: More fixes 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'CXX': '/usr/bin/clang++', 155 'CXX': '/usr/bin/clang++',
156 'GYP_DEFINES': 156 'GYP_DEFINES':
157 'skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_errors=1', 157 'skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_errors=1',
158 }, 158 },
159 'nanobench_flags': [ 159 'nanobench_flags': [
160 '--dummy-flags', 160 '--dummy-flags',
161 ], 161 ],
162 'upload_dm_results': True, 162 'upload_dm_results': True,
163 'upload_perf_results': False, 163 'upload_perf_results': False,
164 }, 164 },
165 'Build-Ubuntu-Clang-x86_64-Debug-GN': {
166 'build_targets': [
167 'most',
168 ],
169 'builder_cfg': {
170 'compiler': 'Clang',
171 'configuration': 'Debug',
172 'extra_config': 'GN',
173 'is_trybot': False,
174 'os': 'Ubuntu',
175 'role': 'Build',
176 'target_arch': 'x86_64',
177 },
178 'configuration': 'Debug',
179 'dm_flags': [
180 '--dummy-flags',
181 ],
182 'do_perf_steps': False,
183 'do_test_steps': False,
184 'env': {
185 'CC': '/usr/bin/clang',
186 'CXX': '/usr/bin/clang++',
187 'GYP_DEFINES':
188 'skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_errors=1',
189 },
190 'nanobench_flags': [
191 '--dummy-flags',
192 ],
193 'upload_dm_results': True,
194 'upload_perf_results': False,
195 },
165 'Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan': { 196 'Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan': {
166 'build_targets': [ 197 'build_targets': [
167 'most', 198 'most',
168 ], 199 ],
169 'builder_cfg': { 200 'builder_cfg': {
170 'compiler': 'GCC', 201 'compiler': 'GCC',
171 'configuration': 'Debug', 202 'configuration': 'Debug',
172 'extra_config': 'Android_Vulkan', 203 'extra_config': 'Android_Vulkan',
173 'is_trybot': False, 204 'is_trybot': False,
174 'os': 'Ubuntu', 205 'os': 'Ubuntu',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'do_test_steps': False, 356 'do_test_steps': False,
326 'env': { 357 'env': {
327 'GYP_DEFINES': 'skia_arch_type=x86_64 skia_warnings_as_errors=1', 358 'GYP_DEFINES': 'skia_arch_type=x86_64 skia_warnings_as_errors=1',
328 }, 359 },
329 'nanobench_flags': [ 360 'nanobench_flags': [
330 '--dummy-flags', 361 '--dummy-flags',
331 ], 362 ],
332 'upload_dm_results': True, 363 'upload_dm_results': True,
333 'upload_perf_results': False, 364 'upload_perf_results': False,
334 }, 365 },
335 'Build-Ubuntu-Clang-x86_64-Debug-GN': {
336 'build_targets': [
337 'most',
338 ],
339 'builder_cfg': {
340 'compiler': 'Clang',
341 'configuration': 'Debug',
342 'extra_config': 'GN',
343 'is_trybot': False,
344 'os': 'Ubuntu',
345 'role': 'Build',
346 'target_arch': 'x86_64',
347 },
348 'configuration': 'Debug',
349 'dm_flags': [
350 '--dummy-flags',
351 ],
352 'do_perf_steps': False,
353 'do_test_steps': False,
354 'env': {
355 'GYP_DEFINES': 'skia_arch_type=x86_64 skia_warnings_as_errors=1',
356 },
357 'nanobench_flags': [
358 '--dummy-flags',
359 ],
360 'upload_dm_results': True,
361 'upload_perf_results': False,
362 },
363 'Build-Ubuntu-GCC-x86_64-Debug-GN': { 366 'Build-Ubuntu-GCC-x86_64-Debug-GN': {
364 'build_targets': [ 367 'build_targets': [
365 'most', 368 'most',
366 ], 369 ],
367 'builder_cfg': { 370 'builder_cfg': {
368 'compiler': 'GCC', 371 'compiler': 'GCC',
369 'configuration': 'Debug', 372 'configuration': 'Debug',
370 'extra_config': 'GN', 373 'extra_config': 'GN',
371 'is_trybot': False, 374 'is_trybot': False,
372 'os': 'Ubuntu', 375 'os': 'Ubuntu',
(...skipping 1141 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' 1517 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a'
1515 's_errors=0'), 1518 's_errors=0'),
1516 }, 1519 },
1517 'nanobench_flags': [ 1520 'nanobench_flags': [
1518 '--dummy-flags', 1521 '--dummy-flags',
1519 ], 1522 ],
1520 'upload_dm_results': True, 1523 'upload_dm_results': True,
1521 'upload_perf_results': False, 1524 'upload_perf_results': False,
1522 }, 1525 },
1523 } 1526 }
OLDNEW
« no previous file with comments | « infra/bots/gen_buildbot_specs.py ('k') | infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-Clang-x86_64-Debug-GN.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698