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

Unified Diff: masters/master.tryserver.chromium.mac/master.cfg

Issue 2232973002: Revert of tryserver.chromium.mac: convert ios/try builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.mac/master.cfg
diff --git a/masters/master.tryserver.chromium.mac/master.cfg b/masters/master.tryserver.chromium.mac/master.cfg
index 0ae12affefc16696d914f1cedaf1a81fb8323dca..7ead2a05bcc337bab03b37971d0d06e2a5b849db 100644
--- a/masters/master.tryserver.chromium.mac/master.cfg
+++ b/masters/master.tryserver.chromium.mac/master.cfg
@@ -69,22 +69,22 @@
b_ios_simulator = {
'name': 'ios-simulator',
- 'factory': m_remote_run('ios/try'),
+ 'factory': baseFactory('ios/try'),
}
b_ios_simulator_cronet = {
'name': 'ios-simulator-cronet',
- 'factory': m_remote_run('ios/try'),
+ 'factory': baseFactory('ios/try'),
}
b_ios_simulator_swarming = {
'name': 'ios-simulator-swarming',
- 'factory': m_remote_run('ios/try'),
+ 'factory': baseFactory('ios/try'),
}
b_ios_device = {
'name': 'ios-device',
- 'factory': m_remote_run('ios/try'),
+ 'factory': baseFactory('ios/try'),
}
chromium_builders = []
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698