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

Unified Diff: masters/master.chromium/master_full_cfg.py

Issue 8046027: Add a new master for chromium on chromium OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 9 years, 3 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.chromiumos/slaves.cfg ('k') | masters/master.chromium/master_gatekeeper_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium/master_full_cfg.py
===================================================================
--- masters/master.chromium/master_full_cfg.py (revision 102671)
+++ masters/master.chromium/master_full_cfg.py (working copy)
@@ -126,18 +126,5 @@
'expectations': True,
'gclient_env': {'GYP_DEFINES':'target_arch=x64'}}))
-B('Arm', 'arm_clobber', 'compile|testers', 'chromium', notify_on_missing=True)
-F('arm_clobber', linux().ChromiumOSFactory(
- clobber=True,
- target='Release',
- tests=[],
- compile_timeout=3600,
- options=['--build-tool=make',
- '--crosstool=' + crosstool_prefix,
- 'chromeos_builder'],
- factory_properties={'archive_build': True,
- 'gs_bucket': 'gs://chromium-browser-snapshots',
- 'gclient_env': arm_gclient_env}))
-
def Update(config, active_master, c):
return helper.Update(c)
« no previous file with comments | « masters/master.chromium.chromiumos/slaves.cfg ('k') | masters/master.chromium/master_gatekeeper_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698