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

Unified Diff: masters/master.chromium.fyi/master.cfg

Issue 2447433002: Revert "chromium.fyi: convert ios/unified_builder_tester builders to remote_run" (Closed)
Patch Set: Created 4 years, 2 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.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 094cfb4b765be3bcd8f63a2799dd4dccfd52ae23..7c105a8faacaa18ddb043904e5f9a8bce8e2da14 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -797,7 +797,9 @@ b_clang_tot_mac_asan_tester = {
b_clang_tot_ios = {
'name': 'ClangToTiOS',
- 'factory': m_remote_run('ios/unified_builder_tester'),
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory(
+ 'ios/unified_builder_tester'
+ ),
'category': 'clang tot',
'auto_reboot': True,
}
@@ -1217,14 +1219,18 @@ b_chromium_libfuzzer_upload_mac_asan = {
b_earlgrey_ios = {
'name': 'EarlGreyiOS',
- 'factory': m_remote_run('ios/unified_builder_tester'),
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory(
+ 'ios/unified_builder_tester'
+ ),
'category': 'earlgrey',
'auto_reboot': True,
}
b_gomacanary_ios = {
'name': 'GomaCanaryiOS',
- 'factory': m_remote_run('ios/unified_builder_tester'),
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory(
+ 'ios/unified_builder_tester'
+ ),
'category': 'goma',
'auto_reboot': True,
}
« 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