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

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

Issue 16208007: Rename Linux Redux to Linux OpenSSL and adjust config. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 7 years, 6 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 | « masters/master.chromium.fyi/slaves.cfg ('k') | masters/master.tryserver.chromium/slaves.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # READ THIS: 7 # READ THIS:
8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure 8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure
9 9
10 import socket 10 import socket
(...skipping 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1696 factory_properties={ 1696 factory_properties={
1697 'gclient_env': {'GYP_DEFINES': ('linux_use_tcmalloc=1 ' 1697 'gclient_env': {'GYP_DEFINES': ('linux_use_tcmalloc=1 '
1698 'linux_use_heapchecker=1 ' 1698 'linux_use_heapchecker=1 '
1699 'linux_keep_shadow_stacks=1 ' 1699 'linux_keep_shadow_stacks=1 '
1700 'werror= ') 1700 'werror= ')
1701 } 1701 }
1702 } 1702 }
1703 ), 1703 ),
1704 } 1704 }
1705 1705
1706 b_linux_redux = { 1706 b_linux_openssl = {
1707 'name': 'linux_redux', 1707 'name': 'linux_openssl',
1708 'factory': m_chromium_linux.ChromiumFactory( 1708 'factory': m_chromium_linux.ChromiumFactory(
1709 slave_type='Trybot', 1709 slave_type='Trybot',
1710 options=[ 1710 options=[
1711 '--compiler=goma', 1711 '--compiler=goma',
1712 'base_unittests', 1712 'base_unittests',
1713 'cacheinvalidation_unittests', 1713 'cacheinvalidation_unittests',
1714 'content_unittests', 1714 'content_unittests',
1715 'crypto_unittests', 1715 'crypto_unittests',
1716 'device_unittests', 1716 'device_unittests',
1717 'ipc_tests', 1717 'ipc_tests',
(...skipping 11 matching lines...) Expand all
1729 ], 1729 ],
1730 tests=[ 1730 tests=[
1731 'base_unittests', 1731 'base_unittests',
1732 'cacheinvalidation_unittests', 1732 'cacheinvalidation_unittests',
1733 'crypto_unittests', 1733 'crypto_unittests',
1734 'device_unittests', 1734 'device_unittests',
1735 'jingle', 1735 'jingle',
1736 'net', 1736 'net',
1737 'unit', 1737 'unit',
1738 ], 1738 ],
1739 factory_properties={ 1739 factory_properties={'gclient_env': {'GYP_DEFINES': ('use_openssl=1')}}),
1740 'gclient_env': {
1741 'GYP_DEFINES': ('linux_fpic=1 '
1742 'enable_touch_events=1 '
1743 'disable_nacl=1 '
1744 'linux_use_tcmalloc=0 '
1745 'linux_breakpad=0 '
1746 'remoting=0 '
1747 'configuration_policy=0 '
1748 'safe_browsing=0 '
1749 'use_openssl=1 ')}}),
1750 } 1740 }
1751 1741
1752 b_cros_pfq_x86 = CreateCrosBuilder( 1742 b_cros_pfq_x86 = CreateCrosBuilder(
1753 'cros_x86', 1743 'cros_x86',
1754 'x86-generic-tot-chrome-pfq-informational', 1744 'x86-generic-tot-chrome-pfq-informational',
1755 short_name='x86', 1745 short_name='x86',
1756 ) 1746 )
1757 1747
1758 b_cros_pfq_amd64 = CreateCrosBuilder( 1748 b_cros_pfq_amd64 = CreateCrosBuilder(
1759 'cros_amd64', 1749 'cros_amd64',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1961 b_linux_layout_rel, b_mac_layout_rel, b_win_layout_rel, 1951 b_linux_layout_rel, b_mac_layout_rel, b_win_layout_rel,
1962 b_coverage_linux, 1952 b_coverage_linux,
1963 b_win_chrome_frame, 1953 b_win_chrome_frame,
1964 b_swarm, 1954 b_swarm,
1965 b_linux_chromeos_clang, 1955 b_linux_chromeos_clang,
1966 b_linux_futura, b_linux_aura, b_win7_aura, b_win8_aura, 1956 b_linux_futura, b_linux_aura, b_win7_aura, b_win8_aura,
1967 b_linux_asan, b_linux_clang_tsan, 1957 b_linux_asan, b_linux_clang_tsan,
1968 b_linux_chromeos_asan, 1958 b_linux_chromeos_asan,
1969 b_mac_asan, b_mac_xcodebuild, 1959 b_mac_asan, b_mac_xcodebuild,
1970 b_linux_heapcheck, 1960 b_linux_heapcheck,
1971 b_linux_redux, 1961 b_linux_openssl,
1972 b_cros_pfq_x86, b_cros_pfq_amd64, b_cros_pfq_daisy, 1962 b_cros_pfq_x86, b_cros_pfq_amd64, b_cros_pfq_daisy,
1973 b_linux_gpu, b_win_gpu, b_mac_gpu, b_mac_gpu_retina, 1963 b_linux_gpu, b_win_gpu, b_mac_gpu, b_mac_gpu_retina,
1974 b_linux_nacl_sdk, b_win_nacl_sdk, b_mac_nacl_sdk, 1964 b_linux_nacl_sdk, b_win_nacl_sdk, b_mac_nacl_sdk,
1975 b_valgrind_mac_alt, b_mac_layout_alt, b_mac_layout_rel_alt, 1965 b_valgrind_mac_alt, b_mac_layout_alt, b_mac_layout_rel_alt,
1976 b_mac_nacl_sdk_alt, 1966 b_mac_nacl_sdk_alt,
1977 b_linux_perf_bisect, 1967 b_linux_perf_bisect,
1978 b_mac_perf_bisect, 1968 b_mac_perf_bisect,
1979 b_win_perf_bisect, 1969 b_win_perf_bisect,
1980 b_blink_bare_presubmit, b_blink_presubmit, b_chromium_presubmit, b_tools_presu bmit, 1970 b_blink_bare_presubmit, b_blink_presubmit, b_chromium_presubmit, b_tools_presu bmit,
1981 ] 1971 ]
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
2133 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 2123 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
2134 2124
2135 # Buildbot master url: 2125 # Buildbot master url:
2136 if ActiveMaster.is_production_host: 2126 if ActiveMaster.is_production_host:
2137 c['buildbotURL'] = 'http://build.chromium.org/p/tryserver.chromium/' 2127 c['buildbotURL'] = 'http://build.chromium.org/p/tryserver.chromium/'
2138 else: 2128 else:
2139 c['buildbotURL'] = 'http://%s:%d/' % ( 2129 c['buildbotURL'] = 'http://%s:%d/' % (
2140 socket.getfqdn(), ActiveMaster.master_port) 2130 socket.getfqdn(), ActiveMaster.master_port)
2141 2131
2142 # vi: set ts=4 sts=2 sw=2 et: 2132 # vi: set ts=4 sts=2 sw=2 et:
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/slaves.cfg ('k') | masters/master.tryserver.chromium/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698