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

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

Issue 2097223002: Remove traces of removed Mac/Win GN builders. (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 recipe_engine.types import freeze 5 from recipe_engine.types import freeze
6 6
7 7
8 def simple_bot(bot_id, analyze_mode=None): 8 def simple_bot(bot_id, analyze_mode=None):
9 return { 9 return {
10 'bot_ids': [bot_id], 10 'bot_ids': [bot_id],
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'builders': { 383 'builders': {
384 'mac_chromium_archive_rel_ng': simple_bot({ 384 'mac_chromium_archive_rel_ng': simple_bot({
385 'mastername': 'chromium', 385 'mastername': 'chromium',
386 'buildername': 'Mac', 386 'buildername': 'Mac',
387 }), 387 }),
388 'mac_chromium_dbg_ng': simple_bot({ 388 'mac_chromium_dbg_ng': simple_bot({
389 'mastername': 'chromium.mac', 389 'mastername': 'chromium.mac',
390 'buildername': 'Mac Builder (dbg)', 390 'buildername': 'Mac Builder (dbg)',
391 'tester': 'Mac10.9 Tests (dbg)', 391 'tester': 'Mac10.9 Tests (dbg)',
392 }), 392 }),
393 'mac_chromium_gn_dbg': simple_bot({
394 # TODO(dpranke): Remove after masters have restarted.
395 'mastername': 'chromium.mac',
396 'buildername': 'Mac GN (dbg)',
397 }),
398 'mac_chromium_gyp_dbg': simple_bot({ 393 'mac_chromium_gyp_dbg': simple_bot({
399 'mastername': 'chromium.mac', 394 'mastername': 'chromium.mac',
400 'buildername': 'Mac GYP (dbg)', 395 'buildername': 'Mac GYP (dbg)',
401 }), 396 }),
402 'mac_chromium_gn_rel': simple_bot({
403 # TODO(dpranke): Remove after masters have restarted.
404 'mastername': 'chromium.mac',
405 'buildername': 'Mac GN',
406 }),
407 'mac_chromium_gyp_rel': simple_bot({ 397 'mac_chromium_gyp_rel': simple_bot({
408 'mastername': 'chromium.mac', 398 'mastername': 'chromium.mac',
409 'buildername': 'Mac GYP', 399 'buildername': 'Mac GYP',
410 }), 400 }),
411 'mac_chromium_rel_ng': { 401 'mac_chromium_rel_ng': {
412 'bot_ids': [ 402 'bot_ids': [
413 { 403 {
414 'mastername': 'chromium.mac', 404 'mastername': 'chromium.mac',
415 'buildername': 'Mac Builder', 405 'buildername': 'Mac Builder',
416 'tester': 'Mac10.9 Tests', 406 'tester': 'Mac10.9 Tests',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 }, analyze_mode='compile'), 511 }, analyze_mode='compile'),
522 'win_chromium_compile_rel_ng': simple_bot({ 512 'win_chromium_compile_rel_ng': simple_bot({
523 'mastername': 'chromium.win', 513 'mastername': 'chromium.win',
524 'buildername': 'Win Builder', 514 'buildername': 'Win Builder',
525 }, analyze_mode='compile'), 515 }, analyze_mode='compile'),
526 'win_chromium_x64_rel_ng': simple_bot({ 516 'win_chromium_x64_rel_ng': simple_bot({
527 'mastername': 'chromium.win', 517 'mastername': 'chromium.win',
528 'buildername': 'Win x64 Builder', 518 'buildername': 'Win x64 Builder',
529 'tester': 'Win 7 Tests x64 (1)', 519 'tester': 'Win 7 Tests x64 (1)',
530 }), 520 }),
531 'win8_chromium_ng': simple_bot({
532 # TODO(dpranke): Remove after masters have restarted.
533 'mastername': 'chromium.win',
534 'buildername': 'Win8 Aura',
535 }),
536 'win8_chromium_gyp_rel': simple_bot({ 521 'win8_chromium_gyp_rel': simple_bot({
537 'mastername': 'chromium.win', 522 'mastername': 'chromium.win',
538 'buildername': 'Win8 GYP', 523 'buildername': 'Win8 GYP',
539 }), 524 }),
540 'win8_chromium_gn_dbg': simple_bot({
541 # TODO(dpranke): Remove after masters have restarted.
542 'mastername': 'chromium.win',
543 'buildername': 'Win8 GYP (dbg)',
544 }),
545 'win8_chromium_gyp_dbg': simple_bot({ 525 'win8_chromium_gyp_dbg': simple_bot({
546 'mastername': 'chromium.win', 526 'mastername': 'chromium.win',
547 'buildername': 'Win8 GYP (dbg)', 527 'buildername': 'Win8 GYP (dbg)',
548 }), 528 }),
549 'win_clang': simple_bot({ 529 'win_clang': simple_bot({
550 'mastername': 'chromium.win', 530 'mastername': 'chromium.win',
551 'buildername': 'WinClang64 (dbg)', 531 'buildername': 'WinClang64 (dbg)',
552 }), 532 }),
553 'win_chromium_syzyasan_rel': simple_bot({ 533 'win_chromium_syzyasan_rel': simple_bot({
554 'mastername': 'chromium.fyi', 534 'mastername': 'chromium.fyi',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'mastername': 'client.v8.fyi', 583 'mastername': 'client.v8.fyi',
604 'buildername': 'V8 Linux GN', 584 'buildername': 'V8 Linux GN',
605 }), 585 }),
606 'v8_android_chromium_gn_dbg': simple_bot({ 586 'v8_android_chromium_gn_dbg': simple_bot({
607 'mastername': 'client.v8.fyi', 587 'mastername': 'client.v8.fyi',
608 'buildername': 'V8 Android GN (dbg)', 588 'buildername': 'V8 Android GN (dbg)',
609 }), 589 }),
610 }, 590 },
611 }, 591 },
612 }) 592 })
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698