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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/master.cfg
diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
index bc38951a7f297863e4417be54357755518ca6a0d..7ca8a094a742554688ab4efae8c6e751dda636b7 100644
--- a/masters/master.tryserver.chromium/master.cfg
+++ b/masters/master.tryserver.chromium/master.cfg
@@ -1703,8 +1703,8 @@ b_linux_heapcheck = {
),
}
-b_linux_redux = {
- 'name': 'linux_redux',
+b_linux_openssl = {
+ 'name': 'linux_openssl',
'factory': m_chromium_linux.ChromiumFactory(
slave_type='Trybot',
options=[
@@ -1736,17 +1736,7 @@ b_linux_redux = {
'net',
'unit',
],
- factory_properties={
- 'gclient_env': {
- 'GYP_DEFINES': ('linux_fpic=1 '
- 'enable_touch_events=1 '
- 'disable_nacl=1 '
- 'linux_use_tcmalloc=0 '
- 'linux_breakpad=0 '
- 'remoting=0 '
- 'configuration_policy=0 '
- 'safe_browsing=0 '
- 'use_openssl=1 ')}}),
+ factory_properties={'gclient_env': {'GYP_DEFINES': ('use_openssl=1')}}),
}
b_cros_pfq_x86 = CreateCrosBuilder(
@@ -1968,7 +1958,7 @@ c['builders'] = [
b_linux_chromeos_asan,
b_mac_asan, b_mac_xcodebuild,
b_linux_heapcheck,
- b_linux_redux,
+ b_linux_openssl,
b_cros_pfq_x86, b_cros_pfq_amd64, b_cros_pfq_daisy,
b_linux_gpu, b_win_gpu, b_mac_gpu, b_mac_gpu_retina,
b_linux_nacl_sdk, b_win_nacl_sdk, b_mac_nacl_sdk,
« 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