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

Side by Side Diff: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py

Issue 2164543003: tryserver.chromium.angle: convert to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 from . import steps 5 from . import steps
6 6
7 SPEC = { 7 SPEC = {
8 'settings': { 8 'settings': {
9 'build_gs_bucket': 'chromium-gpu-fyi-archive', 9 'build_gs_bucket': 'chromium-gpu-fyi-archive',
10 # WARNING: src-side runtest.py is only tested with chromium CQ builders. 10 # WARNING: src-side runtest.py is only tested with chromium CQ builders.
(...skipping 19 matching lines...) Expand all
30 'TARGET_BITS': 32, 30 'TARGET_BITS': 32,
31 }, 31 },
32 'bot_type': 'builder', 32 'bot_type': 'builder',
33 'compile_targets': [ 33 'compile_targets': [
34 ], 34 ],
35 'testing': { 35 'testing': {
36 'platform': 'win', 36 'platform': 'win',
37 }, 37 },
38 'enable_swarming': True, 38 'enable_swarming': True,
39 'use_isolate': True, 39 'use_isolate': True,
40 'checkout_dir': 'win',
40 }, 41 },
41 'GPU Win Builder (dbg)': { 42 'GPU Win Builder (dbg)': {
42 'chromium_config': 'chromium', 43 'chromium_config': 'chromium',
43 'chromium_apply_config': [ 44 'chromium_apply_config': [
44 'archive_gpu_tests', 45 'archive_gpu_tests',
45 'chrome_with_codecs', 46 'chrome_with_codecs',
46 'internal_gles2_conform_tests', 47 'internal_gles2_conform_tests',
47 'mb', 48 'mb',
48 'ninja_confirm_noop', 49 'ninja_confirm_noop',
49 ], 50 ],
50 'gclient_config': 'chromium', 51 'gclient_config': 'chromium',
51 'gclient_apply_config': ['chrome_internal', 'angle_top_of_tree'], 52 'gclient_apply_config': ['chrome_internal', 'angle_top_of_tree'],
52 'chromium_config_kwargs': { 53 'chromium_config_kwargs': {
53 'BUILD_CONFIG': 'Debug', 54 'BUILD_CONFIG': 'Debug',
54 'TARGET_BITS': 32, 55 'TARGET_BITS': 32,
55 }, 56 },
56 'bot_type': 'builder', 57 'bot_type': 'builder',
57 'compile_targets': [ 58 'compile_targets': [
58 ], 59 ],
59 'testing': { 60 'testing': {
60 'platform': 'win', 61 'platform': 'win',
61 }, 62 },
62 'enable_swarming': True, 63 'enable_swarming': True,
63 'use_isolate': True, 64 'use_isolate': True,
65 'checkout_dir': 'win',
64 }, 66 },
65 'Win7 Release (NVIDIA)': { 67 'Win7 Release (NVIDIA)': {
66 'chromium_config': 'chromium', 68 'chromium_config': 'chromium',
67 'chromium_apply_config': ['ninja_confirm_noop'], 69 'chromium_apply_config': ['ninja_confirm_noop'],
68 'gclient_config': 'chromium', 70 'gclient_config': 'chromium',
69 'chromium_config_kwargs': { 71 'chromium_config_kwargs': {
70 'BUILD_CONFIG': 'Release', 72 'BUILD_CONFIG': 'Release',
71 'TARGET_BITS': 32, 73 'TARGET_BITS': 32,
72 }, 74 },
73 'bot_type': 'tester', 75 'bot_type': 'tester',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'TARGET_BITS': 64, 273 'TARGET_BITS': 64,
272 }, 274 },
273 'bot_type': 'builder', 275 'bot_type': 'builder',
274 'compile_targets': [ 276 'compile_targets': [
275 ], 277 ],
276 'testing': { 278 'testing': {
277 'platform': 'win', 279 'platform': 'win',
278 }, 280 },
279 'enable_swarming': True, 281 'enable_swarming': True,
280 'use_isolate': True, 282 'use_isolate': True,
283 'checkout_dir': 'win',
281 }, 284 },
282 'GPU Win x64 Builder (dbg)': { 285 'GPU Win x64 Builder (dbg)': {
283 'chromium_config': 'chromium', 286 'chromium_config': 'chromium',
284 'chromium_apply_config': [ 287 'chromium_apply_config': [
285 'archive_gpu_tests', 288 'archive_gpu_tests',
286 'chrome_with_codecs', 289 'chrome_with_codecs',
287 'internal_gles2_conform_tests', 290 'internal_gles2_conform_tests',
288 'mb', 291 'mb',
289 'ninja_confirm_noop', 292 'ninja_confirm_noop',
290 ], 293 ],
291 'gclient_config': 'chromium', 294 'gclient_config': 'chromium',
292 'gclient_apply_config': ['chrome_internal', 'angle_top_of_tree'], 295 'gclient_apply_config': ['chrome_internal', 'angle_top_of_tree'],
293 'chromium_config_kwargs': { 296 'chromium_config_kwargs': {
294 'BUILD_CONFIG': 'Debug', 297 'BUILD_CONFIG': 'Debug',
295 'TARGET_BITS': 64, 298 'TARGET_BITS': 64,
296 }, 299 },
297 'bot_type': 'builder', 300 'bot_type': 'builder',
298 'compile_targets': [ 301 'compile_targets': [
299 ], 302 ],
300 'testing': { 303 'testing': {
301 'platform': 'win', 304 'platform': 'win',
302 }, 305 },
303 'enable_swarming': True, 306 'enable_swarming': True,
304 'use_isolate': True, 307 'use_isolate': True,
308 'checkout_dir': 'win',
305 }, 309 },
306 'Win7 x64 Release (NVIDIA)': { 310 'Win7 x64 Release (NVIDIA)': {
307 'chromium_config': 'chromium', 311 'chromium_config': 'chromium',
308 'chromium_apply_config': ['ninja_confirm_noop'], 312 'chromium_apply_config': ['ninja_confirm_noop'],
309 'gclient_config': 'chromium', 313 'gclient_config': 'chromium',
310 'chromium_config_kwargs': { 314 'chromium_config_kwargs': {
311 'BUILD_CONFIG': 'Release', 315 'BUILD_CONFIG': 'Release',
312 'TARGET_BITS': 64, 316 'TARGET_BITS': 64,
313 }, 317 },
314 'bot_type': 'tester', 318 'bot_type': 'tester',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'TARGET_BITS': 64, 394 'TARGET_BITS': 64,
391 }, 395 },
392 'bot_type': 'builder', 396 'bot_type': 'builder',
393 'compile_targets': [ 397 'compile_targets': [
394 ], 398 ],
395 'testing': { 399 'testing': {
396 'platform': 'linux', 400 'platform': 'linux',
397 }, 401 },
398 'use_isolate': True, 402 'use_isolate': True,
399 'enable_swarming': True, 403 'enable_swarming': True,
404 'checkout_dir': 'linux',
400 }, 405 },
401 'GPU Linux Builder (dbg)': { 406 'GPU Linux Builder (dbg)': {
402 'chromium_config': 'chromium', 407 'chromium_config': 'chromium',
403 'chromium_apply_config': ['mb', 'ninja_confirm_noop', 408 'chromium_apply_config': ['mb', 'ninja_confirm_noop',
404 'archive_gpu_tests', 'chrome_with_codecs', 409 'archive_gpu_tests', 'chrome_with_codecs',
405 'internal_gles2_conform_tests'], 410 'internal_gles2_conform_tests'],
406 'gclient_config': 'chromium', 411 'gclient_config': 'chromium',
407 'gclient_apply_config': ['chrome_internal', 'angle_top_of_tree'], 412 'gclient_apply_config': ['chrome_internal', 'angle_top_of_tree'],
408 'chromium_config_kwargs': { 413 'chromium_config_kwargs': {
409 'BUILD_CONFIG': 'Debug', 414 'BUILD_CONFIG': 'Debug',
410 'TARGET_BITS': 64, 415 'TARGET_BITS': 64,
411 }, 416 },
412 'bot_type': 'builder', 417 'bot_type': 'builder',
413 'compile_targets': [ 418 'compile_targets': [
414 ], 419 ],
415 'testing': { 420 'testing': {
416 'platform': 'linux', 421 'platform': 'linux',
417 }, 422 },
418 'use_isolate': True, 423 'use_isolate': True,
419 'enable_swarming': True, 424 'enable_swarming': True,
425 'checkout_dir': 'linux',
420 }, 426 },
421 'Linux Release (NVIDIA)': { 427 'Linux Release (NVIDIA)': {
422 'chromium_config': 'chromium', 428 'chromium_config': 'chromium',
423 'chromium_apply_config': ['mb', 'ninja_confirm_noop'], 429 'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
424 'gclient_config': 'chromium', 430 'gclient_config': 'chromium',
425 'chromium_config_kwargs': { 431 'chromium_config_kwargs': {
426 'BUILD_CONFIG': 'Release', 432 'BUILD_CONFIG': 'Release',
427 'TARGET_BITS': 64, 433 'TARGET_BITS': 64,
428 }, 434 },
429 'bot_type': 'tester', 435 'bot_type': 'tester',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'TARGET_BITS': 64, 571 'TARGET_BITS': 64,
566 }, 572 },
567 'bot_type': 'builder', 573 'bot_type': 'builder',
568 'compile_targets': [ 574 'compile_targets': [
569 ], 575 ],
570 'testing': { 576 'testing': {
571 'platform': 'mac', 577 'platform': 'mac',
572 }, 578 },
573 'enable_swarming': True, 579 'enable_swarming': True,
574 'use_isolate': True, 580 'use_isolate': True,
581 'checkout_dir': 'mac',
575 }, 582 },
576 'GPU Mac Builder (dbg)': { 583 'GPU Mac Builder (dbg)': {
577 'chromium_config': 'chromium', 584 'chromium_config': 'chromium',
578 'chromium_apply_config': ['archive_gpu_tests', 585 'chromium_apply_config': ['archive_gpu_tests',
579 'chrome_with_codecs', 586 'chrome_with_codecs',
580 'internal_gles2_conform_tests', 587 'internal_gles2_conform_tests',
581 'mb', 588 'mb',
582 'ninja_confirm_noop',], 589 'ninja_confirm_noop',],
583 'gclient_config': 'chromium', 590 'gclient_config': 'chromium',
584 'gclient_apply_config': ['chrome_internal', 'angle_top_of_tree'], 591 'gclient_apply_config': ['chrome_internal', 'angle_top_of_tree'],
585 'chromium_config_kwargs': { 592 'chromium_config_kwargs': {
586 'BUILD_CONFIG': 'Debug', 593 'BUILD_CONFIG': 'Debug',
587 'TARGET_BITS': 64, 594 'TARGET_BITS': 64,
588 }, 595 },
589 'bot_type': 'builder', 596 'bot_type': 'builder',
590 'compile_targets': [ 597 'compile_targets': [
591 ], 598 ],
592 'testing': { 599 'testing': {
593 'platform': 'mac', 600 'platform': 'mac',
594 }, 601 },
595 'enable_swarming': True, 602 'enable_swarming': True,
596 'use_isolate': True, 603 'use_isolate': True,
604 'checkout_dir': 'mac',
597 }, 605 },
598 'Mac 10.10 Release (Intel)': { 606 'Mac 10.10 Release (Intel)': {
599 'chromium_config': 'chromium', 607 'chromium_config': 'chromium',
600 'chromium_apply_config': ['ninja_confirm_noop'], 608 'chromium_apply_config': ['ninja_confirm_noop'],
601 'gclient_config': 'chromium', 609 'gclient_config': 'chromium',
602 'chromium_config_kwargs': { 610 'chromium_config_kwargs': {
603 'BUILD_CONFIG': 'Release', 611 'BUILD_CONFIG': 'Release',
604 'TARGET_BITS': 64, 612 'TARGET_BITS': 64,
605 }, 613 },
606 'test_generators': [ 614 'test_generators': [
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 'aura_builder', 1102 'aura_builder',
1095 ], 1103 ],
1096 'testing': { 1104 'testing': {
1097 'platform': 'linux', 1105 'platform': 'linux',
1098 }, 1106 },
1099 'enable_swarming': False, 1107 'enable_swarming': False,
1100 'use_isolate': True, 1108 'use_isolate': True,
1101 }, 1109 },
1102 }, 1110 },
1103 } 1111 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698