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

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

Issue 1575873002: Make linux_blink_oilpan_rel run layout tests only for changes touching third_party/WebKit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_trybot.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 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 recipe_engine.types import freeze 5 from recipe_engine.types import freeze
6 6
7 7
8 TRYBOTS = freeze({ 8 TRYBOTS = freeze({
9 'tryserver.blink': { 9 'tryserver.blink': {
10 'builders': { 10 'builders': {
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'cast_shell_linux': { 236 'cast_shell_linux': {
237 'mastername': 'chromium.linux', 237 'mastername': 'chromium.linux',
238 'buildername': 'Cast Linux', 238 'buildername': 'Cast Linux',
239 }, 239 },
240 'linux_arm': { 240 'linux_arm': {
241 'mastername': 'chromium.fyi', 241 'mastername': 'chromium.fyi',
242 'buildername': 'Linux ARM', 242 'buildername': 'Linux ARM',
243 }, 243 },
244 'linux_blink_oilpan_rel': { 244 'linux_blink_oilpan_rel': {
245 'mastername': 'chromium.webkit', 245 'mastername': 'chromium.webkit',
246 'buildername': 'WebKit Linux Oilpan', 246 'buildername': 'WebKit Linux Oilpan Builder',
247 }, 247 },
248 'linux_chromium_dbg_32_ng': { 248 'linux_chromium_dbg_32_ng': {
249 'mastername': 'chromium.linux', 249 'mastername': 'chromium.linux',
250 'buildername': 'Linux Builder (dbg)(32)', 250 'buildername': 'Linux Builder (dbg)(32)',
251 'tester': 'Linux Tests (dbg)(1)(32)', 251 'tester': 'Linux Tests (dbg)(1)(32)',
252 }, 252 },
253 'linux_chromium_dbg_ng': { 253 'linux_chromium_dbg_ng': {
254 'mastername': 'chromium.linux', 254 'mastername': 'chromium.linux',
255 'buildername': 'Linux Builder (dbg)', 255 'buildername': 'Linux Builder (dbg)',
256 'tester': 'Linux Tests (dbg)(1)', 256 'tester': 'Linux Tests (dbg)(1)',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 'buildername': 'CrWinClang64', 525 'buildername': 'CrWinClang64',
526 }, 526 },
527 # Optional GPU bots. 527 # Optional GPU bots.
528 'win_optional_gpu_tests_rel': { 528 'win_optional_gpu_tests_rel': {
529 'mastername': 'chromium.win', 529 'mastername': 'chromium.win',
530 'buildername': 'Win Builder', 530 'buildername': 'Win Builder',
531 }, 531 },
532 }, 532 },
533 }, 533 },
534 }) 534 })
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_trybot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698