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

Unified Diff: infra/mb/mb_config.pyl

Issue 2328293002: [gn] Switch arm cross-compile 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 | « no previous file | 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 a436073d39fea5e52cebc826d9f170f849616f1b..d43b8b37b36ae9a15d994679a2ab0e1d779bf611 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -93,8 +93,8 @@
'client.v8.ports': {
# Arm.
- 'V8 Arm - builder': 'gyp_release_arm',
- 'V8 Arm - debug builder': 'gyp_debug_arm',
+ 'V8 Arm - builder': 'gn_release_arm',
+ 'V8 Arm - debug builder': 'gn_debug_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',
@@ -247,7 +247,13 @@
'gn_release_simulate_arm64_trybot': [
'gn', 'release_trybot', 'simulate_arm64', 'swarming'],
+ # GN debug configs for arm.
+ 'gn_debug_arm': [
+ 'gn', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
+
# GN release configs for arm.
+ 'gn_release_arm': [
+ 'gn', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
'gn_release_android_arm': [
'gn', 'release_bot', 'arm', 'android', 'crosscompile', 'swarming'],
'gn_release_android_arm64': [
@@ -329,10 +335,6 @@
'gn_release_x86_trybot': [
'gn', 'release_trybot', 'x86', 'swarming'],
- # Gyp debug configs for arm.
- 'gyp_debug_arm': [
- 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
-
# Gyp debug configs for simulators.
'gyp_debug_simulate_arm_asan_edge': [
'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'],
@@ -356,10 +358,6 @@
'gyp', 'debug', 'x86', 'goma', 'static', 'v8_enable_slow_dchecks',
'v8_full_debug'],
- # Gyp release configs for arm.
- 'gyp_release_arm': [
- 'gyp', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
-
# Gyp release configs for mips.
'gyp_release_mips_no_snap_no_i18n': [
'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n',
« 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