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

Side by Side Diff: masters/master.chromium.fyi/master.cfg

Issue 1848513003: Switch Android Asan Builder Tests on chromium.fyi to chromium recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Spaces Created 4 years, 8 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.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 # vim: ft=python: 1 # vim: ft=python:
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 from buildbot.changes.filter import ChangeFilter 6 from buildbot.changes.filter import ChangeFilter
7 from buildbot.scheduler import Dependent 7 from buildbot.scheduler import Dependent
8 from buildbot.scheduler import Nightly 8 from buildbot.scheduler import Nightly
9 from buildbot.scheduler import Periodic 9 from buildbot.scheduler import Periodic
10 from buildbot.scheduler import Scheduler 10 from buildbot.scheduler import Scheduler
(...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 } 957 }
958 958
959 b_chromium_dbg_android_chromedriver_tests = { 959 b_chromium_dbg_android_chromedriver_tests = {
960 'name': 'Android ChromeDriver Tests (dbg)', 960 'name': 'Android ChromeDriver Tests (dbg)',
961 'factory': F_RECIPE_MISC, 961 'factory': F_RECIPE_MISC,
962 'category': 'android_tests', 962 'category': 'android_tests',
963 } 963 }
964 964
965 b_chromium_dbg_android_asan_builder_tests = { 965 b_chromium_dbg_android_asan_builder_tests = {
966 'name': 'Android Asan Builder Tests (dbg)', 966 'name': 'Android Asan Builder Tests (dbg)',
967 'factory': F_RECIPE_MISC, 967 'factory': m_annotator.BaseFactory(recipe='chromium'),
968 'category': 'android_tests', 968 'category': 'android_tests',
969 } 969 }
970 970
971 b_chromium_dbg_android_cloud_tests = { 971 b_chromium_dbg_android_cloud_tests = {
972 'name': 'Android Cloud Tests', 972 'name': 'Android Cloud Tests',
973 'factory': m_annotator.BaseFactory(recipe='chromium'), 973 'factory': m_annotator.BaseFactory(recipe='chromium'),
974 'category': 'android_tests', 974 'category': 'android_tests',
975 } 975 }
976 976
977 b_chromium_dbg_ios_simulator = { 977 b_chromium_dbg_ios_simulator = {
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 builders=['Chromium Win PGO Builder'])) 1551 builders=['Chromium Win PGO Builder']))
1552 1552
1553 c['status'].append(MailNotifier( 1553 c['status'].append(MailNotifier(
1554 fromaddr=ActiveMaster.from_address, # Reply-To address 1554 fromaddr=ActiveMaster.from_address, # Reply-To address
1555 mode='failing', 1555 mode='failing',
1556 relayhost=config.Master.smtp, 1556 relayhost=config.Master.smtp,
1557 subject='Build failure on %(builder)s', 1557 subject='Build failure on %(builder)s',
1558 extraRecipients=['sbc@chromium.org'], 1558 extraRecipients=['sbc@chromium.org'],
1559 sendToInterestedUsers=False, 1559 sendToInterestedUsers=False,
1560 builders=['Linux ARM'])) 1560 builders=['Linux ARM']))
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698