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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.py

Issue 696353005: Update chromium_mac recipe for re-imaged testers. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Update tests Created 6 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/recipes/chromium.expected/full_client_skia_Mac10_9_Tests_Trybot.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 DEPS = [ 5 DEPS = [
6 'bot_update', 6 'bot_update',
7 'chromium', 7 'chromium',
8 'chromium_tests', 8 'chromium_tests',
9 'gclient', 9 'gclient',
10 'isolate', 10 'isolate',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'chromium_config': 'chromium', 351 'chromium_config': 'chromium',
352 'compile_only': False, 352 'compile_only': False,
353 'testing': { 353 'testing': {
354 'platform': 'mac', 354 'platform': 'mac',
355 }, 355 },
356 }, 356 },
357 'mac_chromium_rel_ng': { 357 'mac_chromium_rel_ng': {
358 'based_on_main_waterfall': { 358 'based_on_main_waterfall': {
359 'mastername': 'chromium.mac', 359 'mastername': 'chromium.mac',
360 'buildername': 'Mac Builder', 360 'buildername': 'Mac Builder',
361 'testers': ['Mac10.7 Tests (1)'], 361 'testers': ['Mac10.8 Tests'],
Robert Sesek 2014/11/04 15:53:12 Not exactly sure about this one, but all our trybo
smut 2014/11/04 20:43:53 If all VMs backing mac_chromium_rel_ng have the sa
362 }, 362 },
363 'testing': { 363 'testing': {
364 'platform': 'mac', 364 'platform': 'mac',
365 }, 365 },
366 }, 366 },
367 'mac_chromium_compile_dbg': { 367 'mac_chromium_compile_dbg': {
368 'chromium_config_kwargs': { 368 'chromium_config_kwargs': {
369 'BUILD_CONFIG': 'Debug', 369 'BUILD_CONFIG': 'Debug',
370 'TARGET_BITS': 32, 370 'TARGET_BITS': 32,
371 }, 371 },
(...skipping 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1590 'test': 'base_tests', 1590 'test': 'base_tests',
1591 'args': ['--gtest-filter: *NaCl*.*'], 1591 'args': ['--gtest-filter: *NaCl*.*'],
1592 }, 1592 },
1593 ], 1593 ],
1594 }) 1594 })
1595 ) + 1595 ) +
1596 api.override_step_data( 1596 api.override_step_data(
1597 'analyze', 1597 'analyze',
1598 api.json.output({'invalid_targets': 'invalid target'})) 1598 api.json.output({'invalid_targets': 'invalid target'}))
1599 ) 1599 )
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_client_skia_Mac10_9_Tests_Trybot.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698