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

Unified Diff: infra/mb/mb_config.pyl

Issue 2320843003: [gn] Switch android bots to gn (Closed)
Patch Set: Created 4 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 | « gypfiles/standalone.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 8be37f4cbbefae64804914bfec4f593358761f07..213ba67b23f243847aa45a7d104ca5b60670aadf 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -95,11 +95,11 @@
# Arm.
'V8 Arm - builder': 'gyp_release_arm',
'V8 Arm - debug builder': 'gyp_debug_arm',
- 'V8 Android Arm - builder': 'gyp_release_android_arm',
+ 'V8 Android Arm - builder': 'gn_release_android_arm',
'V8 Linux - arm - sim': 'gn_release_simulate_arm',
'V8 Linux - arm - sim - debug': 'gn_debug_simulate_arm',
# Arm64.
- 'V8 Android Arm64 - builder': 'gyp_release_android_arm64',
+ 'V8 Android Arm64 - builder': 'gn_release_android_arm64',
'V8 Linux - arm64 - sim': 'gn_release_simulate_arm64',
'V8 Linux - arm64 - sim - debug': 'gn_debug_simulate_arm64',
'V8 Linux - arm64 - sim - nosnap - debug':
@@ -187,7 +187,7 @@
'v8_linux_arm64_gc_stress_dbg': 'gn_debug_simulate_arm64',
'v8_linux_mipsel_compile_rel': 'gyp_release_simulate_mipsel',
'v8_linux_mips64el_compile_rel': 'gyp_release_simulate_mips64el',
- 'v8_android_arm_compile_rel': 'gyp_release_android_arm',
+ 'v8_android_arm_compile_rel': 'gn_release_android_arm',
},
},
@@ -247,6 +247,12 @@
'gn_release_simulate_arm64_trybot': [
'gn', 'release_trybot', 'simulate_arm64', 'swarming'],
+ # GN release configs for arm.
+ 'gn_release_android_arm': [
+ 'gn', 'release_bot', 'arm', 'android', 'crosscompile', 'swarming'],
+ 'gn_release_android_arm64': [
+ 'gn', 'release_bot', 'arm64', 'android', 'crosscompile', 'swarming'],
+
# GN release configs for x64.
'gn_release_x64': [
'gn', 'release_bot', 'x64', 'swarming'],
@@ -351,10 +357,6 @@
# Gyp release configs for arm.
'gyp_release_arm': [
'gyp', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
- 'gyp_release_android_arm': [
- 'gyp', 'release_bot', 'arm', 'android', 'crosscompile', 'swarming'],
- 'gyp_release_android_arm64': [
- 'gyp', 'release_bot', 'arm64', 'android', 'crosscompile', 'swarming'],
# Gyp release configs for mips.
'gyp_release_mips_no_snap_no_i18n': [
« no previous file with comments | « gypfiles/standalone.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698