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

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

Issue 2463523002: Add Linux Ozone fyi compile-only bot (Closed)
Patch Set: Added tryserver config Created 4 years, 1 month 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
« no previous file with comments | « scripts/slave/gatekeeper.json ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 RESULTS_URL = 'https://chromeperf.appspot.com' 7 RESULTS_URL = 'https://chromeperf.appspot.com'
8 8
9 9
10 KITCHEN_TEST_SPEC = { 10 KITCHEN_TEST_SPEC = {
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'BUILD_CONFIG': 'Release', 405 'BUILD_CONFIG': 'Release',
406 'TARGET_BITS': 32, 406 'TARGET_BITS': 32,
407 }, 407 },
408 'GYP_DEFINES': { 408 'GYP_DEFINES': {
409 'use_openssl': '1', 409 'use_openssl': '1',
410 }, 410 },
411 'testing': { 411 'testing': {
412 'platform': 'mac', 412 'platform': 'mac',
413 }, 413 },
414 }, 414 },
415 'Ozone Linux': {
416 'chromium_config': 'chromium',
417 'chromium_apply_config': ['mb'],
418 'gclient_config': 'chromium',
419 'chromium_config_kwargs': {
420 'BUILD_CONFIG': 'Release',
421 'TARGET_BITS': 64,
422 },
423 'bot_type': 'builder',
424 'compile_targets': [],
425 'checkout_dir': 'linux',
426 'testing': {
427 'platform': 'linux',
428 },
429 'use_isolate': True,
430 'enable_swarming': True,
431 },
415 'Site Isolation Android': { 432 'Site Isolation Android': {
416 'chromium_config': 'android', 433 'chromium_config': 'android',
417 'gclient_config': 'chromium', 434 'gclient_config': 'chromium',
418 'gclient_apply_config': ['android'], 435 'gclient_apply_config': ['android'],
419 'chromium_config_kwargs': { 436 'chromium_config_kwargs': {
420 'BUILD_CONFIG': 'Release', 437 'BUILD_CONFIG': 'Release',
421 'TARGET_BITS': 64, 438 'TARGET_BITS': 64,
422 'TARGET_PLATFORM': 'android', 439 'TARGET_PLATFORM': 'android',
423 }, 440 },
424 'bot_type': 'builder_tester', 441 'bot_type': 'builder_tester',
(...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after
2112 'TARGET_PLATFORM': 'win', 2129 'TARGET_PLATFORM': 'win',
2113 'TARGET_BITS': 32, 2130 'TARGET_BITS': 32,
2114 }, 2131 },
2115 'bot_type': 'builder_tester', 2132 'bot_type': 'builder_tester',
2116 'testing': { 'platform': 'win', }, 2133 'testing': { 'platform': 'win', },
2117 'use_isolate': True, 2134 'use_isolate': True,
2118 'enable_swarming': True, 2135 'enable_swarming': True,
2119 }, 2136 },
2120 }, 2137 },
2121 } 2138 }
OLDNEW
« no previous file with comments | « scripts/slave/gatekeeper.json ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698